|
| 23 Nov 2014 06:34 PM |
| How would you delete the health bar at the bottom of your screen? |
|
|
| Report Abuse |
|
|
| 23 Nov 2014 06:37 PM |
Make a localscript and put it inside the player directory (like starter things), then put the following code:
game.StarterGui:SetCoreGuiEnabled("Health", false) |
|
|
| Report Abuse |
|