I want to make custom running and walking animations, but the default run animation trigger speed (The walk speed you need to go in order to play the animation) is 7 and this is just way too slow, is there a way to change this?
For R15, Roblox’s default animation script works in a way that two animations are played, the run and walk animations. The closer your walkspeed is to 16, the more weight the run animation gains, and the less the walk animation is visible. In order to change this, you’d have to play around with the scale
variable around line 578.
5 Likes
Alright, thank you. I knew it was in the default Animate script but I couldn’t find a line or variable that worked
1 Like
Yup, that works. Thanks!