Bottom centering Screen Gui Text Label

I am trying to make a Screen Gui text label that is centered at the bottom for every screen, mobile, desktop, laptop, tablet.

This is a small screen. The top is aligned at {0, 0},{0, 0} and size {1, 0},{0.1, 0}
and is centered on every screen,


but the bottom one is centered in my screen but like this on my friends screen

and like this for me:

I do not know if you understood what I meant, but in short, I want to know what position I should align it to for it to be centered at the bottom of every devices screen.

I dont believe this is the right topic to post this on, but I would get the plugin “Autoscale Lite” it should allowed you to make your gui’s in the correct position no matter the resolution of the player

ThankYou so much. Also I didnt know which topic to post it in.

If this works, mark it as solution, and ofc :smiley:

It almost worked, when i go in game, everything is a little to the side

This guide could help:

1 Like

You could make a frame with {1,0,1,0} size then add a UiListLayout and make it center and bottom.

How do I do that? Adding the UiListLayout