TextTransparency (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy Link mistake, sorry! |
>Mattchewy Fixing multiple objects |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Property| | <onlyinclude>{{Property | ||
name = TextTransparency | |name = TextTransparency | ||
|property = [[Number]] '' | |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> | |||
{{clear floats}} | |||
{{Example|The resulting label will be translucent.<pre> | |||
Instance.new('TextLabel', script.Parent).TextTransparency = .5 | |||
</pre>}} | |||
[[Category:Properties]] |
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