I have this BillboardGUI that works as a custom overhead name for players but the size keeps getting bigger when you get further away how do I make this stop and have it stay the same size no matter how far you are.
You need to use Scale, first go onto the billboard gui and use scale in size not offset, Try mess around with it and find the perfect size. Then add that to these values
nameLabel.Size = UDim2.new(the x axis size you want, 0, the y axis size you want, 0)