Billboard GUI Text Shrinks When Camera Gets Too Close

Hi, so I put a TextLabel inside of a BillboardGUI and after making it and having text scale I noticed that it scales correctly but doesn’t keep it’s size when the camera gets close to it, the text shrinks to fit inside of the screen.

The only fix I’ve found for this is enabling RichText but the problem is, RichText doesn’t allow me to use UIStroke on my text and I would like to use UIStroke, is there any way to fix this?