I made a Health UI... But...
#2
Make it trace the players health, here's a bit of code to help you:
[lua]
--Code above
if player.Health >= 25 then --Assuming you already have the player sorted out
HealthBar.Color = Color(205,25,88) --Assuming the healthbar is one piece.
else
HealthBar.Color = Color(62,190,116)
--Code below
[/lua]
Reply


Messages In This Thread
I made a Health UI... But... - by AK-47 - 06-03-2011, 03:36 PM

Forum Jump:


Users browsing this thread: 5 Guest(s)