of     1   

iRobloxia
#36782755Wednesday, November 10, 2010 1:56 AM GMT

player = script.Parent.Parent.Parent.Parent.Parent while true do health = player.Character.Humanoid.Health/player.Character.Humanoid.MaxHealth * 100 script.Parent.Size = UDim2.new(0, health, 0, 20) script.Parent.Parent.HPText.Text = "HP - " .. health .. "%" wait() end ------ idk what's wrong with it.
rayoma
#36787074Wednesday, November 10, 2010 3:12 AM GMT

while true do Wait() health = player.Character.Humanoid.Health/player.Character.Humanoid.MaxHealth if health>=player.Character.Humanoid.MaxHealth then health = player.Character.Humanoid.MaxHealth end script.Parent.Size = UDim2.new(0, health, 0, 20) script.Parent.Parent.HPText.Text = "HP - " .. health .. "%" end
iRobloxia
#36802301Wednesday, November 10, 2010 8:40 PM GMT

No.
iRobloxia
#36901439Friday, November 12, 2010 11:30 PM GMT

Bump.

    of     1