How do I load animation in its newest method?

I used to use Humanoid:LoadAnimation(), it has been deprecated, what is the new method?

Animator:LoadAnimation() is the way to load animations now.

3 Likes

As @narutosagex17 mentioned, Animator:LoadAnimation() is the way to do it. What I would like to add is that the Animator can be found parented to the Humanoid on a character.

1 Like