How do you make it so that the icon doesn't "clip out" when the camera moves?

Title says all, any help would be greatly appreciated.

Screen Shot 2022-06-30 at 11.02.02 PM

Turn off ClipsDescendants in the BillboardGui.

1 Like

This worked in stopping the clipping issue but now it gets really big when the camera zooms out. Is there a way to fix that?

Screen Shot 2022-06-30 at 11.23.29 PM

1 Like

Hello,

Im not too Experienced with BillboardGUIs, but maybe try Making the BillboardGUI Size Property a Bit Bigger?

You need to be sizing your GUI with scale instead of offset

2 Likes

Yes,

When you size a BillboardGui make sure to only use the 1st and 3rd values. These are called ‘Scale’.
When you size it with the 2nd and 4th values (being in pixels), it will stay the same size on the screen no matter how far away you are.

Try {1.5,0,1.5,0} for the Size property in the BillboardGui.

Yeah that was the issue, the imagelabel was scaled with offset on the default settings but the billboardgui had the 1:1 scale. Thanks!

Dont mean to be a stickler here but it was confusing when i read the solution to the post and saw that it was unrelated… you really should be marking @roblox_user_48558705 reply as the solution since that answered the initial question posed in your post. This way when people coming looking for the answer like i did they can easily see the correct solution :slight_smile: