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

Issues with Billboard Gui: Centering & Distances ?

Asked by 6 years ago

Hello, I have a problem with a Billboard Gui. I'd like to lock its size when I go further (The billboard size increases depending on the distance from it). And how can I center it ? It's a little to the right, but I want to center it's Y axis too

0
Why not just use a Surface Gui, rather than a Billboard Gui? KingLoneCat 2642 — 6y
0
Because it's a floating image that faces your camera LordTechet 53 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

The key is to set the scale of it based on Size>Scale, not Size>Offset, so this would be {1,0},{1,0} for the BillboardGui's size. From there, to center it, you make the position of it half of the size, so if it sticks out at 1, then the size would be -.5 to make it centered; thus making the position {-.5, 0},{-.5,0}.

Hope this helps!

Ad

Answer this question