I’m doing a plugin and I wanted to save variables, so the dev choose a variable inside the plugin and it doesn’t change even if restart plugin/studio or change game. (Like for example, a settings options in the plugin that saves)
There’s any way to save it?
You can store data as variables for plugins using Plugin:GetSetting() and Plugin:SetSetting().
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.