Hi, I am developing a game, which take in considerer previous games, for example how much times have been played, and it's written in Renpy, so I created a small function in python that save it in a text file, work nice on Desktop, but in web, work nices until the user refresh the website, so it doesn't exist anymore for another players, it dissapear. My question is, is there a way to create a persistent text file during runtime, that doesn't dissappear when the user let the website? Or any workaround to do this? Thank you¬