Is this possible? I can’t seem to find any resources for it. If not, how do I approach this problem? I cannot hardcode it because I am going to duplicate the places but will change its behavior depending on how many maximum players it allows
The Players service has a property called MaxPlayers. (game.Players.MaxPlayers)
You can use that property to get the maximum number of players allowed in a server.
Though it’s read-only.