How to I make it so that when a player joins the game it doesn’t spawn his character joins the game?
What code do I need, at least send me a function (no explanation needed) so I can figure it out.
How to I make it so that when a player joins the game it doesn't spawn his character joins the game?
Under game.Players
, there’s a property called “CharacterAutoLoads” which automatically loads in the character for any player that joined. You can simply just turn that off.