Change a float value over time

Check the variable, for example (Health > 1) -> Branch = false -> delay 0.1s -> health + 0.1 -> set health -> bind it to the start where it checks if health > 1. It will do it over and over till you reach 1.

1 Like