# Set Countdown Return To Room Lobby

In multiplayer mode, after all players have completed the race, a race completion popup will be displayed. It will show a countdown timer indicating when players will return to the room lobby.

<figure><img src="/files/RMi71ydgZyN749ZtoI38" alt="" width="563"><figcaption><p><em>The Complete Race Popup.</em></p></figcaption></figure>

You can change the value of the countdown timer to any duration you want by following this way:

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

<figure><img src="/files/bVdTh8RBphkxBoFgw4nt" alt="" width="563"><figcaption><p><em>Gameplay Network Manager 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/set-countdown-return-to-room-lobby.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.
