[Solved] Highscore adding according to the coin accumulated

Hi! The zip file you shared is a compiled version. What you need to share is the uncompiled version containing at least the “game.json” file.

Ohh sorry about that.
https://easyupload.io/l6qgew
This is it :point_up_2:

Here is:

https://easyupload.io/4bmyia

You weren’t adding the new score to the accumulated score.

It’s also important to define under what circumstances the cumulative score is saved: since you don’t have an end-of-level event, I moved those events to ObjectManagement, where I also added a Trigger Once.

Take a good look at how I used the variables.

@erdo
Ohhh thank you .
It worked.
Thank you very much