Does a memorystoreservice queue hold instances globally

basically im making a matchmaking system by storing the player instance in a global queue when they start matchmaking, then globally i would use that player instance to tp them to a diff place, so does this work?

1 Like

I would just store the user id rather than the player instance, if you need to get the player you can use Players:GetPlayerByUserId()

yea i’ve done this for another matchhmaking system i made, and then use messagingservice to ask other servers whether or not they have the player in their game but thought it’d be a bit quicker if i could use instances but guess not

1 Like