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

Pausing an Animation?

Asked by 8 years ago

So if I wanted an animation to pause while playing could I use :Pause() or is there some other syntax.

1 answer

Log in to vote
1
Answered by 8 years ago

::Pause() is not a valid method of an AnimationTrack. To "Pause" an animation you can simply set the animation speed to 0 using ::AdjustSpeed() and then set the animation time to the one that you want using .TimePosition

0
thanks QuantumToast 261 — 8y
Ad

Answer this question