SkabaYay
(SkabaYay)
#1
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?
DataSigh
(DataSigh)
#2
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
VSCPlays
(VSCPlays)
#3
create an animator inside the humanoid of the GamepassNpc
system
(system)
Closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.