How to change size of frame without effecting size and position of other components inside (desc)

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    How to change size of frame without effecting size and position of other components inside
  2. What is the issue? Include screenshots / videos if possible!
    image
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

-- This is an example Lua code block

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

This is for my custom chat

An interesting question. When changing the size of the frame, you can go through its children, save their absolute size, and then use what you have saved to properly size them, after you change the parent frame’s size.

1 Like