Animation not working

local Tool = script.Parent
local Player = game.Players.LocalPlayer
local Anim = Tool.Animation

Tool.Equipped:Connect(function()
	local Animation = Player.Character.Humanoid:LoadAnimation(Anim)
	Animation:Play()
end)

Why isn’t it working? I’ve tested the same animation on a rig an it works fine. Also the animation is duplicated from the rig so the issue couldn’t be that.

image

image

Plz help

:cry:

:cold_sweat:

:roll_eyes:

:point_right::point_left:
:flushed:
:people_hugging:

It’s because I’m on R15 when I test it

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.