AREDEUS
(ARES)
#1
-
What do you want to achieve? Fix this stupid bug

^ 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
MON_STER0
(TUMADRE)
#2
What are you trying to make 
AREDEUS
(ARES)
#3
A plugin, that when you press the ToolBar button, it would launch a widget that can be closed too
MON_STER0
(TUMADRE)
#4
Here is a link to a tutorial
1 Like
MON_STER0
(TUMADRE)
#5
Does That Help?
If Not Tell Me
1 Like
AREDEUS
(ARES)
#6
Yes absolutely thanks for your precious time
1 Like
MON_STER0
(TUMADRE)
#7
You are very Welcome !!
Have A Great Day!
1 Like