Skip to content

Client

Methods

ChatPrintf(msg)

Print the given message in the chat without sending it to other players.

Examples

Prints 'Hello, World!' in the chat
local Client = Interfaces.GetClient()

Client:ChatPrintf("Hello, World!")