|
| 10 Nov 2014 06:11 PM |
I need a script so where it removes the playerlist.
I'm using this localscript, in the startergui:
game.StarterGui:SetCoreGuiEnabled("All", false)
That script removes the chat bar and the playerlist. What can I do so it removes only the playerlist? |
|
|
| Report Abuse |
|
|
| |
|
|
| 10 Nov 2014 06:16 PM |
game.StarterGui:SetCoreGuiEnabled(0, false) 0 is the leaderboard 1 is health 2 is backpack 3 is chat 4 is all of them (aka "All") |
|
|
| Report Abuse |
|
|
| |
|