I frequently get the request to allow people who own VIP servers in my game to have more than the default player limit for their server. (and I agree with them, it’d be awesome in fact)
I have no reason to not allow this except for that it’s currently simply not possible.
Increasing the limit in all servers (including public) is undesired by me as it will heavily increase the client rendering workload for all clients.
They should just go full out and allow the MaxPlayers to be scriptable.
I had an old project in which I wanted to only allow a certain amount of players to a table (1 table in the server); and I couldn’t, unless I had 8 different templates (2-10).