Animation or Script glitch

idk why, but i made an animation for vines

But after i join the place and try to activate vines with the script which is simply like:
local animation = script:WaitForChild(‘Animation’)
local humanoid = script.Parent:WaitForChild(‘Humanoid’)
local dance = humanoid:LoadAnimation(animation)
dance:Play()

then it plays like that

2 Likes

You should try to stop all animations on the humanoid before starting the dance animation, maybe the idle animations are combining with the dance animation and causing this?

1 Like