|
| 17 Apr 2014 04:49 PM |
| How do you find the new health gui? I have a script in my RPG that removes the health bar, so I can use my custom one. The new update to Roblox hid the GUI somewhere else where the script cannot find it and remove it. Has someone else found it so I can rewrite the script properly? |
|
|
| Report Abuse |
|
|
Jonibus
|
  |
| Joined: 30 Jan 2010 |
| Total Posts: 8985 |
|
|
| 17 Apr 2014 04:50 PM |
game.StarterGui:SetCoreGuiEnabled("Health",false)
Put that in a local script inside StarterGui.
Follow me on twitter: @Jonibus_RBX |
|
|
| Report Abuse |
|
|
|
| 17 Apr 2014 04:52 PM |
--local script
game:GetService('StarterGui'):SetCoreGuiEnabled(Enum.CoreGuiType.Health, false);
#nerdsunited |
|
|
| Report Abuse |
|
|
| |
|