Skip to main content

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()