My highscore system isn’t working. Every time my character dies the highscore is reset back to 0. It is not saving it self after the character dies. Can someone plz help me fix my highscore system

K, I’m assuming you’re going off of the Devsquad/Virtus endless runner tutorial (I only know this because I followed the same tutorial LOL). First of all, the tutorial had some weird unnecessary quirks that I fixed later-on (I’m even making an endless runner game, based off the tutorial and what I’ve learned since then). SOOO, what this means is that I have pretty much the exact same code as the code you’re trying to make (And quick note: if possible, try to take screenshots off your computer, instead of an camera):

343671-screenshot-2021-07-08-180709.png

343672-screenshot-2021-07-08-180653.png

Some Words of wisdom: Those sub-class thingies, they’re un-needed. You also don’t need the “does save game exist” node, because you achieve the same result with less code by doing what I did here. I’ve been coding this game for over 5 months now, and I haven’t encountered any bugs with this code yet (Just make sure you don’t try to save different save-game objects (your “EndlessSaveGame”) to the same slot (your “Highscore”), a slot can only contain one save game object).