> For the complete documentation index, see [llms.txt](https://abdulkadir-aktas.gitbook.io/qadr_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://abdulkadir-aktas.gitbook.io/qadr_docs/qadr_ui/count-down.md).

# Count Down

{% hint style="warning" %}
**For now it only counts down from 3!**
{% endhint %}

### Example

```lua
RegisterCommand("startCountDown",function()
    exports["qadr_ui"]:startCountDown(function(iscomplete)
        print(iscomplete)
    end)
end)
```

### Video

{% embed url="<https://www.youtube.com/watch?v=ge7FFSuLACk>" %}
