It looks like you're new here. If you want to get involved, click one of these buttons!
Zizanyman
Member
dataSaver.saveValue("|D|hiscore", hiscore) local hiscore = dataSaver.loadValue("|D|hiscore") hiscoreText:setText(hiscore) |
Comments
https://deluxepixel.com
Save :
The Gobb : https://play.google.com/store/apps/details?id=fr.toastapp.thegobb
Likes: SinisterSoft, jeromegsq
Also, if I use io.open, do I need to have an actual file called "save" in my project directory, or does it handle that part for me when I use dataSaver.saveValue?
Thanks!
hiscore = resThanks for all your help!