How to stop an Integer from going negative and from going over a limit?

There’s a few ways to do this…

Within the editor, you can set min and max values.

Alternatively, you can use the Clamp node. Anytime something wants to change the health value, run it through the clamp node :slight_smile: