script.Parent.Equipped:Connect(function() local anim = Instance.new("Animation") anim.Parent = game.Players.LocalPlayer.Character.Humanoid anim.AnimationId = "rbxassetid://"..2907090579 local as = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(anim) as:Play() end)
When you equip the tool, it warns in the console that the animation could not be played. However, it works in the studio, but only shows for me. Help?
well; if your using a localscript then that's expected; try using remote events this way so server plays the animation and not client