game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function() player.Character:IsA("CharacterAppearance"):Remove() end) end)
You can simple do this:
CanLoadCharacterAppearance = false
This will spawn them in like a noob (pretty sure the old noob not the new one.) So like this:
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function() player.Character.CanLoadCharacterAppearance = false end) end)
Hope it helps!