GUI elements disappear when the window is resized

When the Roblox window is resized on my game, certain GUI elements disappear. It happens every time you resize the client window, but when you put it back to the original size the client loaded in, the GUI elements come back. This has been happening for a couple months now.

The game is here (request to join and tell me): 🏄 Boardwalk Tycoon - Roblox

1 Like

When you say “GUI elements disappear”, do you mean they all disappear or just a few? Are you using scripts to determine offset positions based on initial screen size?

And it’d be easier to determine whether this is a bug if you could replicate the issue in a simpler place with much less going on.

Its is just a couple in the top bar region. We are not using any scripts to get the position of those, but it does use a UIListLayout. I will create a repro place.

1 Like

Yeah it seems the new UI instances are a little buggy. Sometimes when i resize the screen, guis that use those methods to position themselves either get moved to the top left corner of the screen or dissapear entirely