chat.AddText
Description
Adds text to the local player's chat box (which only they can read).
Arguments
Example
Prints the player's name and current weapon to their chat area.
local ply = LocalPlayer()
chat.AddText( Color( 100, 100, 255 ), ply, ", you are holding ", Color( 100, 255, 100 ), ply:GetActiveWeapon():GetClass() )
Output: 
