|
|
Line 1: |
Line 1: |
| <onlyinclude>{{Method
| | There are two Chat methods: |
| |name = Chat
| |
| |arguments = {{type|instance=Instance}} <var>partOrCharacter</var>, {{type|string}} <var>message</var>, {{type|enum=ChatColor}} <var>color</var> = Blue
| |
| |description = Makes <var>partOrCharacter</var> have a dialog-like billboard containing <var>message</var> in the <var>color</var> tone.
| |
| |object = Chat
| |
| }}</onlyinclude>
| |
|
| |
|
| | {{:Chat (Method)/Chat}} |
| | {{:Chat (Method)/Players}} |
| {{clear floats}} | | {{clear floats}} |
|
| |
|
| [[Category:Methods]] | | [[Category:Methods]] |
Revision as of 04:46, 19 March 2012
There are two Chat methods:
Chat( Instance partOrCharacter, string message, ChatColor color = Blue )
|
Returns
|
nil
|
Description:
|
Makes partOrCharacter have a dialog-like billboard containing message in the color tone.
|
Member of:
|
Chat
|
Chat( string message )
|
Returns
|
nil
|
Description:
|
Makes the local player chat the message message.
|
Member of:
|
Players
|