So I am making a plugin, but I don’t want my plugin to open a GUI on the screen. That’s annoying. I have a GUI made but how do I make the GUI open in like a window. Like Toolbox opens in a window, so how do I make the GUI for my plugin open in a separate window?
3 Likes
Hello, is it this you’re looking for~
4 Likes
So I would have to do instance.new for the entire window?
2 Likes
No. Read the article. CreateDockWidgetPluginGui is a method of plugin that will create a dock widget according to the DocketWidgetPluginGuiInfo it is given. The remainder of the contents placed inside the widget can either be instanced or copied out from some internal folder.
2 Likes