Text (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker mNo edit summary |
>Mattchewy Fixing multiple objects |
||
(19 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <onlyinclude>{{Property | ||
|name = Text | |||
name = Text | |||
|property = [[String]] ''message text'' | |property = [[String]] ''message text'' | ||
|description = Sets the text that the message displays. | |description = Sets the text that the message displays. | ||
| | |objects = [[Hint]], [[Message]], [[TextBox]], [[TextButton]], [[TextLabel]] | ||
|}} | |}}</onlyinclude> | ||
{{clear floats}} | |||
{{Example|<pre> | |||
Instance.new('Hint', game.Workspace).Text = 'Hello world.' | |||
</pre>}} | |||
[[Category:Properties]] | [[Category:Properties]] |