Anyone know why this won't play the animation I made?
01 | local par = script.Parent |
02 | local idle 1 = Instance.new( "Animation" ) |
07 | local control = Instance.new( "AnimationController" , par) |
08 | local animationTrack = control:LoadAnimation(idle 1 ) |
I'm trying to get this to play an idle, it's priority is set to action rn, I do own the animation, and I'm trying to get it to play on an NPC. I took the script right from https://developer.roblox.com/en-us/articles/using-animations-in-games, so anyone have a single clue what's wrong here?