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

Is there any way to speed up an animation?(UNANSWERED)

Asked by 10 years ago

I tried this, I also saw something like it on the wiki, but it shows a red line and doesn't work.

AnimTrack:AdjustSpeed(float speed = 3)

1 answer

Log in to vote
1
Answered by 10 years ago

The thing in the parenthesis would be a number, like this:

AnimTrack:AdjustSpeed(3)

float indicates what data type it is (a floating point number. ex: 2.3, 3, 6.76). speed indicates what the number is (speed would indicate that it changes the speed of the animation). Hope this helped!

0
No, I am sorry to say that it didn't help. When I tried this, it simply delayed the animation by 3 seconds :( xolbStudios 127 — 10y
Ad

Answer this question