Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Stop the Humanoid from walking?

Asked by 9 years ago

I'm try to make it where, I press a button in my GUI, and the Humanoid stops walking to its WalkToPoint but instead It keeps walking to 0,0,0 any ideas? Please let me know if you need more details.

0
Make it Jump. There should be a spot in Humanoid's properties called jump. Make it true; should got false after the jumps done. alphawolvess 1784 — 9y
0
Alpha, that isn't what his question nor issue is about DigitalVeer 1473 — 9y
0
Then he should but in his script and he'll get a better answer or people will actually know what he want.s alphawolvess 1784 — 9y
0
If you want it to stop walking try putting the walkspeed to 0. Use your own script though this is not a request site! minikitkat 687 — 9y
0
@mini wtf will that do, once the speed is back up it will continue walking dumbass @alpha ill try jumping friction69 5 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago
game.Workspace[plr.Name].Humanoid.WalkSpeed = 0
Ad

Answer this question