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

Why won't the character load?

Asked by 9 years ago
game.Players.CharacterAutoLoads = false

game.Players.PlayerAdded(function(plyr)
    plyr.CharacterAdded:connect(function(char)

    end)
    plyr:LoadCharacter()
end)

Why doesn't this make the player load?

EDIT

Oops, I forgot the :connect() in the game.Players.PlayerAdded.

Answer this question