How do i make the health bar flash when its low?

Any way i can make the health bar flash when its below 20%?
likw with the animations

Yes, I animated a shield bar once to do that. Basically it would increase and decrease in size so it looked like it was “pulsing”. For flashing you could probably change the opacity alpha channel to go from 1 down to 0 back to 1 over whatever time period you would like. This would “flash” the health. If you don’t want it to completely disappear then set the lower limit of the alpha to like 0.2 instead of 0.

Thank you, im late sorry but ill look into it