#Animation script
10 messages · Page 1 of 1 (latest)
“game” does not have the humanoid as a child. The player character has the humanoid.
Try to assign the humanoid when the tool is equipped.
tool.Equipped:Connect(function()
Humanoid = tool.Parent.Humanoid
end)
^ and Humanoid does not load animations. Only animator
Well.. it can but apparently that’s being deprecated.
mhm
they won't remove it because they don't want old abandoned games to be unplayable