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

What would I need to use to slow down walking/jumping animations?

Asked by 3 years ago

I know already to modify walkspeed and gravity for the illusion of slow motion, but what about the animations?

1 answer

Log in to vote
0
Answered by
avozzo 22
3 years ago

You can use the AdjustSpeed function of AnimationTracks. Animation:AdjustSpeed(0.5) would play the animation 50% faster, for example.

Ad

Answer this question