MemoryStore matchmaking?

I’m stuck with understanding how to code a matchmaking script using MemoryStore. What I want to achieve is so that my players, who have various skill levels, can be matched with players with a similar skill level.

For starters, I know I can get a queue and put both players in the queue. The problem is I’m not sure how to script this; I’m not sure which server is responsible for matchmaking. If all servers do the matchmaking, wouldn’t it be chaotic?

2 Likes

You should use MessagingService for matchmaking. There is probably a tutorial for matchmaking online that uses MessagingService.

MessagingService is an alternative way for matchmaking. If I wanted to use that, I would’ve searched for it. The question I’m asking is for matchmaking with MemoryStore, as the service was partly built to accommodate matchmaking systems.

1 Like

I’m still wondering if somebody can share their thoughts/ideas on how to use MemoryStore for matchmaking.

1 Like