TextColor3 (Property)

From Legacy Roblox Wiki
Revision as of 02:39, 23 January 2011 by >Mattchewy (Fixing multiple objects)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
TextColor3
Property Color3 text color
Description Sets the color of text.
Member of TextButton, TextLabel, TextBox


Example
The text color will result in white.
Instance.new('TextLabel', script.Parent).TextColor3 = Color3.new(1, 1, 1)