Is their a way to check how many items are in a que in the Memory Data Store?

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.

1 Like

thats what I’m using…

My bad, should have seen that, this might help MemoryStoreService:GetQueue.

1 Like