Trying to position two button GUIs

  1. What do you want to achieve? Keep it simple and clear!
    I want to have the gui be in the same position as the one shown in my studio

  2. What is the issue? Include screenshots / videos if possible!
    While playtesting, GUI looks like this, the crafting button is overlapping with the inventory gui.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried using plugins like Autoscale Lite but it does not seem to work(I used Positon → Scale), I’ve tried using anchor points as well but it still does not work

The end result should look like this:
image

There are multiple ways to do this but personally I would place both the buttons inside another frame, then set each buttons size to scale in X = 1, and Y = 0.5.
You can then reposition the parent frame as required without worrying about the individual behaviour of each button.

Alright I’ll try to use this method.

Alright it works! Thank you for your help.

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