NPC Animation Not Showing Problem[SOLVED]

10 minutes I will be back.
ฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺ


image
Is it like this? I tried it but not working

I’m not sure exactly what’s the problem now.

Your humanoid is different than mine

I think it would be better to put

idle.Looped = true

over

idle:Play()


still not working I think


This is what my Humanoid looks like, yours is different, that might be why

hmm my dummy looks like this

try this to test it.

Under your lines of script put

while task.wait(2) do
  if idle.IsPlaying then
    print("works")
  else
    print("fails")
  end
end

We can check if the animation is playing it will print works

No this part

wait I changed my dummy from R6 to the other one and it works now
image
I don’t know why it doesn’t work for R6 character

2 Likes

YAY LETS GOO, I’m glad it works now :smiley:

Oh, maybe you animated a R15 rig but you try to play it on a R6 rig.

1 Like

:smiley:

ฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺิ

okay thank you guysssss

ฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺฺ

No problem!

This text will be blurred

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