LoadAnimation alternatives?

Hello, I haven’t been in the animation game for a while, but apparently LoadAnimation is deprecated.

What am I supposed to use?

1 Like

Any idea on what to do?
The forum has absolutely nothing on this apparently.
https://devforum.roblox.com/search?q=loadanimation%20deprecated

image

Well this is weird. I’m sure roblox will have a fun time explaining that. There doesn’t seem to be any alternatives to LoadAnimation. If I were you, I would keep using LoadAnimation but just work with the idea that it could break anytime.

Use the method from the Animator class.

An Animator can be found inside the Humanoid.

4 Likes

I believe it’s deprecated falsely.
Animator:LoadAnimation is NOT deprecated, even though AnimationController and Humanoid are labelled as such.

1 Like

Thanks. Roblox should really update their websites.

The Animator gets created when calling Humanoid.

Isn’t that where Instance.new("Animator") would come in?