I have really no code for this, I tried a basic :Destroy() on the character, but it didn't work. How would I permanently remove the character. Sorry if this is too vague.
trust me, it will work
to spawn character: plr:LoadCharacter()
game.Player.PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function() plr.Character:Destroy() end) end)