If I set the TextTransparency to 1, the whole object turns transparent. As if the BackgroundTransparency got set to 1 as well (even though it has not).
This only occurs for TextLabels. TextBoxes and TextButtons do not do this.
This is an odd behavior and did not exist before, so I assume this is a bug and not an expected occurrence.
Repro steps:
- Create TextLabel anywhere in ScreenGui (direct or in descendant)
- Set TextTransparency to 1
That (at least for me) makes the whole object hidden as if the BackgroundTransparency was set to 1. Setting the TextTransparency to a less-than-one number makes the object appear again.