How do I center HUD text?

On your text widget, set it’s anchor point to the center:

71688-2015-12-23+02_39_25-w_wewlad_.png

Then set the Position X and Y to 0 and both Alignment values to 0.5:

71689-2015-12-23+02_40_36-w_wewlad_.png

Text will always be centered.

Fitting it to the correct screen size is quite a bit more complicated, and is explained in Est_engine’s answer

4 Likes