How do I make one place receive only one player, while the other receives 20 players?
I want to make one place just for introduction, customization, shopping, while the other will be the game itself.
To further expand from what Zeuxulaz explain, you can add multiple Places to a single Game. To do this, simply open your game in studio, go under the game tab, Right click on "Places" and click "Add New Place". Once you've done this, you have multiple places in one game. Then as Zeuxulaz explained, go on the Roblox site, click the cog button next to your game, click "Configure Start Place", go under "Access" and there you should see an option called "Maximum Player Count", you want to set that to 1.
If you then go back to the Roblox site and go under "Develop". Click the cog button next to your game again, this time click Configure Game, go under the "Places" tab, you should see a place other than your Starter place, click on it's name, this will take you to it's gamepage. Click the 3 dots next to the gamename and click "Configure this Place". Now you go under "Access" and set the "Maximum Player Count" to however many you'd like!
Go to Places and press the cog button on the place you want to change the max players to. Then press Configure Place and you will be able to do it from there.
I Have Had A Similar Situation, I Solved It With A Script Like This
game.Players.NumPlayers -- The Amount Is The Amount Of Player In The Server
Closed as Not Constructive by WideSteal321, VAHMPIN, IAmNotTheReal_MePipe, Dovydas1118, Cynical_Innovation, and JesseSong
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?