Hello I am trying to make a plugin like this
Notice how when you change the shape the elements also change shape?
Is it possible to
- Lock the size of the plugin
or - Scale the gui to it just like this?
My code
local toolbar = plugin:CreateToolbar("Easy Monetization")
local pluginButton = toolbar:CreateButton("EZ Monetization", "Start selling now!", 'rbxassetid://0')
local info = DockWidgetPluginGuiInfo.new(Enum.InitialDockState.Right, false, false)
local widet = plugin:CreateDockWidgetPluginGui("TestPlugin",info)
currently doesnt do that