Hello, I’m making a basic matchmaking system, I have to check if four players are ready to begin a match, but the issue is that, I’m not sure how to check how many players I put into a que.
What do I do?
Hello, I’m making a basic matchmaking system, I have to check if four players are ready to begin a match, but the issue is that, I’m not sure how to check how many players I put into a que.
What do I do?
Why would you be using dataStore for this?
I think you should use memory store instead.
My bad, should have seen that, this might help MemoryStoreService:GetQueue.