Why are Roblox studio plugins so hard to make [ToolBar Buttons are crazy, please send help]

  1. What do you want to achieve? Fix this stupid bug
    HhkrRMI - Imgur
    ^ Both Toolbar buttons are set to false active if I close one Widget
LaunchEditorButton.Click:Connect(function()
    EditorWidget.Enabled = not EditorWidget.Enabled
end)
EditorWidget:BindToClose(function()
    EditorWidget.Enabled = false
    LaunchEditorButton:SetActive(false)
end)
LaunchSettingsButton.Click:Connect(function()
    SettingsWidget.Enabled = not SettingsWidget.Enabled
end)
SettingsWidget:BindToClose(function()
    SettingsWidget.Enabled = false
    LaunchSettingsButton:SetActive(false)
end)

Two diffrent scripts

What are you trying to make :confused:

A plugin, that when you press the ToolBar button, it would launch a widget that can be closed too

Here is a link to a tutorial

1 Like

Does That Help?
If Not Tell Me

1 Like

Yes absolutely thanks for your precious time

1 Like

You are very Welcome !!
Have A Great Day!

1 Like