Hey, I was wondering how I could make a gradient that progessively got more visible the lower your health is. I know that I can use TweenService for a smooth transition for the gradient, but how would I detect the health progressively getting lower?
Covert each color in the color sequence to a HSV tuple. To make it invisible, S (saturation) should equal 0, and V (value) should equal 1. As the health changes, make S and V move towards their intended end values.