I have no idea if this is a bug or if I’m doing something wrong
I have a uilistlayout of frames, and inside each frame a textlabel (important note: both the frames and the textlabels have automaticsize enabled)
Meant to look like this:

Now, I want some of the frames to have their automaticsize disabled, so that i can change the text’s size freely without everything else moving too because of uilist
If i go ahead and set the frame’s automaticsize to None via studio, it works perfectly fine and you can see in the right corner that the text still looks completely normal and unchanged:
But the moment i try to do it with a script:
The frame’s size gets set to 0,0,0,0 instead of maintaining its size like in the previous picture which causes the text to bug out
Is this a bug? Is this intended? Am I doing something wrong? I genuinely cannot tell