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