|
| 19 Jun 2013 06:11 PM |
make this script into a gui button
function TeleportPlayers() math.randomseed(tick()) local players = game:GetService("Players"):GetPlayers() for i=1,24 do if #players==0 then break end local current = math.random(1,#players) local position = Vector3.new(0,0,0) if players[current] and players[current].Character then players[current].Character:MoveTo(position) end end end
wait(2) TeleportPlayers() also how would you make it teleport only the person how clicked note: i can make guis |
|
|
| Report Abuse |
|
|
| |
|
Preston99
|
  |
| Joined: 21 Sep 2008 |
| Total Posts: 247 |
|
|
| 19 Jun 2013 07:12 PM |
| Learn to script before working with things like that. |
|
|
| Report Abuse |
|
|
|
| 19 Jun 2013 07:13 PM |
i know how to script just help me please P.S. need proof look at my game! |
|
|
| Report Abuse |
|
|
| |
|