Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to determine the number of players on the place? [closed]

Asked by 3 years ago

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.

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?

3 answers

Log in to vote
0
Answered by
stef0206 125
3 years ago

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!

0
:o Zeuxulaz 148 — 3y
Ad
Log in to vote
0
Answered by
Zeuxulaz 148
3 years ago
Edited 3 years ago

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.

0
hes not asking how to change the players lol SmartNode 383 — 3y
0
He is asking how to change the max players. stef0206 125 — 3y
1
Yes... and from that page where I left off you can change how much players can enter a server at once. It's simple. Zeuxulaz 148 — 3y
0
Indeed, I was telling SmartNode that he was wrong stef0206 125 — 3y
0
Indeed, I was telling SmartNode that he was wrong stef0206 125 — 3y
Log in to vote
0
Answered by 3 years ago

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