🔧 SDK ReferenceManagersPlayerManagerpauseAnimationpauseAnimationPauses an animation on the player.Syntaxplayer.pauseAnimation(animId);ParametersNameTypeDescriptionanimIdstringThe ID of the animation to pause.Exampleplayer.pauseAnimation('dance');Available on: Client Server