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.
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.