Wraps do not work on Roblox server

I am designing a UI and I use “UIListLayout” while designing this interface. I also turned on the Wraps feature for Labels that do not fit on the screen, but while I see Wraps turned on in Studio, when I enter the normal Roblox servers, Labels appear in a single row without Wraps. I want the labels that do not fit to continue on the bottom line, how can I do that?

In Roblox Studio

In Roblox Server

1 Like

same issue here… looks perfectly fine in studio but does not work in an actual server. looking for a solution too

2 Likes

I’m having the same issue, although I believe you can fix your use case by changing to a UIGridLayout rather than a UIListLayout. The grid’s limitation is that all objects inside of the frame will be forced to be the same size (although there are sort of janky solutions), but it seems like that would be fine for you.

2 Likes

I am also having this problem. Can a bug report be filed for this?? its very annoying and my players aren’t able to teleport.