Chat (Method)

From Legacy Roblox Wiki
Revision as of 19:28, 11 July 2011 by >SoulStealer9875
Jump to navigationJump to search
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


See also: ChatColor.