Hi,
I am making a game where the user enters a username and I want to store this username (as a string). What is the best way to store that?
I have a JavaScript background so I would normally use localstorage but what is the proper way to do so in Lua? To set and get data.
Cheers,
Eli