Sungmingamerpro13

DangerIcon System

Aug 31st, 2025
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. if Player.UnusedContent.Value == "On" then
  2.         if humanoid.Health == 1 then
  3.             script.Parent.HealthFrame.DangerIcon.Visible = true
  4.         else
  5.             script.Parent.HealthFrame.DangerIcon.Visible = false
  6.         end
  7.     else
  8.         if humanoid.Health == 1 then
  9.             script.Parent.HealthFrame.DangerIcon.Visible = false
  10.         else
  11.             script.Parent.HealthFrame.DangerIcon.Visible = false
  12.         end
  13.     end
  14.  
Advertisement
Add Comment
Please, Sign In to add comment