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

Zooming billboard GUI, how do I stop the zoom?

Asked by 9 years ago

When I'm putting a decal into the billboard GUI, during the game, the decal zooms in and out quickly depending on my view. It's really annoying when I'm trying to fly a vehicle, and having the GUI zip around. How do I make the decal solid on the billboard GUI, to not make it moving during views/camera

0
Are you asking for how to make a Billboard gui remain at the same size or asking how to making it stationary and not turn to the direction of your camera Wizzy011 245 — 9y
0
Yes, to keep it the same size throughtout the map. dluckey20 25 — 9y

2 answers

Log in to vote
1
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
9 years ago

If you don't want a BillboardGui to resize throughout the game, us the Offset, rather than Scale, to define the size of it.

Ex;

{.5,0},{.5,0}

Turns into something like;

{0,500},{0,500}

0
Scale? dluckey20 25 — 9y
0
Scale is the first number, offset is the second. {scale,offset},{scale,offset} Goulstem 8144 — 9y
0
What I see is: ExtentsOffset (0,0,0) SizeOffset(0,0) and StudsOffset(0,0,0) and then the regular size [0,0],[0,0] dluckey20 25 — 9y
0
You should have a frame inside of your BillboardGui, i'm saying resize THAT like I showed in my answer. Goulstem 8144 — 9y
Ad
Log in to vote
0
Answered by
Andorks 23
9 years ago

You are probably using a BillboardGui. It's easier to use a SurfaceGui because it is on the surface, and makes it look better.

0
Well, I need it floating above the model/flag. dluckey20 25 — 9y
0
Ah. Andorks 23 — 9y

Answer this question