Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a gui stack on top of each other?

Asked by 4 years ago

I'm trying to make gui's stack up on top of each other. An example is an inventory gui. When you pic up an item it usually goes to the next spot thats open. That basically what I'm trying to do. Though I don't know how I could do this. Any help would be appreciated.

1 answer

Log in to vote
1
Answered by 4 years ago

You could use a UIGridLayout or UIListLayout which will automatically organize the children of whatever object u set the layout's parent to.

Ad

Answer this question