I have these images which are meant to be custom tags for the players that join my game although the text doesn’t zoom when I move with the camera but the images do, is it because ImageLabels aren’t supported by BillboardGuis?
You need try manipulate with BillboardGui Size. First number - studs, second - pixels. Due to wrong Y (Height) resolution, your images are bigger, and cutted off.
You set your BilldoardGui size with studs (2, 0, 1, 0) - [numbers just for example]
To force your Gui to become the same size, set Pixels insted (0, 100, 0, 50)
In studs, it works the way I want it to work, the mistake here is the frame that the ImageLabels were in, which the size was not in studs therefore the images would not stay static. I’ve fixed it now, thank you so much for your help, you taught me that which I didn’t know, I thought the offset had the same usage as the studs. Thanks for your time!