nanos world API Reference Unofficial documentation
Static function Server Moderate

Chat.BroadcastMessage

Sends a chat message to all Players

Syntax

Lua
Chat.BroadcastMessage(message)

Parameters

Name Type Default Description
message string The message to send to all Players

Examples

Sends a message to everyone
Chat.BroadcastMessage("Welcome to the server!")