When i put a GUI it goes in the back instead of the front. Please Help
If it's a surface GUI just find the Face property in the Properties window.
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