TextTransparency (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
fixed
>Mattchewy
Fixing multiple objects
 
(2 intermediate revisions by 2 users 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.
|object = [[TextButton]], [[TextLabel]], [[TextBox]]
|objects = [[TextButton]], [[TextLabel]], [[TextBox]]
}}</onlyinclude>
}}</onlyinclude>



Latest revision as of 02:39, 23 January 2011

TextTransparency
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