I’m making a plugin for welding parts in a model to its primary part, and I’m using a DockWidgetPluginGui for the plugin with the GUI stored in a folder with the plugin script.
The issue is that whenever I press “Save and Reload Plugin”, the UI just disappears, with only the script remaining:
I have tried putting the frame in different places in the plugin to no avail.
I’ve looked for solutions on the internet but nothing comes up.
This is my first time making a plugin so I might just be making a stupid mistake, but I genuinely have no clue why it’s doing this.