How can I get my GUI into a plugin?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I’m trying to make a working AV, but my main problem is the GUI. I’ve pre-made a GUI for my AV project called RoSEC.
  2. What is the issue? Include screenshots / videos if possible!
    Whenever I try to use my GUI (10.4 KB), I get a blank screen. My GUI works, as demonstrated below:
    GUI Test
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I basically copy-pasted a script from the DevHub with some edits. All I get is a blank screen. If anyone can help me, that would be great. I’m not very experienced with plugins, so it’s probably an error on my part.
1 Like

Im sorry not following with what you are trying to do, are you making a plugin? or some kind of GUI for ingame? and what’s an AV I’ve only known that as audio visuals.

You have to create a DockWidget (how to create it) and parent the gui to it.

I’m making a plugin.

RoSEC | Short for “Roblox Security” = Antivirus for beginner devs.

Tried that. The GUI is nested in a central container frame. I parent that to a DockWidget, which didn’t work.

I already did the part of connecting that to the clicked event. My main problem is how should I get my GUI into the plugin.