Matchmaking a Server

I am currently developing a game that uses matchmaking to create a server and teleport certain players to that specific server. I haven’t ever used matchmaking and would like to learn more about it, I have tried searching up about it on the Roblox Wiki, but I cannot find anything.

If anyone has an article or a video you can share with me that would be super helpful.
Thank you!

1 Like

hello i am a random person
You can make a matchmaking lobby that uses a TouchEvent
so that players will be inserted to a table
Then you make sanity stuff like cooldown and checks and use TeleportPartyAsync() with the table list of your players
that’s the worst way I can think off

I haven’t watched this, but this may be good, looking at the start and some other things it seems pretty decent. https://www.youtube.com/watch?v=OTGW7PsZuKM

Read the following info:

TeleportService:ReserveSever() → Gets a private reserved server code.

TeleportService:TeleportToPrivateServer() → Using the reserved server code, teleports specified players to private server. This server can ONLY be accessed via teleporting with this function and the specified reserved server code!

Thank you so much! I will look into it.

1 Like