#Animation script

10 messages · Page 1 of 1 (latest)

solemn sequoia
#

I don't know why it gives me error..

quiet sleet
#

“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)

swift tapir
quiet sleet
#

Well.. it can but apparently that’s being deprecated.

swift tapir
#

mhm

vestal abyss
#

deprecated doesnt mean shit

#

it just means "we will never remove this"

swift tapir