Text (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
updated a bit
>Camoy
updated a bit
(No difference)

Revision as of 03:13, 22 January 2011

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