I am trying to make a script that makes a player walk and run faster then normal. I know hot to change walk speed.
humanoid.WalkSpeed = 20
but how do I do runt speed?
I am trying to make a script that makes a player walk and run faster then normal. I know hot to change walk speed.
humanoid.WalkSpeed = 20
but how do I do runt speed?
There is no run speed, only walk speed. Run and Walk are just 2 different animations, one plays under 16, the other plays over.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.