world:broadcast3DChat
void world:broadcast3DChat(pos, speaker, msg, color, groupid, distance)
Creates a 3D 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 | |
| Color | color | Default: white | ✔ |
| number | groupid | Default: 0 | ✔ |
| number | distance | Default: -1 (global) | ✔ |