How do I centre my SurfaceGui textlabel on a part?

Apologies if this is the wrong category.))

Annyeonghaseyo! Oop, I mean hello. I’m making a difficulty chart obby and for the… stage leader board thing I want the text to be centred.
If you are a teensy bit confused on what the actual hell I’m talking about, then here’s a picture to demonstrate.

2 Likes

Set the anchor point to 0.5, 0.5, this means position from the center of the UI element. Then, if you want to center on the actual UI too, set the position to {0.5, 0}, {0.5, 0}

6 Likes