How would I make "pro servers" in my game?

My main question is how would I be able to sort out custom-made servers? I understand TeleportService:ReserveServer and TeleportService:TeleportToPrivateServer exist, but how would I be able to create multiple servers in case one gets full? I have an idea on how it might work, but I’m not sure if there’s a right way to do it.

What I mean with “pro servers” is that there’s a button you press that lets you join only if you have 50 or more wins.

2 Likes

You should take a look at MessagingService. MessagingService | Roblox Creator Documentation

This service allows for server to server communication. You could have a hub that then treats all of the information and moves players around.