Idk why it isnt working i see no fault?
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
01 | local Player = game.Players.LocalPlayer |
02 | local Humaniod = Player.Character.Humaniod |
03 | local Health = script.Parent |
05 | Health.Size = UDim 2. new((Humaniod.Health / Humaniod.MaxHealth)* 0.975 , 0 , 0.9 , 0 ) |
06 | if Humaniod.Health < = 50 then |
07 | Health.BackgroundColor 3 = Color 3. new( 181 , 0 , 0 ) |
09 | if Humaniod.Health < = 25 then |
10 | Health.BackgroundColor 3 = Color 3. new( 181 , 0 , 0 ) |
16:50:16.207 - Humaniod is not a valid member of Model~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~