#animation is broken when using :loadanimation

1 messages · Page 1 of 1 (latest)

white dome
#

i used same animation for example

#

script
local players = game:GetService("Players")
local player = players.LocalPlayer
local tool = script.Parent
local animations = tool.Animations

local idleanimation = player.Character:WaitForChild("Humanoid").Animator:LoadAnimation(animations.idle)

tool.Equipped:Connect(function()
idleanimation:play()
end)
tool.Unequipped:Connect(function()
idleanimation:stop()
end)

muted gull
#

Does the animation have keyframes for the legs?

white dome
#

yes

muted gull
white dome
#

animation was normally work before equip gun

muted gull
white dome
#

ooh ok

pastel crystalBOT
#

studio** You are now Level 1! **studio

white dome
#

i will check it

#

i think it is solved