HELP MY GAME WONT WORK AND THE ONLY ONE THAT IS WORKING WONT SAVE (FIXED)

please help if it works for you please tell me i had a great intro animation and stuff but when i play the game all the changes reset. and the game wont load after start for me
(link to game) https://flowlab.io/game/play/1139530

[Please leave the link to the game when asking about a problem or for help]

Is it not saving or not loading?

not saving on my school cpu and doesnt load after the title screen on my house cpu

Well, I found out why its not loading.
in the player on Lv1, the Save behavior is on an endless loop and its crashing the game before you can play. You need to:

  1. NOT use an Always to a Save behavior,
    use a Once instead.
  2. Don’t use the output of the label TO the save input. This is creating the loop.
    Let the Save output go the the “set” on number and the label.
    The Label doesn’t need to output.

Use this link to edit the game:
https://flowlab.io/game/view/1139530

If it still doesn’t save after fixing this, let us know.

THANKS