Chat (Method)

From Legacy Roblox Wiki
Revision as of 13:34, 30 July 2011 by >Camoy (warning: never used this method, correct information if inaccurate)
Jump to navigationJump to search
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)