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

Way to change default animation speed?

Asked by 5 years ago

I took the "Animate" script from the character and put it into StarterCharacterScripts and edited it to try to change the new animation speed but it had no effect. I changed the speed to 0.5 but it still acts as if there is no change in animation speed. Any help appreciated. (no script because the animate script is too long, but i'll show one line of what I did.)

currentAnimSpeed = .5 - there's a variable called currentAnimSpeed that is defaultly set to 1

1
anim:AdjustSpeed() User#19524 175 — 5y
0
In the animate script, that is used as "anim:AdjustSpeed(currentAnimSpeed)" which is why I changed that variable. Draebrewop 114 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Try changing currentAnimSpeed = .5 to currentAnimSpeed = 0.5 That should work.

0
No. Draebrewop 114 — 5y
Ad

Answer this question