Hay guys, I am working on a game, I've done all the level's and other event coding, but now I want the player to be able to save its progress using an array. I tried messing around with local storage and I was able to save and load normal variables, but every time I try to save array as json I get stuck.
Can anyone help me how to save and load array with local storage, It would help me a lot if someone made 2-3 event example.