I have watched multiple videos and read multiple articles on how to put animations into tools, but nothing I ever use works, can anyone help me please? Here is a local script I have inside a tool:
script.Parent.Activated:Connect(function() local player = game.Players.LocalPlayer local animation = script.Parent.Animation --assuming the animation is inside the tool local animationid = ("rbxassetid://"..5266726740) animation.AnimationId = animationid local Track = player.Character:FindFirstChild("Humanoid"):LoadAnimation(animation) Track:Play() end)
Are there any errors on the Output when you run your script? If yes, maybe you didn't set your animation priority to action?
Hello, I'm not sure, but I think your mistake isn't script, I think it's animations.
When you done ur animation you need to set animation priority
When I do tools, I always set Action, but sometimes movement helps also
Hope I helped