How can i make a simple global match making system?

Im trying to make a global match making system but im not very sure how i would make it

What do you mean by global? Do you mean all servers have access to the same list of games?

You need to use Memory Stores to achieve this.

Memory Store Service Tutorial

1 Like

Making a simple global match making system is impossible :wink:

Someone did make a pre-made one though that you can use:

As other people have said, to make a matchmaking system that goes across servers you will probably want to use the MemoryStoreService. You can also use the HttpService, though that’s much more complicated because you’d need to make or buy/rent your own backend.

I would recommend using Steven’s module, which uses the MemoryStoreService internally.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.