How can I keep the TextLabel aligned to the centre of the button?

How can I keep the TextLabel aligned to the centre of the button?

Set the “AnchorPoint” of the TextLabel to (0.5, 0.5), then the “Position” of the TextLabel to (0.5, 0, 0.5, 0), and then set the “Size” of the TextLabel to your preference.