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.
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.
I’m pretty sure MessagingService
should help you with communicating between servers
And then TeleportService
to send them to a different place
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.