Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to keep billboard GUI size the same?

Asked by 7 years ago

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

0
You can change the size of the billboard GUI to use Scale instead of Offset. For example, if the size of the GUI is {0,200},{0, 50} you can change it to something like {2, 0},{1, 0}. Molten_Legacy 40 — 7y

1 answer

Log in to vote
3
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago
Edited 7 years ago

Change the size property inside the billboard gui to be

UDim2.new(studsX,0,studsY,0)

Default roblox puts it to pixels(offset) instead of screen size(scale).

You don't need scripts for this.

Ad

Answer this question