I have a problem with TextLabels on a SurfaceGui. I have a large TV where I want to display the TextLabel I’m referring to. Since the maximum text size Roblox allows is 100, I need to activate Text Scaled and also Rich Text. This way, the text is the size I want. The problem is that, when I do this, sometimes (inconsistently), the Text Wrapped feature does not work.
Example image:
As you can see, the text should be:
¿ANDROID
O IOS?
I have tried all combinations of activating or deactivating Rich Text, Text Scaled, Text Wrapped, and even Text Truncate.
How can I solve this problem? I think it might be a bug, but I’m not sure…