iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 03:59 PM |
I have asked before, but it did not work. So how will i do this?
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 04:04 PM |
bump
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
| |
|
Hydrablox
|
  |
| Joined: 03 Nov 2009 |
| Total Posts: 1874 |
|
|
| 03 Jan 2015 04:06 PM |
You could use a few function from this script: www.roblox.com/ScreenSpace-Module-item?id=170340248 |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 04:12 PM |
If you are a fan of RPG games, you should have played goradiel, and the gui above enemies and other players. Thats what i mean.
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2015 04:22 PM |
| Do you want it to show their health? |
|
|
| Report Abuse |
|
|
Twistir
|
  |
| Joined: 19 Nov 2009 |
| Total Posts: 12374 |
|
|
| 03 Jan 2015 04:23 PM |
| You have to be specific about what you want |
|
|
| Report Abuse |
|
|
|
| 03 Jan 2015 04:46 PM |
Do you want there name over there head? If so, put this inside the Enemy's head:
while true do wait(1) guigroup=Instance.new("BillboardGui") guigroup.Parent=script.Parent.Parent guigroup.Adornee=script.Parent guigroup.Size=UDim2.new(7,0,1,0) guigroup.StudsOffset=Vector3.new(0,2,0) textgroup=Instance.new("TextLabel") textgroup.Size=UDim2.new(1,0,1,0) textgroup.BackgroundTransparency = 0.8 textgroup.BackgroundColor3 = Color3.new(0,0,0) textgroup.TextColor3 = Color3.new(255/255, 255/255, 255/255) textgroup.TextStrokeTransparency = 0 textgroup.TextTransparency = 0 textgroup.FontSize = 'Size14' textgroup.TextWrapped = true textgroup.BorderColor3 = Color3.new(255/255,0/255,0/255) textgroup.BorderSizePixel = 1 Person = 'EnemyName' textgroup.Text = (''..Person..'') textgroup.Parent=guigroup wait(9999999999999999999999999999999999999999999999999999999999999999999999999999999999999) end |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 05:16 PM |
^ it works, but how would i remove the green bar below "health bar"
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 05:20 PM |
But when i zoom it gets bigger?
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|
iNicklas
|
  |
| Joined: 26 Oct 2010 |
| Total Posts: 4031 |
|
|
| 03 Jan 2015 05:45 PM |
Thank you, i've made this gui, now i just have to script it.
http://www.roblox.com/RPG-TEST-place?id=198770996
3001 R$ / 500,000 R$ - Follow Me On Twitter! @iNicklasRBLX •_• |
|
|
| Report Abuse |
|
|