Save and load, error help me please

Why is the variable not saved and loaded?

You have a capital ‘L’ in Payload when you are writing the variable to storage, but not when writing to the text object.

I saw that and it’s because of a letter error. Look:


You read money from storage money and store it in PayLoad.score. In PayLoad.score, the l of Load is capital and while changing the text of Score, you do Change the text of Score set to "Money: " + VariableString(Payload.score) where Payload.score has small l in Payload

Here also you have done the same mistake

Muchas gracias a ambos!