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

Is it possible to change max player count via script?

Asked by 5 years ago

Hey,

Is there any way to change the max player count on a server via a script? Is there any property, function, or something else i can use? Players.MaxPlayers is Read-Only and I've tried it, also I should mention that im trying to change the max player count of the server that the script is in.

Best Regards, LollipopCraft.

2 answers

Log in to vote
0
Answered by 5 years ago

no sir

Ad
Log in to vote
0
Answered by
ozzyDrive 670 Moderation Voter
5 years ago

You could always make the max player count as high as possible and only allow a certain number of players in. The issue lies in the fact that Roblox cannot know about your custom limit and will always direct players to empty servers. You'd then have to redirect these players to other servers with actual space and it becomes a hassle as well as a poor player experience because you cannot make the server-switcheroo hidden.

There simply are no proper tools to do this with.

Answer this question