Teleporting group script

How would I go about making a teleport group script?
I made a lobby where there’s 4 hubs. One that allows 1 player to join the game, another that allows 2 players, another that allows 3 players, and so on… But I don’t know how to make everybody in that hub teleport once the countdown finishes. I tried adding each player to a table and then using a pairs loop to teleport each player in the table individually but that didn’t seem to work and seemed like a messy way to do it. What’s another way of making this type of script? Thank you.

TeleportService | Documentation - Roblox Creator Hub I believe you want to use reserveServer and TeleportToPrivateServer?

1 Like