AnimationPlayed equivalent?

I’m looking for some API that can listen to when an animation is played on an animation controller or humanoid.

I found these two events:

However, they both seem to be depreciated. Does anyone know of any alternatives that I can use?

Thanks!

4 Likes

I believe they’re only deprecated due to the animator class being the recommended way of handling animations. Animators have the same event but not listed as deprecated.

This was relatively recent, Deprecating LoadAnimation on Humanoid and AnimationController - Updates / Announcements - Roblox Developer Forum

5 Likes

Perfect! Thanks! I was getting animation controller confused with Animator :laughing:

1 Like