Why won't animations in npc's load?
I've literally been working all day on this dumb script because for some reason the animation won't load outside of studio. It works in studio in regular playing mode and on a test server. But when I try it in game it never loads.
Yes it is my animation.
Yes it is the right id.
There is no reason why it shouldn't work
Script:
1 | local Animation = script:WaitForChild( "Animation" ) |
2 | local Humanoid = script.Parent:WaitForChild( "Humanoid" ) |
3 | local Action = Humanoid:LoadAnimation(Animation) |
Here is a snippet: https://gyazo.com/43d6a1a300f54f675f1814bbdce24a50