Hi,
So I can't seem to make it so that when you zoom out, the billboard GUI stays the same size. I would like to do this via script. Thanks, Antux
Change the size property inside the billboard gui to be
1 | UDim 2. new(studsX, 0 ,studsY, 0 ) |
Default roblox puts it to pixels(offset) instead of screen size(scale).
You don't need scripts for this.