GUI moves a lot when changing the text very fast

Hello. I am making a timer, and when it changes the text it jitters, like so:
https://gyazo.com/682259c8d80b70553d9334dc3cbddd8b

How can I fix this? Thanks

Does it work if you change you’re TextXAlignment to “Left”?

I don’t believe you can fix it.
The reason it’s doing this is the numbers are different sizes in width, so it makes the whole text wider and have to adjust to the center, causing the jittering.

2 Likes

It’s impossible to fix this. There’s no way unless you manually code it.

1 Like

How are you setting up your gui for the timer, and how are you scripting the time itself?

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