How to make your GUI Match the size of the Widget

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
image
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.

1 Like

make the size {1,0},{1,0}

30

1 Like

Make the size of the GUI? Or widget?

size of the gui

30 more stuff

1 Like

???

just ignore that, that’s because there’s a 30 ch@ar@acter limit on the dev forum

1 Like

Change your gui’s frame scale to 1 on both x and y. You might have to change your buttons and stuff to use scale, but check first.

1 Like