#Need help making this sprint for everyone with there own inputs
1 messages · Page 1 of 1 (latest)
So when player hand is moving up and down it activates the sprinting and decrease the player stamina and when the player is not sprinting it increases the player stamina
It only runs for 1 player
It only runs for 1 player
Weird
That bool variable at the top middle is being set to true only when the room is loaded, which only the first player to join can detect.
I'm guessing you're wanting it to be set to true by default, which you can do by configuring it and flipping the switch at the bottom called "value" i believe.