pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 24 Jun 2014 11:36 PM |
| This isn't a question at all, I just think no one else explains this well. It took me a long time to figure out MYSELF... Yolo... anyway, To remove the health bar, right click on Workspace, and click on LocalScript... the script with the players on it. Ok second of all, you create a ScreenGui in StarterGui by right clicking and selecting the ScreenGui option. And last of all, in your LocalScript, enter this *without the parentheses* "game.StarterGui:SetCoreGuiEnabled("Health",false)". After that, you put the LocalScript in the ScreenGui... and save the game... and enjoy your sight of no health bar. This will work everytime you play the game. If you are "Miss Fancy Pants", and you don't want any core gui type enabled... instead of entering the previous script in the script of scriptness, enter this instead "game.StarterGui:SetCoreGuiEnabled("All", false)". There you go :) Hope this is the post that helps everyone. |
|
|
| Report Abuse |
|
|
| |
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 24 Jun 2014 11:37 PM |
| Oh! and if you are a noob and is trying to Inspect Element on this webpage, you are WRONG! lol. You need to be using Roblox studio for this |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2014 11:39 PM |
| why would anyone use inspect element now? |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 24 Jun 2014 11:40 PM |
| I have noooo idea... I'm just talking about the core newb here |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 24 Jun 2014 11:48 PM |
| Soooo... anything else to complain about :P |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
| |
|
|
| 25 Jun 2014 07:28 AM |
And if the CoreGui didn't load, then it won't work, so...
a wait(1) would be great. |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 25 Jun 2014 07:53 PM |
| unfortunately, it DOES load... it DOSN'T load when you try it in solo mode, but I'm talking about putting it in a game... that mostly means the normal way.. *not solo* |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 25 Jun 2014 07:57 PM |
| the normal way to run a thing without any command in NORMAL mode, would be to just leave the functions, the waits, and all the other stuff alone... unless you are running it on solo. BUT, some people think that it has to be in a While true do format... but all that does is reload the script infinite times at the same stop point and starts back up again. Wait would be useful in solo mode, because since it doesn't have to go fetch your main Roblox player... it just uses a clone, and spawns faster than normal. |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 25 Jun 2014 07:59 PM |
| But my point is, in normal play mode, a wait(0.1) or something, isn't really great, in fact not really useful at all. The script will still work, but it just doesn't do anything unless u are on solo. |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2014 08:14 PM |
It's impossible to do it in solo mode. You can only do it in online mode.
-Thread claimed by Confectrix- |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 28 Jun 2014 09:32 PM |
Not true... I guarantee you it is possible to do in solo counting the fact that I've been testing it on my RBA game for over 9000 times. The script for the solo health remover is...
wait(0.1) game.StarterGui:SetCoreGuiEnabled("Health",false) end |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 28 Jun 2014 09:33 PM |
wait... I messed up... the script really is...
wait(0.1) game.StarterGui:SetCoreGuiEnabled("Health",false) |
|
|
| Report Abuse |
|
|
pwsROBLOX
|
  |
| Joined: 25 Nov 2011 |
| Total Posts: 95 |
|
|
| 28 Jun 2014 10:51 PM |
| *Remember, this has to be in a LocalScript file. You create one by right-clicking on your ScreenGui and by inserting the LocalScript option* |
|
|
| Report Abuse |
|
|