Animation NPC problem

I want to make an animation for a NPC, but the animation would not play out. When ever I load it displays a message:

"Infinite yield possible on ‘Workspace.Gamepass.Humanoid:WaitForChild(“Animator”)’

Can someone spot the mistake I did with my line of code down below please?

The error means that the gamepassNpc’s humanoid doesn’t have an Animator instance. So double check on the npc model if one exists.

Should look like this v
image

create an animator inside the humanoid of the GamepassNpc

omg I am a idiot

thanks though

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.