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?