|
| 23 Jan 2015 11:21 PM |
Is there any way to clone the current ROBLOX health bar? I am not talking about hiding the current one.
I would like to have an exact replica of the current healthbar so I could use it as Stamina / Mana points idk..
Is there any solution to do it? |
|
|
| Report Abuse |
|
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 23 Jan 2015 11:22 PM |
>play solo mode, look under players>(your name)>playergui>healthgui
>clone et |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 23 Jan 2015 11:23 PM |
@mycheeze
doesnt work like that |
|
|
| Report Abuse |
|
|
| |
|
mycheeze
|
  |
| Joined: 27 Jun 2011 |
| Total Posts: 6748 |
|
|
| 23 Jan 2015 11:30 PM |
| when did they m0ve the health gui :o? |
|
|
| Report Abuse |
|
|
|
| 23 Jan 2015 11:38 PM |
Nevermind, I got it.
Took me a while, I made a recurse function and added a pcall due to throwing out errors and I cloned all contents of game.CoreGui to game.Lighting.
Gg, Thanks anyway! |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 24 Jan 2015 12:16 AM |
in the command bar
for i,v in pairs(game.CoreGui:GetChildren()) do local a = v:Clone() a.Parent = game.ServerStorage end |
|
|
| Report Abuse |
|
|
|
| 24 Jan 2015 12:26 AM |
| Yep. Had it already but Thank you for your time! |
|
|
| Report Abuse |
|
|