kenny126
|
  |
| Joined: 04 Sep 2008 |
| Total Posts: 1776 |
|
|
| 05 Nov 2011 09:54 PM |
| Get a GUI. Then you can search people, and see their KO's |
|
|
| Report Abuse |
|
|
| 05 Nov 2011 10:42 PM |
| http://wiki.roblox.com/index.php/Beginner's_guide_to_GUI |
|
|
| Report Abuse |
|
DXPower
|
  |
| Joined: 21 Oct 2008 |
| Total Posts: 2866 |
|
|
| 05 Nov 2011 11:41 PM |
Well first, you'll need to names = game.Players:GetChildren() to find out the names of the players, check if their nil, have your max players about 8-10 so it is easily made, then have I don't know how to get certain things from a table that isn't defined separately.
if #names = 1 then script.Parent.Spot1.BackgroundTransparency = 0 script.Parent.Spot1.Text = do stuff end if #names = 2 then script.Parent.Spot1.BackgroundTransparency = 0 script.Parent.Spot1.Text = do stuff end
and so on. I left out gaps because there is lots of complicated functions to your' request. |
|
|
| Report Abuse |
|