I am almost finished with making my queue system and the only problem I have is teleporting the players. An example would be:
_G.Queue = {Player1, Player2}
Since the players in the queue are from different servers how would I teleport them all to a game using TeleportService?
My only approach was looping through the table but it only teleports 1 person. Any solutions?