Problem with making text bigger

I’m working on a game, and I want to make a countdown on screen where the number enlarges and fades out every time it goes down.

I can’t really work on the “enlarge” part because i’ve tried several different things to make it bigger than this on the screen:

like turning on TextScaled and then making the box cover the whole screen, making the box go past the whole screen, and trying to increase the TextSize. It never goes past the size of the number in the screenshot.

the number you see in the screenshot is actually already at 100 TextSize, without TextScaled

2 Likes

You can parent a UIScale under the text label and scale it that way.

The edges of the characters become a bit blurry if you scale it too large, though. There’s no way around that, afaik.

9 Likes