Skip to content

Api > Animator > StartPlayback()


Animator.StartPlayback()⚓︎

Sets the animator in playback mode.

Usage⚓︎

---@type Animator
local animator;


animator.StartPlayback()

Extra Detail⚓︎

n playback mode, you control the animator by setting a time value. The animator is not updated from game logic. Use playbackTime to explicitly manipulate the progress of time.