How to store plugin information?

I creating some plugin and I need to store some information with saving. For example, I have some color in one place and this color saves and available in another studio place

You can use plugin:SetSetting() to save data and plugin:GetSetting() to get that data.

1 Like

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