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?
Making a simple global match making system is impossible
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.