So, I want to cleanly loop an Animation on a NPC, but the animation isn’t playing. This is probably an easy fix right in front of my nose, but I cannot see the answer. Here is the script:
local humanoid = script.Parent:WaitForChild('Humanoid')
local Animate = humanoid:LoadAnimation(animation)
Animate:Play()
(ignore the “pot”)
The NPC has a Humanoid. The animation was created using Moon Editor.