Animation Only Playing In Server

Hi,Im Made a animation and this animation only appear in server

Script i used:
local first = script:WaitForChild(‘BoomDance1’)
local humanoid = script.Parent:WaitForChild(‘Humanoid’)
local dance = humanoid:LoadAnimation(first)
dance:Play()

CLIENT:

SERVER:

The problem is script?

1 Like

the error is i placed script in startercharacterscript

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.