I am trying to make a game which players in the lobby can click a 'start' button to teleport to 'queue'. If there are more then 60 players in queue then all players in queue will be teleported to 'gameplay'. The first part is easy for me but the problem is the second part. How should i teleport a group of players and players from other queues won't join the same 'gameplay' server?
You will have to use Admin for that
You should use ipairs, an advanced loop, which checks through all the players and send them to a place.
for i, v in ipairs(queueplayers) do v.HumanoidRootPart.Position.CFrame = Vector3.new(0,0,0).CFrame end
if u want to change that peoples go to an another game / place then try this
`` local teleport = game:GetService("TeleportService") local placeid = 1234566789 local player = game.Players.LocalPlayer
teleport:Teleport(placeid,player)
``
im not sure in wich script u have to use it
set by placeid the placeid of the game
set third party teleports on dont know how to do? follow me
go to : game setting > security > allow thirs party sales > set it on
i hope it work