Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if Player.UnusedContent.Value == "On" then
- if humanoid.Health == 1 then
- script.Parent.HealthFrame.DangerIcon.Visible = true
- else
- script.Parent.HealthFrame.DangerIcon.Visible = false
- end
- else
- if humanoid.Health == 1 then
- script.Parent.HealthFrame.DangerIcon.Visible = false
- else
- script.Parent.HealthFrame.DangerIcon.Visible = false
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment