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