# Rankeds

> The script utilize a dynamic Elo System designed to reward skill rather than just grinding. Unlike traditional systems where you get fixed points, this system analyzes the average skill level of the lobby before the race begins.

**How it works:**

* **Dynamic Rewards:** The harder the opponents, the higher the reward. Beating a lobby of "Pro" racers will grant significantly more Elo than winning against beginners.
* **Risk vs. Reward:** The Top 3 racers gain points, while those who finish at the bottom suffer an Elo penalty. The lower you finish, the more points you lose.
* **Seasonal Resets:** To keep the competition fair and exciting, Elo is reset at the start of every Season. This ensures that veteran players cannot "camp" at the top forever and gives every driver a fresh opportunity to prove they are the best on the server.

You can customize the Elo logic in `server/editable/_elo.lua`


---

# 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.av-scripts.com/laptop-pack-v3/racing/rankeds.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.
