Client Methods ChatPrintf(msg) Print the given message in the chat without sending it to other players. Examples Prints 'Hello, World!' in the chatlocal Client = Interfaces.GetClient() Client:ChatPrintf("Hello, World!")