Text (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
order fixed
>Camoy
order fixed
(No difference)

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