how do i teleport half the players in a game to one place and half to another?
local Num = game.Players.NumPlayers/2
There, you have half the players, create a table with all of their names/character objects in it and send the first Num of players to one place and remove them from the table, the rest are there for you now to send :)
Closed as Not Constructive by Redbullusa, RaverKiller, Perci1, EzraNehemiah_TF2, and adark
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?