|
| 18 Jul 2016 01:08 AM |
| how would i add a leader board to gui on a brick |
|
|
| Report Abuse |
|
|
|
| 18 Jul 2016 01:12 AM |
That's easy, put it in a Server Script inside of the GUI.
while true do local Success, Error = pcall(function() game:GetService("CoreGUIService"):RenderPlayerList(script.Parent, true, 0.25, 50); end); if Success then wait(); else error(Error); end; end;
#code print("While I may look like a cataclysmic god of the eggs from the future, I am not.") |
|
|
| Report Abuse |
|
|
|
| 18 Jul 2016 01:22 AM |
| but how would i add it to a brick |
|
|
| Report Abuse |
|
|
sayhisam1
|
  |
| Joined: 25 Nov 2009 |
| Total Posts: 2092 |
|
|
| 18 Jul 2016 01:46 AM |
Use SurfaceGuis to put Guis onto a brick
~Please Test my Game!~ https://www.roblox.com/games/361448527/Bloxi-Dash-Beta-1-1-9# |
|
|
| Report Abuse |
|
|
|
| 18 Jul 2016 02:40 AM |
| first of add the leader board its self :P |
|
|
| Report Abuse |
|
|
| |
|