How to keep GUI in place?

I’m making a 2012 themed game, so I wanted to add the iconic “Unregistered hypercam 2” tag in the corner of the screen, the problem is that it keeps being pushed away the leaderlist, I tried making the image button ignore the GUI Inset, but it still didnt work, I also removed the leaderlist through a local script completely and it still doesnt work, there’s this little invisible gap and I dont know how to get rid of it. Please help.

Simply set the anchor point to 1,0 and Position to 1,0,0,0

2 Likes

You’ll need to set the offset on both axis to 0, if there’s offset it will be resizing. You can also set a proper anchor point, though i’d recommend experimenting with that.

1 Like

Thanks!! tho i have problems getting it in frame now

Can you explain a lil bit more?

1 Like

basically, due to the size of the image, it’s slightly cutting off the screen

On the X or the Y axis? If you did exactly what i told you the X one should be just fine, can you screenshot the properties please?

(Make sure that your position is EXACTLY 1,0,0,0 and AnchorPoint 1,0)

1 Like

nvm, confused the x and y axis, sorry for the bother, but thanks for explaining!!

1 Like

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