How do I make it so that this image label stays in the center of the screen?

I’m trying to size up a image label with tweening, but the issue is, as the image gets larger, its position changes, what should I do?

Set it’s anchor point to 0.5,0.5 and it’s position to 0.5,0.5

1 Like

Try using scale instead of offset?

I never said I was using offset, but thats a good idea.

I’m using scale already, I always set offset to zero.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.