I have a main menu, and player can create game, select max players number and start play, how i can make server creation(public), specialy if player select ‘Create Game’ with custom player count?
I have idea how max players number can be realised: Player Select max players number, and when player teleporting, we send max player number, and in game we creates IntValue with max players number, and when player join, we check players on server and max players number, if players on server > max players number then kick joined player, yes?
But how create server - idk 
Help pls