Do I use tweening if I wanted to change the center of a textbutton from the top-left corner to the center of the textbutton?
No, because tweening moves a text button, but does not change how position is calculated. In order to do that you need math and the current size and position of the text button.