Up until a week or so ago, I had a UIListLayout with 3 items.
[A] [B] [C]
When I set A.Visible = false, B and C moved to the left. A recent Roblox update has caused this to stop happening. Now, A is invisible but takes up space regardless.
Do you have a repro? It doesn’t seem to simply occur in all cases, because I opened up production studio and was unable to reproduce either of the bugs I’ve been seeing (Visible changes not updating the list layout, AbsoluteSize changes not updating the list layout).
Already sent it to Tiffblocks, but here is my minimal repro:
Open this place and run this in command line to toggle button visibility
a = game.StarterGui:FindFirstChild("$CancelButton",true) a.Visible = not a.Visible