Hi whoever read this post im currently trying to animate an NPC and the script work however for some reason i dont know even using anim.looped it doesnt work here the script:
local hum = script.Parent:WaitForChild("Humanoid") local anim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation")) anim:Play() anim.Looped = true
it work and all as i said its not looped Also is there a way to animate an NPC when anchored?