BillboardGui Text getting smaller when far

Hi DevForum users!

  1. What do you want to achieve? Keep it simple and clear!
    I am using a BillboardGui to do some signs, i want to achieve that the text inside it dosent get pixelated when you are far.

  2. What is the issue? Include screenshots / videos if possible!
    The text is getting pixelated when i get far,

  3. What solutions have you tried so far? Did you look for solutions on the Creator Hub?
    I have tried modifying some properties such as Size, Offset and most of the Text properties.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

I use the DevForum template to be more clear, thanks!

if you want the BillboardGui to always stay the same size (from afar or not), use offset for its size.

however it may not work on every device, so you might want to calculate what size it will be via a script.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.