How can I save texts or numbers in a plugin?

I’m working on my custom script editor, and I want to add custom backgrounds and icons. But, these need to save between Studio projects. I’m not sure how to do this however. Any ideas?

1 Like

Yes, you can use Plugin:GetSetting() and Plugin:SetSetting()

1 Like

Like @Uzixt said you can use GetSetting and SetSetting like GetAttribute and SetAttribute

Thank you! I had no clue this existed!

1 Like

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