TextColor3 (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy fixed up |
>Camoy added another member |
||
Line 3: | Line 3: | ||
|property = [[Color3]] ''text color'' | |property = [[Color3]] ''text color'' | ||
|description = Sets the color of text. | |description = Sets the color of text. | ||
|object = [[TextButton]], [[TextLabel]] | |object = [[TextButton]], [[TextLabel]], [[TextBox]] | ||
}}</onlyinclude> | }}</onlyinclude> | ||
Revision as of 13:44, 22 January 2011
TextColor3 | |
Property | Color3 text color |
Description | Sets the color of text. |
Member of | [[RBX.lua.TextButton, TextLabel, TextBox (Object)|TextButton, TextLabel, TextBox]] |
Example
The text color will result in white.Instance.new('TextLabel', script.Parent).TextColor3 = Color3.new(1, 1, 1)