Text (Property)

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


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