New Frames in ScrollingFrames that use Scale for its size keep streching!

Hello Devs,

Today I encountered an annoying problem while making a lobby UI, that is pretty similar to the one in Weird Strict Dad, here is a first look :

It seems well, but look at this :

As you can see, as I used Scale for every UI element in the Template (As shown in the video), the UI just streches itself once more of 'em are created, I have tried offset, but it will become something like this :
Screenshot 2024-09-21 122149
Yea, I scrolled the frame already to the hightest, it is presenting itself like that

So, how do I fix that? (What I meant is to let the Room Frame keep its original size while maintaining its position)

Any help is highly appreciated!!!

Can you show the properties of the scrolling frame?

1 Like

I used a scrollingframe but the real frame that contains the room gui is a frame under the scrollingframe, which should I show?

The scrolling frame. I am not concerned with the frame under it

Here you are
Screenshot 2024-09-21 124627
Please tell me if you need more info for the properties

Hmm… interesting. The properties seem fine. Can you show me the hierarchy of the scrolling frame and it’s parents/children?

Yea
Screenshot 2024-09-21 124910
The RealRoomFrame is the frame that will be used to contain the rooms

Yeah that’s the issue. I didn’t understand what you meant earlier but now I get it. Remove that frame.

1 Like

Oh I guess that worked, thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.