#Animation wont play
31 messages · Page 1 of 1 (latest)
send screenshot of output
send screen shot on where you put the script
its in workspace in the npc
send a picture
bro you don't even have an animation in the script
yes i do
its not in the script
its under the script
the script fires the animation
What is with these unnecessary variables
@latent aurora
if script.Parent.Humanoid.Health < 15000 then
local animation = Instance.new("Animation")
animation.AnimationId = "rbxassetid://11184792201"
animation.Parent = script
local humanoid = script.Parent:WaitForChild('Humanoid')
local dance = humanoid:LoadAnimation(animation)
dance.Looped = true
dance:Play()
end
AnimationId = "rbxassetid://YOUR ANIMATION ID"
Alr ill test it ty
still dont work for some reason dik
Most likely a problem with the animation
Try input id of my animation
and tell me if it works
Alrighty