How do i make the billboardgui not change its size while zooming out/in?

The issue occurs because you’re using offset instead of scale to size the billboard GUI and its elements, which will result in the billboard GUI always being the same size in pixels on a client’s screen. Switch over to scale.

40 Likes