broadcast
Sends a broadcast to all players on the server. This shows as a large blue box near the top of the screen along with the message of the day chimes.
Signatures
beacon.broadcast(message);
Parameters
message
The message to be displayed. Avoid special characters like emoji and accented characters. The characters which Ark’s font can display vary depending on the player’s language.
Examples
Send a warning about an upcoming dino wipe
beacon.broadcast("Wild dino wipe coming in 5 minutes. Sorry in advance if you're taming something.");