TextLabel Moving Issue

Hi, I’m experiencing a weird UI moving issue. Not sure if this is a bug, or if there’s some sort of weird hierarchy thing I have going on.

My Hierarchy (selected item is the label I’m moving in the video):
Screenshot (436)

It might have to do with the fact the width of that TextLabel is negative. “-76 x 32”

1 Like

You’re right, turn out the TextLabel and it’s parent ImageButton did have negative X sizes. Thank you!