How to make matchmaking system

Hey Everyone,

How can I make the matchmaking system like DropBlox Have!

Example:
Player click a button then the game search on every server for another player that click the button and teleport them to the same server

Thanks.

1 Like

I’m pretty sure MessagingService should help you with communicating between servers
And then TeleportService to send them to a different place

1 Like

I know,
but how should I check who want to get teleport?

Edit: should I create BoolValue to check?

I haven’t used MessagingService a lot but I think you wrap it with a function that caught by a script in one server

And yes use a bool

This would reserve a server that all the players could teleport into.

Then you would need to use this to teleport them to the server.

You might have to use messagingservice to get them all in the server correctly though.

1 Like