Assistance needed with this UI ASAP!

Hello!
I am looking for someone who can help me set it so that no matter how long the text is in black or blue the text will always stay central on the users screen. I have looked through all the UI formatting options but I cant seem to find a fix. If anyone is able to help please say immediately as I am trying to set this up to work for my newest project.

1 Like

set the anchorpoint property to 0.5, 1 and the position to 0.5, 0, 1, (0 or some negative number to make the ui go higher)

1 Like

Almost the same as @CZXPEK 's solution but make the anchor point 0.5, 0.5 instead.

1 Like

You might be able to put it in a frame which covers the whole bottom then stretch the text label to each end of the screen and just put the text alignment in the textlabel properties to centre.

Hope it helps

1 Like

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