Hello! I am currently in the process of creating V2 of my plugin, however I need to transfer settings from my old development .rbxmx file to my new development .rbxmx file and was wondering where the settings saved using :SetSetting are stored to.
I know for marketplace plugins they are stored in AppData\Local\Roblox\{userid}\{pluginid}\settings.json but that only works for cloud plugins.
Sadly I never was able to get an answer. I don’t remember exactly how I got around it but I think I just ended up printing the settings to output and manually creating the file.