|
| 09 Nov 2014 04:12 PM |
| Please help. I'm making a huge GUI but it the playerlist gets in the way. Thanks |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 04:12 PM |
| game:GetService("StarterGui"):SetCoreGuiEnabled("PlayerList", false) |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 04:15 PM |
| Is it for one person though? It seems like it does all players. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 04:16 PM |
| No idea what you mean. You one one specific person to not see the player list? |
|
|
| Report Abuse |
|
|
| |
|
|
| 09 Nov 2014 04:22 PM |
| Youd have to determine the Player somehow by including the User in the script. |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 04:32 PM |
| Is there any like sorta playergui gui that you can destroy just like you can do with the health gui? |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 05:27 PM |
Is this what you're tying for?
game:service('Players').PlayerAdded:connect(function(player) local int = Instance.new("IntValue") int.Parent = player int.Name = "leaderstats" local crash = Instance.new("Vector3Value") crash.Parent = player.leaderstats end) |
|
|
| Report Abuse |
|
|
|
| 09 Nov 2014 05:30 PM |
| @above forget that i forgot this was meant for one person |
|
|
| Report Abuse |
|
|