#anim doesnt play

1 messages · Page 1 of 1 (latest)

chilly tendon
#
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

mossy laurel
#

Do you own the animation?

#

Also you should check that the tool is actually getting activated.

chilly tendon
#

yes i own it, and i used print to check that it was getting activated

mossy laurel
#

So the animation simply isn’t playing?

#

Your animation priority might be an issue here if it’s not high enough in priority.