Text stops rendering above 0.95 TextTransparency

Reproduction Steps

Open the place provided, you will see a TextLabel, TextBox, and TextButton. Change the TextTransparency of any of those labels beyond 0.95 (for example, 0.96). You will notice the Text disappears like the value was set to 1.

This also affects TextStrokeTransparency, which is more noticeable.

Reproduction File
TextTransparencyRepro.rbxl (38.2 KB)

Expected Behavior
I should be able to change TextTransparency from 0.95 to 0.99 with it still being barely visible.

Actual Behavior
Text becomes completely invisible between TextTransparency 0.95 and 0.99.

Issue Area: Engine
Issue Type: Other
Impact: Medium
Frequency: Constantly

2 Likes

We’ve filed a ticket to our internal database for this issue, and we will update you as soon as we have news!

Thanks for the report!

3 Likes

This should be fixed now, the new transparency cutoff is 255/256 which is slightly over 0.996.

5 Likes

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