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

Is there a way to stop billiboard gui getting bigger and smaller when moving?

Asked by 5 years ago
Edited 5 years ago

Is there a way to stop billiboard gui getting bigger and smaller when moving? This is tested on a dummy btw.

https://ibb.co/Yk7g6TM [photo]

https://ibb.co/fMD1VBg [gif]

1
Yeah, use an offset size. Or there may be another property. I've seen it done before, check out the WIKI: https://developer.roblox.com/api-reference/class/BillboardGui oftenz 367 — 5y
0
^ it's the opposite, you're supposed to use scale. brokenVectors 525 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

You have to modify the Scale value, not the Offset value. If it's size is UDim2 {1,0}{1,0}, the Billboard will be one stud wide by one stud high, but if you use UDim2 {0,100}{0,100}, your Billboard will always be 100px by 100px on your screen. I hope this helped!

Ad

Answer this question