Where are local plugin settings saved to?

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.

Any help is appreciated!

2 Likes

I have the same exact question

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.

1 Like

@Encythe was able to find a solution to this.
The local settings are all combined into
...\InstalledPlugins\0\settings.json

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.