Storing local data in javascript

Hello everyone!
I’ve been struggling lately to find a method to store data of high scores for my Unity project, first I tried SQLite, then I tried to find some encryption methods and simply use a text file, but nothing seem working.
Do you know one good method to store data like the scores related to levels and these stuff, which normally SHOULD NOT be edited by the user but should be stored locally
Thanks in advance!

Use PlayerPrefs it’s exactly what it is for :slight_smile: