Help on making a coin system

I can already collect coins and the amount I have will show, but is there a way to restart the amount of coins every time my character dies?
My game link: https://flowlab.io/game/view/1404797

There is a difference between resetting the coins, and starting with what you started the level with.
For instance, if you have 26 coins on level one and you died on level 2 with 32. You would want to start with 26 on Level 2 instead of 0.

(ALSO, naming a Save behavior “0” isn’t the best practice. Since this saves how many coins you have, it may be better to name the save behavior “Coins”)

To reset the Save, you would just need to:
Once --> 0 --> Save

If you want the coins you started out with at the start of the level, then try this:
2020.04.24-17.24

Thank you!