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]
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!