I am using a billboard gui with scale sizing and when moving the camera closer and farther away the text label within the billboard gui will change sizes (bigger when farther smaller when closer) when text scaled is on. To prevent the text from getting too big or small for my liking, I decided to use a UiTextSizeConstraint. However the constraint didnt alter the behaviour at all.
I expect the text size to stop getting smaller or larger from the range set in the UiTextSizeConstraint when moving the camera closer or farther away from it.