# 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>
