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

How do i change how fast an animation plays?

Asked by
esepek 103
3 years ago

I know this is probably a simple question but i just didnt find anything usefull yet.

1 answer

Log in to vote
1
Answered by 3 years ago

You can adjust the speed of an animation through loadedAnimation:AdjustSpeed(speed).

https://developer.roblox.com/en-us/api-reference/function/AnimationTrack/AdjustSpeed

0
local a = player.Character.Humanoid:LoadAnimation(Animation) a:AdjustSpeed(0.5) esepek 103 — 3y
0
why doesnt it work?? esepek 103 — 3y
0
I can't really tell much from that bit, but make sure you play it before you adjust the speed. rollercoaster125634 5 — 3y
Ad

Answer this question