local inputService = game:GetService("UserInputService")
local players = game:GetService("Players")
local tool = script.Parent
local huyyah = Instance.new("Animation")
huyyah.AnimationId = "rbxassetid://124157601106516"
local shing = Instance.new("Animation")
shing.AnimationId = "rbxassetid://104042693051551"
tool.Activated:Connect(function()
tool.Parent:FindFirstChild("Humanoid").Animator:LoadAnimation(huyyah):Play()
end)
yeah thas it