|
|
(13 intermediate revisions by 2 users not shown) |
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>
| |
| | |
| {{clear floats}}
| |
|
| |
|
| | {{:Chat (Method)/Chat}} |
| | <div class="visualClear"></div> |
| | {{:Chat (Method)/Players}} |
| [[Category:Methods]] | | [[Category:Methods]] |
Latest revision as of 22:32, 17 April 2023
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
|