🎯Job Blips
Here we will go over how to add new blips. I have included BurgerShot as an example on how to add new blips.
Config.Blips = {
    ["burgershot"] = { -- This Row MUST BE UNIQUE or the Lib Wont Handle it Properly
        name = "Burgershot",
        location = vector3(-1197.32, -897.655, 13.995),
        sprite = 106,
        scale = 0.6,
        color = 75,
        shortrange = true
    },
}It is very important that unique row is unique across all scripts, as that will be the identifier the library uses to clean it up.
Last updated
