There was an error while loading. Please reload this page.
somePlayer.SendMessage("hello player!")
For a message that fades quicker (1 second here):
somePlayer.SendMessage("hello for 1 second", 1.0f)
ChatServer.Obj.SendServerMessage("hello from the server")
Time may also be specified like the player-specific version.
See Unity Docs Here
See all pages (above) for reference & usage tutorials.