Wraps Isn't Working

I have a UIListLayout and the wraps property of it is on. In Studio, wraps takes the items that do not fit in the row to the Next row, while on Roblox servers it looks as if wraps is turned off in a straight single row. How can i fix that?

Studio

Server

Is it locked behind studio beta features? I don’t see any ‘Wraps’ property on UIListLayout and there’s a ‘beta feature’ based on UIListLayout. If it’s behind one of those then you should use UIGridLayout instead or scripted layouts.

1 Like