Animation REFUSE to work no matter what. This is so random and I don't know why.
local anim = script:WaitForChild("Animation")
local character = script.Parent
local humanoid = character:WaitForChild("Humanoid")
local animationTrack = humanoid:LoadAnimation(anim)
task.wait(3)
animationTrack:Play()
the local script is inside startercharacterscripts and the animation has a working id on it that works on NPCs but not players?? Not sure if this is the right place to ask it but someone help.