How can I fix this UI problem?

Hi, today to my game in development I added a working warning screen but there is only one problem: A tester when he enters instead of having the centered texts has them to the left and I do not understand what the problem is and I don’t know how to fix it. I appreciate any help. Here are the screenshots.

1 Like

set the anchorpoint property to 0.5, 0 and the position to 0.5, 0, 0, whatever you want here

Should I apply this only to the frame or also to textlabels and textbuttons?

to all the ui elements you want to be centered

It finally works, Thank you so much.

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