My game has a limit of 40 players per server, but for events I would like to be able to reserve a server with a 100 player limit. Is there any way to do this without nonsense like having to create an entirely new place?
Sadly I don’t think there is a way to change the server’s player limit via script, however I did a bit of research and found this post that may help you.
As someone mentioned in the post:
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.
You could also just manually change your server player limit to 100 till the event ends. Which would probably be the easiest and most viable way