Updating UIConstraint inside UIGridLayout does not update UI

Updating a UIConstraint inside a UIGridLayout does not update the UI

Bug.rbxl (21.3 KB)

1 Like

Would you please let us know what your are changing and what you expect to change so we can reproduce the problem and then maybe help you.

I think those constraints only affect the parents children. So, in that case, the parent of the constraint is uigridlayout, which has no children, correct me if I’m wrong

If you’re trying to set the aspect ratio of the frame, put it as a child of the Frame.

If you’re trying to set the aspect ratio of the button, put it as a child of the button, though the sizing might be overwritten by the grid layout iirc.

Either way, you can only set the aspect ratio of GuiObjects.