|
| 28 Apr 2012 10:06 AM |
| Is there a way to remove the core gui player list? If there is, please leave the script, or give a brief explanation of how this can be done. |
|
|
| Report Abuse |
|
|
|
| 28 Apr 2012 10:07 AM |
| Almost like the three stooges game or Base Wars. |
|
|
| Report Abuse |
|
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
| |
|
iPremiumZ
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 6834 |
|
| |
|
|
| 28 Apr 2012 10:32 AM |
Actually, you can remove the player list and not only admins can do it. I've never tried it, but I have seen many times how to do it. I think you put a BoolValue in the player object and name it leaderboard.
I may be wrong, but it can be done.
~umad~ |
|
|
| Report Abuse |
|
|
iPremiumZ
|
  |
| Joined: 23 Jan 2012 |
| Total Posts: 6834 |
|
|
| 28 Apr 2012 10:33 AM |
Here, this removes it
game.Players.PlayerAdded:connect(function(newplayer) Instance.new("IntValue", newplayer).Name = "leaderstats" Instance.new("StringValue", newplayer.leaderstats) end) |
|
|
| Report Abuse |
|
|
jode6543
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 5363 |
|
|
| 28 Apr 2012 10:36 AM |
You put a non-IntValue in leaderstats. :P
-Jode |
|
|
| Report Abuse |
|
|