Grid sortorder not sorting by layoutorder

Hi, I am creating a pet system. I’m having a problem with the SortOrder property of a UIGridLayout. I put in a series of frames as siblings to the UIGridLayout. The problem is that they don’t go in the order I put them in.

picture
image

I need the order to be 10%, 10%, 10%, 10%, 15%, 15%, 15%, 7%, 7%, 1%

I put them in that order, but for some reason the two 7% and the 1% box goes to the front.

I’ve tried looking it up but no results. Any idea what’s causing this? The SortOrder is set to LayoutOrder btw. Thanks.

There’s a LayoutOrder property in UI instances. Changing that will change where it is on the grid.

1 Like

This worked, thank you so much!!!