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

How do I make a Bill Board-GUI stop increasing in size when a player zooms out?

Asked by 7 years ago
Edited 7 years ago

I really want to make a text box appear above a players head however I can't lock the size. When I zoom out, the text box gets humongous covering half the map. I would use a surface gui but I need the text box to be seen from all angles. I tried so many different things but they never worked. I think a Bill Board-GUI would be the best tool to do this but if there is anything else please let me know. Thank you

0
Try setting the size of the Billboard Gui to (3, 0, 3, 0) Mayk728 855 — 7y
0
Don't use the second numbers, just use the first for both the Gui and the contents (Example:Text Label). So an example would be (10,0,3,0). One that won't work would have a size like (0,200,0,50) iamnoamesa 674 — 7y
0
@Iamnoamesa thank you :D Kakitoku 32 — 7y

1 answer

Log in to vote
0
Answered by
Arystov 45
7 years ago

Set the Size and Position to scale on everything.

Ad

Answer this question