I’m trying to create something like Roblox Uno’s stacking card system, as shown in the picture below. Essentially, the cards are stacked in the bottom center of your screen.
How will I be able to achieve this?
(The card must be stacked in the middle, keeps a distance between themselves and when clicked, the card can rise up)
I should specify that my problem is more in the maths of spacing out the cards, rather than the properties I need to manipulate. Yes I know it involves UDim2, some tweening and ZIndexing, but how will I space out these cards?
Again, use ZIndex to set them to overlap over one another. Just use a UIListLayout as stated above to position them ontop of one another to give that “overlapping” look.