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.
You could use a UIGridLayout or UIListLayout which will automatically organize the children of whatever object u set the layout's parent to.