How to Check if an Animation is Playing in Roblox
Use the `IsPlaying` method on the AnimationTrack object. It returns `true` if it's playing, `false` otherwise. Easy-peasy!
Play Games.Earn points.Get gift cards!

Playback Rewards
(13.7k)
500k players and counting...
More Answers
Just use the `IsPlaying` property. It's quick, simple, and effective.
I usually use `AnimTrack.IsPlaying` to see if an animation is running. Works every time, no fuss!
You can check if an animation is playing by observing the `AnimationTrack`'s `IsPlaying` property. Just grab your AnimationTrack and use `IsPlaying`. If it returns `true`, your animation is currently running!
馃憖 If you like Roblox...
The brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer