Numerical values over a level restart Saying Label and not the number

So im making a game where when something happens the level restarts and the player gains a point, Ive made it as far as making it keep the values after the level restart. But every time it restarts instead of displaying the value it displays “Label”. I cant figure out how to fix it.
Any help or explanations would be great seeing as I need to get this project out with in a few days

Are you inputting the point number into the Value input on the Label behavior?

Yes, Im inputting it into the value input. The problem is, is that I cant get the label to update after game restart with out getting rid of the number value.

1 Like

You can save the number value in a Global.

Thanks for your help, I think Ive figured it out.

1 Like