I am having some trouble making a UI that shows the stats of an item, since UIGridLayout doesn’t update the position propertiy of the UIObjects under UIGridLayout’s parent.
That problem causes this, when I use a mouse hover event to position the menu with the stats next to the item position, it positions the same in all items, since their position property is not modified by UIGridLayout:
This is the intended behavior:
If you know any other way I could do this please say it.
Is this what you are trying to achieve? I achieved this by having another frame overlap the main frame. The sub frame have a transparent background. As for positioning a gui next to it, I used the cell size and cell padding of the uigridlayout, and the cell index. (You can get cell index by using getchildren() on the main frame. The order is determined by first parent.