Hi, I need to move a frame of UI to the back of the screen so that other frames can be seen in front of it. I don’t know how to do that though. I tried looking on YouTube and more posts, but nothing helped. If you can help, please respond.
Zindex property
Try that, its in the screenGUI
Then put a number, the higher the number, the higher it will be shown
You can change the Z index on the frame to move it to the back compared to the other frames. Frames with the highest Z index are going to be at the top whilst the frame with the lowest Z index will be at the bottom.
You can either change the property in your script or manually in the properties of said frame in Roblox Studio.
You can check the frame object in the documentation and look for the Z index property. The property is inherited from the GUI object.
https://create.roblox.com/docs/reference/engine/classes/Frame#summary-properties
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.