> For the complete documentation index, see [llms.txt](https://doc.var-fivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.var-fivem.com/barber-shop/configuration/blips.md).

# Blips

{% hint style="info" %}
To change blips, refer to the FiveM documentation directly
{% endhint %}

<https://docs.fivem.net/docs/game-references/blips/>

<pre class="language-lua"><code class="lang-lua"><strong>Shared.ShowBlips = true
</strong>
Shared.Blips = {
    Sprite = 71,
    Display = 4,
    Scale = 0.7,
    Colour = 2,
    String = "Var-BarberShop"
}
</code></pre>
