local tool = script.Parent
local anim = script.Folder.anim
local player = game:GetService(“Players”).LocalPlayer
local char = player.Character or player.CharacterAdded:Wait()
local humanoid = char:WaitForChild(“Humanoid”)
local loadanim = humanoid:LoadAnimation(anim)