So I have been making a plugin and I need help on this part.
local SignWidgetInfo = DockWidgetPluginGuiInfo.new(
Enum.InitialDockState.Float,
false,
false,
1000,
1000,
1000,
1000
)
So I need help with fitting my GUI with the widget. Currently, I have scripted everything but the UI just doesn’t fit.
This is the Image of the Widget and GUI.
I just can’t seem to fit them together, I even tried putting the height and width inside of the script.
Here are the main properties of the GUI
Please help me fit these together. I just can’t figure out how to make the widget transparent and not able to be adjusted, and make the GUI the same size as the widget.