How to properly keep GUI aligned with in-game objects?

I want to keep my ui aligned within this torii,

how do I prevent it from doing this with different screen sizes?

2 Likes

Are you using BillboardGui’s??

If not, I’d place an invisible part that fills the empty space of the structure, and then just set a Frame’s size to be {1, 0, 1, 0}

4 Likes