Making a Matchmaking system that can have more than two players

  1. What do you want to achieve? A Matchmaking system that can hold more than two players

  2. What is the issue? I 'm using this tutorial https://developer.roblox.com/en-us/articles/Matchmaking but I think it only lets two people in the queue/matchmaking, I might have misunderstood.
    i.e a matchmaking script in fortnite where a queue/lobby has more than 90 players
    From line 128 onwards, it starts to get confusing.

https://gyazo.com/7396efb3fb8ee25d08a6d08724540ed3

1 Like

Yea. The tutorial is setup for a two player game, probably to fit the chess example. You’d need to modify the section of code you have in the Gyazo to find multiple players rather than 2.

1 Like