Text (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
updated a bit
>Camoy
order fixed
Line 3: Line 3:
|property = [[String]] ''message text''
|property = [[String]] ''message text''
|description = Sets the text that the message displays.
|description = Sets the text that the message displays.
|object = [[Hint]], [[Message]], [[TextButton]], [[TextLabel]], [[TextBox]]
|object = [[Hint]], [[Message]], [[TextBox]], [[TextButton]], [[TextLabel]]
|}}</onlyinclude>
|}}</onlyinclude>



Revision as of 13:54, 22 January 2011

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.'