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
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}