Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I made an NPC doing an Animation but its not looped, why?

Asked by 1 year ago

I have to add that This is the script

local hum = script.Parent:WaitForChild("Humanoid") local anim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation")) anim.Looped = true anim:Play()

as i said it works but its not looped

1 answer

Log in to vote
0
Answered by 1 year ago

you will want to go into the animation editor and turn on loop animation if your confused look at this https://devforum.roblox.com/t/how-do-i-loop-an-animation/1003744

0
I used moon animator and the clicked loop but still it doesnt work!!!! Idk what else to do G4BR13L_progamer123 5 — 1y
0
I went there before and infact i got the script from there but uh it does the animation only once G4BR13L_progamer123 5 — 1y
0
Ok uh i solved idk why prob i didnt posted it with clicking the looper in the moon animator thanks anyway G4BR13L_progamer123 5 — 1y
Ad

Answer this question