really simple easy Tutorial thanks helped out a lot👍🏻👍🏻👍🏻
@Givememyhandlebackyouscumbag2 жыл бұрын
Glad it helped
@StarBoyMyio2 жыл бұрын
Hey Tohst I used this tutorial to make a working light saber! (No GT or IOLS sword needed)
@Givememyhandlebackyouscumbag2 жыл бұрын
I did something similar when the projectile launcher came out by alternating between 5 different projectile launchers to make the beam more filled out, left a radical trail but it worked ig
@atom2865real2 жыл бұрын
thanks now I can make the ultimate shotgun
@BULLDOG19726 ай бұрын
What about making a self made pistol glock model to fit it in
@voix18362 жыл бұрын
Can you make a tutorial on how to make projectile launchers deal damage to other players in games?
@Givememyhandlebackyouscumbag2 жыл бұрын
Expect it soon lmao
@Givememyhandlebackyouscumbag2 жыл бұрын
I’m not entirely sure they can do damage yet, maybe I’m just missing something
@voix18362 жыл бұрын
@@Givememyhandlebackyouscumbag ah that’s okay if you can’t find a way, tbh Rec Room should’ve made it a configurable option in the projectile launcher
@Givememyhandlebackyouscumbag2 жыл бұрын
Seems they’ve added it now. I think it comes under an event receiver.
@Sharps_YTB2 жыл бұрын
@@voix1836 You have to spawn an event receiver in the projectile launcher’s circuit board and then you choose « projectile hit player » or something like that. Then you juste have to wire the signal to a combatant receive damage
@morfray2 жыл бұрын
Nice tutorial but my only issue is whenever I use a sound for the gun it would wait until the sound finishes to play it again, please tell me how to fix this issue
@Givememyhandlebackyouscumbag2 жыл бұрын
Configure and enabled “interupt sound
@ooo20059 Жыл бұрын
when i Configure the trigger handle theres no detach from object
@SpeedDemon4252 жыл бұрын
Thanks for this video I have been looking everywhere and I found this
@nikitaf932 жыл бұрын
make how to make cooldown after shooting like you shot wait 1 second and you can shoot again
@Givememyhandlebackyouscumbag2 жыл бұрын
Make a bool variable and put that through an ‘if’ chip just before firing. When you click the trigger make it set the bool to false and on a delay after firing set the bool to true. Tip: all variables of the same data type will share a value if they have the same name. So name 2 different bool chips ‘cooldown’ or something like that, one set to true and the other set to false and just execute the one that you want it to be set to.
@nikitaf932 жыл бұрын
wow youtube send me this notification after month
@-.CosmicCode.-2 жыл бұрын
Can you make a burst fir gun aswell?
@gigachad80012 жыл бұрын
how do i make a delay for a sniper so you can’t spam??? i’m stuck
@Givememyhandlebackyouscumbag2 жыл бұрын
Create a bool variable that if true, when you send and execution it will set to false and use a delay to set it back to true a few seconds later. Use this boolean in an if chip before executing the fire. Hard to explain, easy to demonstrate
@ivo_robotnik2 жыл бұрын
Uhh I put in the right wiring and as soon as I pressed it, it didn't stop firing the gun
@Givememyhandlebackyouscumbag2 жыл бұрын
then you didnt put in the right wiring lmao
@salmongod33852 жыл бұрын
@@Givememyhandlebackyouscumbag he did. Same happened to me, recroom screwed with the circuits and now it doesn't work
@salmongod33852 жыл бұрын
@@Givememyhandlebackyouscumbag my bad, it doesn't work if the delay chip is put to anything below 0.1. Which is why people can't get it to work since its default is set to 0
@kitty-maebewers7334 Жыл бұрын
THANKS TOHST I DIDNT DO THIS AND I WONT
@qvelikan2 жыл бұрын
can you make the weapon have multiple grips? eg grabbing the underbarrel and the trigger at the same time
@Givememyhandlebackyouscumbag2 жыл бұрын
Can do! I’ll consider this for a future video but for now just put a look-at gizmo originating on the gun handle and facing towards a separate underbarrel object
@qvelikan2 жыл бұрын
@@Givememyhandlebackyouscumbag thanks man
@N3koGooberDev2 жыл бұрын
i rlly need a way to make it not use as much Net
@Givememyhandlebackyouscumbag2 жыл бұрын
Make the delay much higher
@-.CosmicCode.-2 жыл бұрын
Do you know if there is a way to make it so it can shoot faster or slower?
@Givememyhandlebackyouscumbag2 жыл бұрын
Increase or decrease the delay
@-.CosmicCode.-2 жыл бұрын
How do I decrease the delay if it’s at 0
@user-zq6yz5gf6d2 жыл бұрын
@@-.CosmicCode.- set it to a minus value maybe so like -5
@Unless-y7j2 жыл бұрын
Thank you
@Smiler-2 жыл бұрын
problem the gun hasnt stop shooting
@Givememyhandlebackyouscumbag2 жыл бұрын
You likely didn’t wire the “trigger stop being held” to the delay cancel
@juanpollo352 жыл бұрын
Mine fires after release
@Givememyhandlebackyouscumbag2 жыл бұрын
Make sure you have the “on trigger pressed” and the “on trigger released” the right way around
@MAnamejeff-dl2pj2 жыл бұрын
IT TOOK 2 HOUR
@STERTZYT2 жыл бұрын
thank you i now am going to use these in one of my upcoming games:]
@Givememyhandlebackyouscumbag2 жыл бұрын
Consider using some emitters and sfx to make it better!