> For the complete documentation index, see [llms.txt](https://docs.bueno.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bueno.art/buenoverse/interactions/abilities/thrower.md).

# Thrower

Thrower is an ability that let's you make an **Object** throw another **Object**. It is a very neat way of either handing out a specific item fast or creating a turret that shoots at players.

In order to give the **Thrower** ability we go to **Object Menu -> Interactions -> Abilities -> Thrower**

<figure><img src="/files/wtABN56qjS6mCo1joDAc" alt=""><figcaption><p>Object Menu -> Interactions -> Abilities -> Thrower</p></figcaption></figure>

In the thrower menu, you can choose which item will be thrown by clicking the pencil icon. Once clicked you will see a small window with the **throwable collectibles** in it. In order to set  a **throwable collectible** you can check our guide [here](/buenoverse/interactions/abilities/collectible.md).

<figure><img src="/files/xvL2QkDlsZIHvwcVvTNS" alt=""><figcaption><p>Choosing a throwable object</p></figcaption></figure>

You can set the interval time between the throws. In order to randomize a bit you have the option to set a **minimum** and **maximum interval** between the throws. For example if you set minimum interval to 1 and maximum interval to 10, the object will be thrown randomly between 1 to 10 seconds. If you want a steady throw time, just enter the same amount in both minimum and maximum.

<figure><img src="/files/5hsq9grXW2Yzr8w0xF2e" alt=""><figcaption><p>Setting minimum and maximum interval between throws</p></figcaption></figure>

Once everything is set the, Thrower object will throw the throwable object to the players who enters it's [interaction zone.](/buenoverse/fundamentals/elements/interactions.md#interaction-zone)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bueno.art/buenoverse/interactions/abilities/thrower.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
