Flickering UI Elements ONLY in Studio

When testing the game in studio, creating a slideup window for my UI causes the elements to flicker. The flickering element is a TextButton with a UICorner and padding. I think the cause of it has something to do with the UIListLayout and its HorizontalFlex property.

This bug doesnt occur in game, and I’ve tried to restart both Studio and my computer, M1 Macbook Air. Both studio and the game are running the same version published, with no changes between them.

If anybody has any suggestions on how to fix this I’d be very greatful as this hinders development a good amount. Please note that this topic is being posted here as I dont have access to bug reports.

Here is some media which may be useful.

Studio

export2|video, 50%


Client

export1|video, 50%


UIListLayout

export3|video, 50%


The order of my ui elements

Screenshot 2024-04-21 at 1.28.58 PM

1 Like

This is still happening, I have re-installed studio, and done updates… If anybody can help or offer their experience that would be great.

Flickering is usually caused by Z-Index fighting.

Check the Z-index of all your layered items.

you can test different layouts, or just wait until roblox studio is fixed for you

Hi there, Z Index is not the issue, the flickering textButton doesnt overlap any of it’s sibling buttons.