world:broadcastChat
void world:broadcastChat(pos, speaker, msg, distance, color)
Creates a chat on the given position to all players
Distance controls how readable the text is
Parameters
| Type | Name | Description | Optional |
|---|---|---|---|
| Vector | pos | No description | |
| string | speaker | No description | |
| string | msg | No description | |
| number | distance | Default: -1 (global) | ✔ |
| Color | color | Default: white | ✔ |