Detect if player change animation!

How to detect if animation that player using change?

Uh

There’s an animator parented to the humanoid of the players’s character. You can use Animator.AnimationPlayed to detect when an animation plays. And if you need to know when the currently playing animationtracks stop, you can use :GetPlayingAnimationTracks and AnimationTrack.Stopped.