> 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/clothes-shop/configuration/blips-marker.md).

# Blips/Marker

{% 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 = 73,
    Display = 4,
    Scale = 0.7,
    Colour = 2,
    String = "Var-ClotheShop"
}

Shared.Marker = {
    Type = 0,
    ScaleX = 1.0,
    ScaleY = 1.0,
    ScaleZ = 0.25,
    Red = 53,
    Green = 162,
    Blue = 53,
    Alpha = 112
}
</code></pre>
