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

Animation speed adjusting is not working. What's wrong?

Asked by
luachef 61
5 years ago
Edited 5 years ago

so im basically using the :AdjustSpeed() function in a serverscript and it does not work.

--not the full script
local animation = hum:LoadAnimation(character.Animation)
animation:AdjustSpeed(3)
animation:Play()

what's wrong?

0
SOLVED THE QUESTION MYSELF. Turns out that you have to play the animation first, before adjusting it's speed. luachef 61 — 5y

Answer this question