Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

LoadAnimation requires the Humanoid object to be a descendant of the game object?

Asked by 7 years ago

Player = game.Players.LocalPlayer char = Player.Character

local animation = {char.Humanoid:LoadAnimation(script[1]), char.Humanoid:LoadAnimation(script[2]), char.Humanoid:LoadAnimation(script[3])}

What does this error mean?

Answer this question