Move A Button With Text Using Code? (SOLVED)

Hi,

How can we move a button with text using code?
Let us know, thanks!

Jesse

If you are using GUI nodes you can alter their positions using gui.set_position() and if you are using game objects then you can use go.set_position() :slightly_smiling_face:

1 Like

Thanks!