So i’m making a game and i made a short script to play an idle animation on my npc
but i keep getting this message.
i tried different animation ids to see if that was the problem but it keeps showing me this message:
Failed to load animation - sanitized ID: rbxassetid://15431812555 (x2)
here is the script
local sniper = game.Workspace.Sniper
local animation = Instance.new(“Animation”)
animation.AnimationId = “rbxassetid://15431812555”
local idle = sniper.Humanoid:LoadAnimation(animation)