Why was Humanoid:LoadAnimation deprecated, and what can be used to replace it?

So I just found out LoadAnimation was deprecated, what can be used to replace it?

3 Likes

Try looking at this.

Seems like it wasn’t too bad changing everything, it took me less than a minute to fix everything.

Now we have to use the Animator, in my case all I had to do was “.Animator:LoadAnimation”. Since Humanoids get an Animator object.

You can go read the announcement here.

5 Likes