TextScaled + AutomaticSizeX in BillboardGUI causing unusual errors

Hello, this is not a scripting problem but I do not know the most relevant topic to post this to. I also suspect this is a bug but I cannot post to bug-reports.

I have a BillboardGUI with dynamic text (e.g. this could be a custom overhead system for characters to display their username).

Inside the BillboardGUI I have a TextLabel, with TextScaled and AutomaticSize set to X.

image

The issue I am facing is that the size of the TextLabel increases as the camera gets further away from the BillboardGUI.

Please see the following video. I have added a background to the TextLabel to show how the size beyond the actual text size.

I am not using offset here - only scaled properties.

Does anyone know why it is doing this?

Are you using scaling on the BillboardGui too? If not that would be the cause of your issue. I believe you wanted this result?