Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make my TextLabel sharper on small objects?

Asked by 4 years ago

Hello! I am currently creating an ID Card for my game. Everything was good until I realized that the TextLabel, where the player's name is on, is so unsharp that you only can hardly read it. Is there any way how to go-around that? Thanks, Globix

0
If your Text is very small try using SourceSansLight Font maybe Vibesgus 35 — 4y

1 answer

Log in to vote
0
Answered by 4 years ago
Edited 4 years ago

If what you mean by "unsharp" is "blurry" then just increase SurfaceGui.PixelsPerStud. Or, if you're not sure about how the sizing works for PixelPerStud, change SizingMode to "Fixed Size" and just change the canvas size and TextBox size.

*Edit: Also, change TextBox.TextScaled to true so the effect is noticable

0
Oh thanks xD GlobixLP 6 — 4y
Ad

Answer this question