Teleport all the players in a table

local Queue = {}

TeleportService:Teleport(6502114224, {Queue})

I tried to use this code to teleport all the players in the table but that didn’t work. Does anyone know anyway to teleport all players inside a table.

You’re trying to teleport a table of a table, just pass Queue without the curly braces so you’ll pass a table of players.

2 Likes