# Broadcaster

Broadcaster allows you to create text and messages that appears at the top of a player's screen, usually for mechanical purposes, like giving a hint to a puzzle or warning messages for players leaving a battle arena before they're respawned for chickening out.

Messages can be broadcast to just the player who activated them, everyone in the game, or everyone but the triggering player.&#x20;

![](/files/7iILOpwHuNloKcEVGfIV)

* **Message** - what appears to the players. Can be as long or short as you'd like.<br>
* **Include triggering player's name** **-** does the player who activated the message have their name displayed before the main text or not?
  * E.g.: **Player** has been killed // **Player** ponders the orb // **Player**, do you know you're a legend? // etc.

### Common Uses

* Puzzle hints
* Battle Royale announcements
* Easter Eggs
* Tutorials and rules
* Storytelling! - as players reach checkpoints in a level, more information can be revealed


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mutate.games/component-tutorials/components-a-closer-look/entity-components/broadcaster.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
