UI Position for boxy type screens

Hello! I am trying to figure out how to make the UI Position in the middle on screens that are box screens. How can I position them in the middle for these type of screens?

Any help will be appreciated! :slight_smile:

1 Like

Use the AutoScale plugin. Its really useful. Set everything to scale

1 Like

I already do use that, and It seems to still do it.

Set the anchor point property of the MainFrame or whatever the frame that holds everything is to 0.5,0.5

Alright, let me give this a try! I will let you know if it worked!

if you want put it on middle set position to 1.0.1.0 and anchor point to 0.5,0.5

Does this make it right in the middle?

I seem to already have it anchored to 0.5,0.5

It should be in the middle for all now. Also, set the position of it to 0.5, 0, 0.5, 0


nice :+1:

set it agine to 1.0 1.0 position

It does the same thing as doing 1,0,1,0 the other dude told me to do (this includes it being anchored to 0.5,0.5)

Interesting… I will come back to you with a fix.

What are you talking about? There would be no difference.

Alright. I can send you a copy of my UI with nothing in it, just the frame if you would like :slight_smile:

this is what idid in a frame and it is working for me

script.Parent.AnchorPoint = 0.5,0.5
script.Parent.Position = 0.5,0,0.5,0

This would be a ServerScript (Script) inside the main frame which holds all the buttons, and all that! I am 99% sure this works, however haven’t tested it yet. Make sure to tell me any problems which occur!

That exact script? Do I need to do any changes to it, or is it all set to go?

It should be set! Don’t be afraid about the require part, it just makes sure the system knows we need this script to run most definitely. An the whole script is right!

Nevermind, hold on. (text so i can send)