Hey everyone!
I’m trying to add an idle animation to my boss NPC in Roblox, but nothing is playing. The boss model has a Humanoid and I added an Animator, but the animation doesn’t start. I’m using this animation ID: 16600175853.
Here’s what I did:
Cloned boss model from ServerStorage
Found Humanoid, added Animator if missing
Loaded animation and played it with loop=true
No errors but no animation plays
Does anyone know why the animation wouldn’t play? Or what I might be missing? Thanks!