C1maCat
|
  |
| Joined: 07 Jun 2011 |
| Total Posts: 334 |
|
|
| 26 Aug 2012 11:13 PM |
How would I make a script that would randomly pick a player in a game,
and how would I make a script that senses what player is in a certain area? |
|
|
| Report Abuse |
|
|
| 26 Aug 2012 11:17 PM |
The first question:
local RandomPlayer = Game.Players:GetPlayers()[math.random(1,#Game.Players:GetPlayers())]
I'm not sure what you're trying to ask for the second question.
¤¤ †KMXD† ¤¤ [SHG Tier~3]
|
|
|
| Report Abuse |
|