Tool = script.Parent
Tool.Activated:connect(function()
local char = Tool.Parent
local hum = char.Humanoid
local a = hum:LoadAnimation(Tool.Animation)
a:Play()
end)
Not receiving an error, animation just wont play.
0
Are you trying to play the animation when the player clicks or equips ithellmatic1523— 6y