Float Limit Progress bar

Hi everyone!

So I’m trying to make a Fish game and I have a progress bar to capture the fish.
The thing is that I have a -0.2 Percent in my bar every two seconds and I want the substracting of -0.2 it stops when it takes 0%.

Note: I have a Widget for the bar (Picture 1)
And I have the “Barra Fishing” where I substract -0,2 % of the bar (Picture 2)

How can I do it? Someone help thanks!!

Hi, node you are looking for is Clamp

Another cool nodes that can help you in the future are Min, Max and lerp.
Instead of tick and delay you can use timelines.

if its not what you are looking for please be more specific.

Clamp it before setting Total Percent. Or check the value and use a Branch.

Also, Tick + Delay is a horrible way of doing this. Use an Event Timer instead - it’s waaay better here.