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

Why does my animation not work, it had worked before and had for a long time??

Asked by 5 years ago

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

0
first thought is to check if the animation is for R6 or R15 ForeverBrown 356 — 5y
0
not sure how do u tell RamenRobloxian 2 — 5y
0
Pull up the animation editor, and select the rigs of R6 and R15 dummies, and try to load it on both of them; I'm sure you'll find out cooldeath49 37 — 5y

Answer this question