Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How do I put a GUI in the front?

Asked by 3 years ago

When i put a GUI it goes in the back instead of the front. Please Help

0
Great Question! Next time, maybe try to make it a scripting question. wolftamer894 50 — 3y

3 answers

Log in to vote
0
Answered by
3F1VE 257 Moderation Voter
3 years ago

If it's a surface GUI just find the Face property in the Properties window.

0
i mean a screen gui memekarmhimal 10 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

try changing the GUI frame index NOT SCREENGUI!! GUI example is like button, frames etc.

0
like i did a frame and then when i insert a text label its behind it memekarmhimal 10 — 3y
0
then all you need to do is click the frame find ZIndex in the properties and just put a big number WINDOWS10XPRO 438 — 3y
0
Thx it worked memekarmhimal 10 — 3y
0
You're welcome! WINDOWS10XPRO 438 — 3y
Log in to vote
0
Answered by 3 years ago

If you want to change the display order of a screen gui: https://developer.roblox.com/en-us/api-reference/property/ScreenGui/DisplayOrder ScreenGui.DisplayOrder = 2

Or for Buttons, frames, etc: https://developer.roblox.com/en-us/api-reference/property/GuiObject/ZIndex frame.ZIndex = 5

Input any numbers, this will overlap and gui's allowing easy customization

Answer this question