Hello, I haven’t been in the animation game for a while, but apparently LoadAnimation
is deprecated.
What am I supposed to use?
Hello, I haven’t been in the animation game for a while, but apparently LoadAnimation
is deprecated.
What am I supposed to use?
Any idea on what to do?
The forum has absolutely nothing on this apparently.
https://devforum.roblox.com/search?q=loadanimation%20deprecated
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.
I believe it’s deprecated falsely.
Animator:LoadAnimation is NOT deprecated, even though AnimationController and Humanoid are labelled as such.
Thanks. Roblox should really update their websites.
Isn’t that where Instance.new("Animator")
would come in?