|
| 19 Oct 2015 05:18 PM |
| Hi, the leaderboard (playerlist) is in the way of one of my important guis. How can I disable it? Thanks. |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2015 05:25 PM |
| I thought there was an easy 1-line script for this. I just forget how to do it. |
|
|
| Report Abuse |
|
|
|
| 19 Oct 2015 05:53 PM |
In a LocalScript:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Playerlist, false) |
|
|
| Report Abuse |
|
|