TextTransparency (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
Link mistake, sorry!
>Camoy
fixed
Line 1: Line 1:
{{Property|
<onlyinclude>{{Property
name = TextTransparency
|name = TextTransparency
|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 = [[RBX.lua.TextBox (Object)|TextBox]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]]
|object = [[TextButton]], [[TextLabel]], [[TextBox]]
|}}
}}</onlyinclude>
 
{{clear floats}}
 
{{Example|The resulting label will be translucent.<pre>
Instance.new('TextLabel', script.Parent).TextTransparency = .5
</pre>}}
 
[[Category:Properties]]

Revision as of 13:45, 22 January 2011

TextTransparency
Property Number text transparency
Description Sets the opacity in which text appears.
Member of [[RBX.lua.TextButton, TextLabel, TextBox (Object)|TextButton, TextLabel, TextBox]]


Example
The resulting label will be translucent.
Instance.new('TextLabel', script.Parent).TextTransparency = .5