can someone help me with this script?
guitoolbar.txt.Changed:Connect(function()
local example = plugin:GetSetting("ExampleData") or {
Collections = {
txtText = guitoolbar.txt.Text
}
}
end)
if RanBefore then
plugin:SetSetting("ExampleData", example) -- error at example
end```