Images inside of ScrollingFrame stop rendering

If I resize RobloxStudio enough, images in scrolling frames just stop rendering.

I suppose this a bug, because my scripts aren’t reporting any errors. What might this be?

2 Likes

Just out of curiosity, try seeing if scrolling the ScrollingFrame causes it to re-render its contents. I would assume this is some form of optimization at the engine level.

BTW, the UI still exists, and they are still at their original positions, and they still recieve input and all, they just refuse to be visible

This is why I was curious to see if sending a scroll command to it would “wake it up”, so to say. You can also manually adjust CanvasPosition in the Explorer if you’re not sinking scroll commands.

If scrolling causes them to reappear, then all you would need to do to force them to reappear is to adjust the CanvasPosition on one frame, then reset it on the next. Just based on the video, I would also definitely consider filing a bug report as well, though do take a moment to search the bug reports to see if there isn’t already an open thread you can contribute to.

Unfortunately, that is not the case. I tried scrolling, everything is still invisible, but works normally. Everything is in their right positions, and works fine, but just are invisible, despite being visible, and having visible backgrounds and images