> For the complete documentation index, see [llms.txt](https://docs.creoii.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creoii.dev/lucky-block/outcomes/message-outcome.md).

# Message Outcome

The message outcome will print a message.

```json
{
  "type": "lucky:message",
  "message": {
    "text": "Hello, world!",
    "bold": true
  },
  "overlay": true
}
```

This outcome will print the message "Hello, world!" bold in the overlay section. If **overlay** is false, then the message will print in the game chat.
