# writeChat

```lua
return function()
    writeChat('hello world'); --prints hello world into your chat!
end
```

{% hint style="info" %}
If you have multiple streaming integrations connected, it will attempt to send the message in each chatroom.
{% endhint %}
