I’m just wondering how to make a gui go over the client menu?
I want to make something like this
just want to know how.
I’m just wondering how to make a gui go over the client menu?
I want to make something like this
Apparently, it has something to do with the topbar and ignoring the padding there. Those UI pieces you see are apparently ViewportFrames
which allows “rendered” objects within. It is probably fitted with some other UI objects that allow its sizing to be consistent.
Yes, those are viewport frames and you can find them here.
To use them first set it up like so:
script.Parent.CFrame = CFrame.new(Vector3.new(0, 6, 4))
Hope this helped!
Oh that is easy!
Go into the ScreenGui’s Properties.
Find IgnoreGuiInset
Check that on.
And that is all! If you want me to teach you how to make the TopBar transparent, just let me know!
@Dorthsky, he was not asking for the pictures of the people. He wanted to know how to make the GUI ignore the TopBar. Thanks for contributing though
Oh, alright. Must have misunderstood then.
Still, kind of fun making that though
Oh, I wish I knew that before. I’ve just been offsetting my gui’s 36 pixels higher.