|
| 01 Jul 2016 11:23 AM |
Can anyone help me with my Roblox Core hiding script? It should hide when a player enters.
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false);
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false);
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false);
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false);
No errors in output or in-game and it's a localscript + it's not disabled. please help
R$1 |
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 01 Jul 2016 11:23 AM |
game.StarterGui.LocalScript:
game.StarterGui:SetCoreGuiEnabled("All", false)
Formerly ToxicDominator - add 17,509 posts | :(){:|:&};: |
|
|
| Report Abuse |
|
|
|
| 01 Jul 2016 11:25 AM |
has a red line with this
game.StarterGui.LocalScript:
game.StarterGui:SetCoreGuiEnabled("All", false)
^ under the .
R$1 |
|
|
| Report Abuse |
|
|
Skellobit
|
  |
| Joined: 13 Apr 2016 |
| Total Posts: 12758 |
|
|
| 01 Jul 2016 11:26 AM |
it's concerning if you really put the "game.StarterGui.LocalScript:" inside it
Formerly ToxicDominator - add 17,509 posts | :(){:|:&};: |
|
|
| Report Abuse |
|
|
|
| 01 Jul 2016 11:43 AM |
| game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false) |
|
|
| Report Abuse |
|
|
|
| 01 Jul 2016 11:44 AM |
| DISREGARD WHAT I SAID I'M DUMB. |
|
|
| Report Abuse |
|
|