TextScaled changing size long after any gui changes

I’m not sure why this is happening at all. I’m not going to post the code, since nothing in the code is changing the size or anything like that of the TextLabel itself or its parents. Was instead wondering if this is a more general issue, and if anybody has seen and solved it before.

1 Like

I think it might have something to do with RichText? Do you have it enabled or no?

Just checked, and I do not have it enabled.

This is really odd considering it seems like it changes the font aswell… Could you add print the TextLabel’s font both before the GUI shows up and after like say… 5 seconds?

See if they print out the same thing.