📅  最后修改于: 2022-03-11 14:58:07.247000             🧑  作者: Mango
local playerArray = {}
-- #playerArray means the size of the array
for playerIndex = 1, #playerArray do
playerToTeleport = playerArray[playerIndex]
teleportToStart(playerToTeleport)
end