repeat
wait(1)
if character.Humanoid.Health.Value == character.Humanoid.Health.Value <50 then
ef1 = game.Instance.new("Smoke")
ef1.Opacity = 0.5
ef1.Size = 20
ef1.Parent = character.ArmouredTitan.UpperTorso
steamy = character.ArmouredTitan.UpperTorso.steamy
steamy.Transparency = 0
dead = "healing"
end
until
dead == "complete" or dead == "healing"
repeat wait(1) if dead == "healing" and character.Humanoid.Health.Value == character.Humanoid.Health.Value >80 then ef1:Destory() steamy.Transparency = 1 dead = "healed" end until dead == "healed"
The error it gives me is
Players.wadeyboy01.Backpack.morpher:66: attempt to index field 'Health' (a number value)