Text (Property)

From Legacy Roblox Wiki
Revision as of 03:13, 22 January 2011 by >Camoy (updated a bit)
Jump to navigationJump to search
Text
Property String message text
Description Sets the text that the message displays.
Member of [[RBX.lua.Hint, Message, TextButton, TextLabel, TextBox (Object)|Hint, Message, TextButton, TextLabel, TextBox]]


Example
Instance.new('Hint', game.Workspace).Text = 'Hello world.'