Chat (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SoulStealer9875
No edit summary
>SCARFACIAL
See also: ChatColor is unnecessary as it already links to that page twice on this short page.
Line 13: Line 13:
-- makes Player's Head chat "This is a chat!" in the neutral tone</pre>
-- makes Player's Head chat "This is a chat!" in the neutral tone</pre>
}}
}}
See also: [[ChatColor]].

Revision as of 19:33, 11 July 2011

Chat( Instance head, String message, ChatColor ChatColor )
Returns nil
Description: Makes the head say message in the ChatColor tone.
Member of: Chat
Example
game:GetService( "Chat" ):Chat( Workspace.Player.Head, "This is a chat!", Enum.ChatColor.Blue )

-- makes Player's Head chat "This is a chat!" in the neutral tone