Would it be possible to make multiple rooms from server launch?

Options
Is there a way to create multiple empty rooms on server launch. Say I want 20 rooms for ranked server. Each room is used for a different rank level. When a user clicks to find a ranked room it will find one of the already created rooms with people in it at their rank and join it.

Best Answer

Answers

  • jnam3241
    Options
    Yes, it is possible. Why do you think it isn't?
    With custom properties, you can make rooms with a different rank level.
  • relicright
    Options
    I think i may have been going about this the wrong way. Instead i have the player checking if there is a room withing their rank available. If no room is available, it will create a new room and set the custom properties for rank based on their rank. Thanks for the insight.