FBX animation doesn't work

Hello, everyone!
I have found an issue with my animations: They work in plugin animator, but not in the game.
Here is in plugin:


Here is in test:

And here is the code how I start the animation:

Any ideas?

1 Like

use the Animator and not the Humanoid.

script.Parent.Animator:LoadAnimation(script.RunAnim):Play()

Still doesn’t work, I also tried AnimationController and got the same result

Nope, everything is good, correct AnimationId and no syntax errors.

if you making that in a group, you have to save the animation as the group you in.

No, it’s my own place and I published animation as mine.

When I was making a animation, it took 2-3 days for Roblox to veirfy the animation. I suggest waiting a few days and see if it works.

I figured out the issue.
FBX animation doesn’t work with humanoid inside.

2 Likes