Need help making a plugin

I want to make a Roblox plugin for Studio. I have designed the UI and programmed it in Studio, and I want it to open the UI on screen when the plugin is opened. How can I do this?

There’s tutorials on youtube, you can also check out the API documentation:

Adding to this:
You can create studio widgets (like the explorer widget) by using the plugin:CreateDockWidgetPluginGui() function and then insert your UI into that new widget.

You can also easily debug the plugin widget UI by checking Show Plugin GUI Service in Explorer in File > Studio Settings… > Studio > Explorer!

1 Like