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
.