Author Topic: Altering gui item order  (Read 1511 times)

/title
So sending something to back or bringing it forward with a function.


On the parent GUI, you can do bringToFront(obj) and pushToBack(obj).

Be aware that the actual display for GUI will follow the opposite. (if you push something to the back, it'll be on the top)

On the parent GUI, you can do bringToFront(obj) and pushToBack(obj).

Be aware that the actual display for GUI will follow the opposite. (if you push something to the back, it'll be on the top)
he never said anything about guis

he never said anything about guis
Did you read the title?

On the parent GUI, you can do bringToFront(obj) and pushToBack(obj).

Be aware that the actual display for GUI will follow the opposite. (if you push something to the back, it'll be on the top)
Thanks.