# Common Problems

## Animation getting stopped with using taskBar

1 - Please, open your **progressBar** script using **VS Code** or any text editor. 2

2 - Find all entries or **ClearPedTasks**

3- Make them look like this:

{% tabs %}
{% tab title="Before" %}

```lua
ClearPedTasks
```

{% endtab %}

{% tab title="After" %}

<pre><code><strong>--ClearPedTasks
</strong></code></pre>

{% endtab %}
{% endtabs %}

The addiction of "--" makes disables "the line" that way script will ignore it.

{% hint style="success" %}
Done!
{% endhint %}
