06-03-2011, 04:14 PM
(06-03-2011, 04:09 PM)AK-47 Wrote: No... I don't need changing colors. I already have coded it into the script so that it tooltips the player's current health.
Yeah, I made it so it changes back once you die.
Maybe this would work?
[lua]
--Code
if player.Health = 0 then
HealthBar.Color = Color(green) --Replace green with the RGB.
--Code
[/lua]