This is the script I put in the model which is an npc
print("Hello world!") local animation = script:WaitForChild('Animation') local humanoid = script.Parent:WaitForChild('Humanoid') local dance = humanoid:LoadAnimation(animation) dance:Play()
In there, is an animation with the id