How to make a Gui for a plugin that covers all the screen

Hello developers

i want to make a plugin with a gui that covers all the screen, like this:

But i don’t know how to make it, the thing is that i can move the Gui to the left,right,top,bottom and float.
and there’s not way to full screen it i think, so if you guys know how to full screen a gui for a plugin, tell me :slight_smile:

Try making the size of the gui (1, 0, 1, 0) and then enable “IgnoreGuiInset”

It is, but this is a GUI for a plugin, when i enable it in the plugin, it’s in the left side and doesn’t covers all the screen

Also, this is a frame not a ScreenGui because i can’t use ScreenGuis for plugins