I am trying to make a save function for my game and, it isn't allowing me to save any of my Variables as integers (even with parseInt(Variable), +Variable, etc.)
The answers to this post aren't working.
localStorage.value = value;
value = localStorage.value;