-- Health Bar
draw.RoundedBox(2, ScrW() - ScrW() + 30, ScrH() - 70, 380, 40, Color(0,0,0,175))
draw.RoundedBox(2, ScrW() - ScrW() + 32, ScrH() - 68, (376) * DrawHealth / 100, 36, Color(255,45,45,100))
draw.SimpleText(EchoHealth, "DermaLarge", ScrW() - ScrW() + 210, ScrH() - 65, Color(255,255,255), TEXT_ALIGN_CENTER, TEXT_ALIGN_TOP)
Sorry did this late at night trying to fix some other issues forgot to add the snippet of code.