# Blips/Marker

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

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

```lua
Shared.ShowBlips = true
Shared.ShowMarker = true

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

Shared.Blips = {
    Sprite = 628,
    Display = 4,
    Scale = 0.7,
    Colour = 2,
    String = "Var-Shop"
}
```
