Unless I'm overlooking something, I'm trying to store a value in local storage for a high score, but although I can see it has been stored while in Debugger mode, when reopening preview, the text box says NaN or 0 regardless of whether I use int(localstorage.ItemValue) or not. I even opened the Construct Local Storage Intermediate Template to find the same result. I've cleared my cache and removed the key as well. Same result.