TextTransparency (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy fixed |
>Mattchewy Fixing multiple objects |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
|property = [[Number]] ''text transparency'' | |property = [[Number]] ''text transparency'' | ||
|description = Sets the opacity in which text appears. | |description = Sets the opacity in which text appears. | ||
| | |objects = [[TextButton]], [[TextLabel]], [[TextBox]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Latest revision as of 02:39, 23 January 2011
![]() | |
Property | Number text transparency |
Description | Sets the opacity in which text appears. |
Member of | TextButton, TextLabel, TextBox |
Example
The resulting label will be translucent.Instance.new('TextLabel', script.Parent).TextTransparency = .5