EDIT: Apparently it's as simple as re-parenting the GUI objects in order, which worked great. Odd...
Hi everyone, I've successfully made a GUI to hold all my game's cards, but I need to layer them in a certain order.
I am wanting to make it so that the card that is furthest to the left is on top of all the rest, the second furthest card to be on top of everything except the first card, etc. I am unsure of how to do this as ROBLOX seems to layer my GUI objects by the time they're created. (See here.)
How could I go about doing this? I am assuming I need to use ZIndex
but I am sure that ZIndex wouldn't work for 17 GUI objects.
Any help is appreciated, thanks
This is really simple, You were actually right.
Use the ZIndex, You can use the ZIndex how many times you'd think off.
So that'd be like this:
card1.ZIndex = 1 card2.ZIndex = 2 card3.ZIndex = 3 And so on.
Locked by Spongocardo and Perci1
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?