What to use instead of Humanoid:LoadAnimation()?

Hello! So im scripting a cutscene and I need animations. So when i try to do Humanoid:LoadAnimation() it says that it is deprecated, and it says use LoadAnimation instead. I didnt understand it that well. So what should it be?

2 Likes

A Humanoid or AnimationController has a child called “Animator”. This object is what you should directly load your animations.

You can read further here:

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.