Somone help me!

so im making a game where once you die you get put on a {high score screen} aka a different level for it but i need to now how to have that score show up from the level before

The save behavior allows you to save a number between levels

well on one level i have the score being kept tracked like thisScreenshot 2021-03-02 at 12.10.52 PM

and i need the score from the label on the top to be placed in to my score (level) which u can see in the background

Before you switch to the next level get the number and save it with the save behavior, then in the highscore level you read the saved number and connect it to a label

sorta like this for the keeping the sore in the beggeing

and then this to receive it?Screenshot 2021-03-02 at 12.16.33 PM

That’s not going to do anything, I don’t even think the label is going to change, you need something going into the “get” input of the first Number too, and you don’t need the second number

And no, messages don’t work across levels. You just put another save with the same save name and with a “once” going into read

You save the score in the first level and then read it in the next level