Dock Widget Plugin Gui looks Guide?
Asked by
4 years ago Edited 4 years ago
I recently found out that plugins can create dog widgets in studio, so I made one myself but now I'm wondering how to design it. I want to add looks to my dock widget and make it usable. I have the basic code, but I'm still staring at the screen with a headache of how.
My dock widget code, not very helpful though...
01 | local info = DockWidgetPluginGuiInfo.new( |
02 | Enum.InitialDockState.Right, |
11 | local gui = plugin:CreateDockWidgetPluginGui( "MyFirstEverDockWidget" , info) |
12 | gui.Title = "My first dock widget" |
13 | gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling |
Please, someone help.
Edit: I Solved it... answers will now not matter...