Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-3

Teleport half players one place and half the other? [closed]

Asked by 9 years ago

how do i teleport half the players in a game to one place and half to another?

0
also keep in mind this is in a while loop NinjaFlamez 0 — 9y
0
This is not a request site, include things you've already tried. Perci1 4988 — 9y

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?

1 answer

Log in to vote
1
Answered by 9 years ago

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 :)

Ad