StopPlayback
7/14/25Less than 1 minute
Animator.StopPlayback()
Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.
Usage
---@type Animator
local animator;
animator.StopPlayback()
Stops the animator playback mode. When playback stops, the avatar resumes getting control from game logic.
---@type Animator
local animator;
animator.StopPlayback()