🔧 SDK ReferenceManagersPlayerManagerresumeAnimationresumeAnimationResumes an animation on the player.Syntaxplayer.resumeAnimation(animId);ParametersNameTypeDescriptionanimIdstringThe ID of the animation to resumeExampleplayer.resumeAnimation('dance');Available on: Client Server