Chat (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL
Unlocked, removing the stuff that says it's proteted.
>SoulStealer9875
No edit summary
Line 3: Line 3:
|arguments            = [[Instance]] ''head'', [[String]] ''message'', [[ChatColor]] ''ChatColor''
|arguments            = [[Instance]] ''head'', [[String]] ''message'', [[ChatColor]] ''ChatColor''
|returns              = [[nil]]
|returns              = [[nil]]
|description          = Makes the ''head'' say ''message'' in the ''ChatColor'' tone.
|description          = Makes the ''head'' say ''message'' in the ''[[ChatColor]]'' tone.
|object              = Chat}}</onlyinclude>
|object              = Chat}}</onlyinclude>
{{clear floats}}
{{clear floats}}

Revision as of 19:25, 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