guys
i have question
can you answer it if someone knows how to do it?
is it possible to do : so you join the server but your character is not spawned i mean your character does not exists till i press a gui button?
If you would like to have a character "not exist" until they press a GUI button, make the player spawn in a floating box, add a GUI that covers the entire screen and search up on YouTube or another platform on how to make a "Press to start" button. A lot of popular games do this such as, but not limited to Jailbreak, Phantom Forces, Work at a pizza place, and Mining Simulator. To make all the players fit, you can add a simple script piece into the Press to play script. You can make it so when the player joins the game their body's CanCollide is turned off making it so you can have 30+ players in one spot, you would also need to make it so they can't move. You would add a function to make it so A) The player's CanCollide is turned ON, B) It teleports them into the game area, and C) They can see, turning off the PTS GUI to the PTS script.
Hope this helps!