[STANDALONE] GTA VI Inspired Interaction Menu [PAID]

I used this on my NPC Interactions Script:

exports["an_interMenu"]:add({
    entity = targetEntity,
    actions = {
        [1] = {key = Config.lootKey, label = Config.lootBodyLabel, event = "an_interNPC:lootBody", type = "cl", args = { entity = targetEntity }, useDist = 2.0 },
        [2] = {key = Config.carryKey, label = Config.carryBodyLabel, event = "an_interNPC:carryBody", type = "cl", args = { entity = targetEntity, uncarryKey = Config.uncarryKey }, useDist = 3.0 },
    },
    showDist = 7.0,
    offset = {x=0.0,y=0.0,z=-1.0},
    handle = interMenuHandle,
})