> For the complete documentation index, see [llms.txt](https://faq.schoolrp.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.schoolrp.net/sports/basketball.md).

# Basketball

Basketball can be played by up to 10 people per game, each team with 5 players. Your goal is to reach a score of 5 to win the game.

***

## How to play

### Picking up the ball

To pick up the ball, you can simply walk into it, or **LEFT or RIGHT CLICK** the ball.

<figure><img src="/files/h7dzRsuu77h0F6UtvKed" alt=""><figcaption></figcaption></figure>

### Stealing the ball

To steal the ball from another player, **LEFT CLICK** them, you may need to click the player more than once as the is a Random Number Generator that decides whether you steal the ball or not.

<figure><img src="/files/XbPbYALBwOz1mhzOPW0r" alt=""><figcaption></figcaption></figure>

### Shooting

To shoot the ball, you'll need to hold **RIGHT-CLICK** and aim the ball as if it were a bow.

<figure><img src="/files/yKGQj0RO7aqenABmzjYi" alt=""><figcaption></figcaption></figure>

### Quick shooting

To quickly shoot the ball, **SHIFT + LEFT-CLICK** whilst holding it.

<figure><img src="/files/8AT1n7ODcI81jHaufjvk" alt=""><figcaption></figcaption></figure>


---

# 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://faq.schoolrp.net/sports/basketball.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.
