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

Is there a way to stop billboard GUI's from resizing as players get further away?

Asked by 8 years ago

I've tried to do this by myself and the wiki isn't much help either, does anyone else know?

Like this: GUI

0
I'm not following... User#11440 120 — 8y
0
I can't remember how to do it. If you check NUSA's leaked versions of DC, their ranked GUI doesn't get bigger. Try that Shawnyg 4330 — 8y

1 answer

Log in to vote
1
Answered by
sigve10 94
8 years ago

This is a quick tutorial on how you do it: Firstly, you need to change the GUI's size property, which normally is defaulted to an offset of 200 and 50, to a UDim2 of {1,0},{1,0}. If you have ANY offset in your billboard GUI, this will have it resizing to fit to the player's screen. Secondly, you need to have all of its members in SCALE. Do not use offset at ALL!

Hope this helped, leave a comment if you did not understand.

Ad

Answer this question