|
| 30 Oct 2011 02:47 AM |
| its for a teleport script, |
|
|
| Report Abuse |
|
|
|
| 30 Oct 2011 02:50 AM |
plrs=game.Players:GetChildren()
plr1=plrs[math.random(1,#plrs)] plr2=plrs[math.random(1,#plrs)] |
|
|
| Report Abuse |
|
|
| |
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
|
| 30 Oct 2011 04:35 AM |
Don't use his method....
plrs=game.Players:GetChildren() P1 = math.random(1,#plrs) Player1 = plrs[P1] table.remove(plrs,P1) P2 = math.random(1,#plrs) Player2 = plrs[P2]
|
|
|
| Report Abuse |
|
|