# Reward System ( Multiplayer Mode )

In multiplayer mode, players receive extra bonus coins based on their ranking when all players have completed the race.&#x20;

<figure><img src="/files/9vQsYfEY0ABUUTz5J4XG" alt="" width="563"><figcaption><p><em>Players receive bonus coins when they completed the race.</em></p></figcaption></figure>

The image below displays the logic code for a simple reward ranking system:

<figure><img src="/files/LiehuvGDInqoI7bQGnwF" alt="" width="563"><figcaption><p><em>Simple code for reward ranking system.</em> </p></figcaption></figure>

You can easily change bonus reward ranking by adjusting value of *<mark style="background-color:blue;">Coins Reward Default</mark>* field ( The value default is 30 ), you can follow this way for adjusting the value:

* In Unity editor, open Gameplay Multiplayer scene -> select Managers game object -> change new value of *<mark style="background-color:blue;">Coins Reward Default</mark>* field on Coins Network Manager Inspector Window.

<figure><img src="/files/6jRQhws05RokQbCq90e6" alt="" width="563"><figcaption><p><em>Coins Network Manager Inspector Window.</em></p></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://black-knight.gitbook.io/2d-racing-multiplayer-game-template/reward-system-multiplayer-mode.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.
