How would I go about "matchmaking"?

Hey there! I’m making TIC-TAC-TOE and I want to know how I could go about making Global Matchmaking system. I did some research and it seems the best way is to use Messaging Service, but I’ve never used it before. What I want to do is have a system where when people Find a Match they get paired up by 2 and get sent to the game. If you can help me out with this thanks!

1 Like

Roblox just released Memory Store which has matchmaking as one of its main points, this should get you started.

4 Likes

For one on one matchmaking, the easiest way is to teleport players into another place, which has the max and recommended user limits set to 2.

For any matchmaking above that, or if you want to factor in skill levels, use MemoryStorageService.

1 Like