Hello, in my game, when a player selects a new game, it needs to generate characters with random stats. Obviously, I want to save them in JSON. Then, during the game itself, I want to load the available characters from the JSON file. But I don’t know where to save these files. (I don’t want to create them in advance; it has to happen right at the moment the company is launched—by the player.) Should I still write them in user://?
Yes, store in user://