LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:30 AM |
| can I have the leader board start minimized? |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:33 AM |
| or better yet is there a way i can tell if it is minimized? |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:36 AM |
um, i think you would call it minimized...
when you press the arrow and the leader board slides out of the screen |
|
|
| Report Abuse |
|
|
sayhisam1
|
  |
| Joined: 25 Nov 2009 |
| Total Posts: 2092 |
|
|
| 29 Jul 2011 10:37 AM |
thats core gui, and you cant change core gui i think. a leaderboard is unremovable i think, or unchangable. |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:38 AM |
| I know you can't remove it but is there a way I could tell if it wasn't minimized? |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 10:42 AM |
Actually, you can remove the Leaderboard. It's quite simple, actually. On my last account, ArceusInator randomly followed me into a game and told me how. :P
All you have to do is insert a value, other than an IntValue (eg. BoolValue, StringValue, BrickColorValue, etc.) into the leaderstats. Then you can make your own. |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:44 AM |
| yeah i tried that but it seems to only get the old gui back not remove the new on :( |
|
|
| Report Abuse |
|
|
|
| 29 Jul 2011 10:44 AM |
| Hmm, then the Devs found out. Dangit. :/ |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:46 AM |
yep script:
repeat wait() print("waiting...") until game.Players:findFirstChild("Player") player = game.Players.Player l = Instance.new("IntValue") l.Parent = player l.Name = "leaderstats" Instance.new("StringValue").Parent = player.leaderstats
output: Fri Jul 29 09:45:58 2011 - CoreGui.RobloxGui.PlayerListScript:1361: attempt to index local 'statValue' (a number value) Fri Jul 29 09:45:58 2011 - Script "CoreGui.RobloxGui.PlayerListScript", Line 1361 - upvalue buildPlayerObject Fri Jul 29 09:45:58 2011 - Script "CoreGui.RobloxGui.PlayerListScript", Line 1689 - upvalue createBoardsFunction Fri Jul 29 09:45:58 2011 - Script "CoreGui.RobloxGui.PlayerListScript", Line 423 - upvalue rebuildBoard Fri Jul 29 09:45:58 2011 - Script "CoreGui.RobloxGui.PlayerListScript", Line 1886 - local buildPlayerList Fri Jul 29 09:45:58 2011 - Script "CoreGui.RobloxGui.PlayerListScript", Line 1915
and then the old gui is on the screen |
|
|
| Report Abuse |
|
|
| |
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 10:51 AM |
| any one else have an idea to brake it? |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 11:01 AM |
this is the closest I could get it to not being there
http://www.roblox.com/LinuxhaxUs-Place-Number-1-item?id=57776308 |
|
|
| Report Abuse |
|
|
LinuxhaxU
|
  |
| Joined: 22 Aug 2010 |
| Total Posts: 164 |
|
|
| 29 Jul 2011 11:02 AM |
| oh thats great it doesn't work online!! :( |
|
|
| Report Abuse |
|
|