Script issue (Animation Script)

So my script:

local animation = script:WaitForChild(‘WaveAnim’)
local humanoid = script.Parent.Humanoid
local dance = humanoid:LoadAnimation(animation)
dance:Play()

Makes the character accsesories fall off, can someone help me please.

2 Likes

Loading an animation doesn’t make accessories fall off. There’s another problem. Please review your circumstances (all code involved) and check for anything that deals with accessories and try debugging that. There isn’t enough information on this thread for anyone to provide you anything other than “look around and try to find the problem code yourself first”.