Text (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>Blocco
Adding some more GUI objects
Line 8: Line 8:
|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]], [[RBX.lua.Message (Object)|Message]], [[RBX.lua.TextButton (Object)|TextButton]]
|object = [[Hint]], [[RBX.lua.Message (Object)|Message]], [[RBX.lua.TextButton (Object)|TextButton]], [[RBX.lua.TextLabel (Object)|TextLabel]], [[RBX.lua.TextBox (Object)|TextBox]]
|}}
|}}


[[Category:Properties]]
[[Category:Properties]]

Revision as of 21:45, 13 April 2010

Text is any type of text. You quite simply just write in what you want to show up as text.


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]]