How do I center this ImageLabel?

I’m trying to center this ImageLabel and no matter what I do it isn’t centered. Can someone help me?

1 Like

What is the size value and does your imagelabel have a size constraint?
If not:

Size = {0.5, 0, 0.5, 0}
Position = {0.25, 0, 0.25, 0}

Just set the anchor point to 0.5,0.5 and the scale position to 0.5,0.5 with no offset

3 Likes

Thank you so much! :slight_smile:

1 Like