text or pic center ind test.

I’m a question.
I have inserted a text in my game. But when I test it, the text does not stand center. But it seems to be the center of the edit,

Is there a way you get the center when starting a test. ?

Do (screen width/2)-(width of the text/2) to the x position of that text, you may need to on custom size, note down the width and put it in the above expression it will be centered on the x axis

If you used align center, remember it only works if your text have more than 1 line. align center option, means its format is aligned to center, not that it will be aligned on screen center.