Chat (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
warning: never used this method, correct information if inaccurate
>Camoy
warning: never used this method, correct information if inaccurate
(No difference)

Revision as of 13:34, 30 July 2011

Chat( BasePart part, String message, ChatColor ChatColor )
Returns nil
Description: Makes the part have a Dialog containing message in the ChatColor tone.
Member of: Chat


Example
Creates a Dialog on the part with the message.
game:GetService("Chat"):Chat(game.Workspace.Player.Head, "This is a chat!", Enum.ChatColor.Blue)