How do I remove the white plugin bar?

Hello! I’m making a plugin and this is my first time, I want to remove the white bar of the plugin window

and make it like this

image

Can you please explain me how I can remove it?

Put your GUI into CoreGui to do this. I seriously don’t recommend doing something like this and I recommend that you just use a normal window to keep your user experience good, but if you need to do this, go ahead.

1 Like

No. Just use a dragging script and it’ll work perfectly fine.

Load Character doesn’t drag. I was thinking he just wanted a static window, not a custom titlebar.

Wait probably i’ve bad explained, I want to remove the white bar because when the user clicks on the red X to close it when he will reopen it get bugged.

I want just the gui as alreadypro loadcharacter plugin

So parent your GUI to CoreGui. If you’re going to do this please add dragging functionality

Instead of using a widget, you can simply make a screengui and put it in coregui, as plugins have access to it.

1 Like

I have an example source code of a plugin using this if you want [WeldEdit Source Code - Roblox]
(Scroll down after those 200 lines of Instance.new(“GUIButtonThing”))

Thank you everyone, it worked!

1 Like

You’re welcome (Why isn’t anyone else saying you’re welcome?).
(By the way I’m not even sure if that model is up-to-date anymore (I’ll update it) but at least it helped you learn how to make a draggable plugin GUI!)

Yes I wasn’t aware of that thank you!

Don’t worry if it isn’t updated i will modify it as i need.