How to detect if a variable changes? Also, if the change is a decrease

I want to make a system that detect when the variable (playerHealth) decreases, so it can indicate that you took damage. How do I detect when the variable changes? And more specifically, when the change is a decrease?

In the Events library, there's a hat block that runs when a specific variable changes.
untitled script pic (1)

While yes, it does only check for all changes, not just decreases, but you can easily edit the block to do that.

This hat block will only trigger when the variable decreases.

What/where's the event library?

In file 17434460434426349330700884546009 > Libraries

that seems a bit redundant
here's my version


edit: simplified the logic

Yes, that is better. I just modified the original block without trying to make it better.