SpicyTasty DOCS
WEBSTOREDISCORDYOUTUBE
  • 🚨READ ME
    • 🌶️Welcome to SpicyTasty
  • 📚SCRIPTS
    • RADIO
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ORIGEN inventory
          • AK47 inventory
          • PS inventory
          • CORE inventory
          • OX inventory
          • LJ inventory
          • QB inventory
          • TGIANN inventory
          • CODEM inventory
          • QS inventory
        • STEP 5
        • STEP 6 (OPTIONAL)
      • Common Errors
      • Snippets
        • Exports
        • pma-voice
        • Add to Store/Shop
      • Config
    • NOTIFY
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
          • ESX
          • QBCore
      • Exports
      • Job Banners
  • BLINDBOX
    • Installation
  • 🫒PROPS
    • BUBUS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
    • BOTS
      • Installation
        • STEP 1
        • STEP 2
        • STEP 3
        • STEP 4
        • Step 5
          • stUsableProps
          • stBlindBox
Powered by GitBook
On this page

Was this helpful?

  1. PROPS
  2. BUBUS
  3. Installation
  4. Step 5

stBlindBox

installation

  1. Go to the script “stBlindBox/config/config_script.lua” and open the file.

  2. Go to "Config.Box" and add this code inside:

    ['macaron_blind_box'] = { -- Item box name
        ['config'] = {
            color = 'rgb(255, 159, 250)', -- Background Color
            prop = 'st_bubu_macaronbox', -- Prop Name
            folder = 'macaron_blind_box', -- Folder name on config
            coords = {x =  0.036386996252986, y = -0.09301887621235, z = -0.052620740509359},
            rotation = {x = 4.4455323584099, y = -4.7608147406442, z = 145.36087627671}
        },
        ['common'] = {
            ['soymilk']     = { label = 'Soy Milk',         prop = 'st_bubu_soymilk',       item = 'bubu_soymilk'},
            ['toffe']       = { label = 'Toffee',           prop = 'st_bubu_toffee',        item = 'bubu_toffee'},
            ['sesamebean']  = { label = 'Sesame Bean',      prop = 'st_bubu_sesamebean',    item = 'bubu_sesamebean'},
        },
        ['rare'] = {
            ['soymilk']     = { label = 'Sea Salt Coconut', prop = 'st_bubu_seasaltcoconut',item = 'bubu_seasaltcoconut'},
            ['toffe']       = { label = 'Green Grape',      prop = 'st_bubu_greengrape',    item = 'bubu_greengrape'},
            ['sesamebean']  = { label = 'Lechee Berry',     prop = 'st_bubu_lycheeberry',   item = 'bubu_lycheeberry'},
        },
        ['legendary'] = {
            ['chestnut']    = { label = 'Chestnut Cocoa',   prop = 'st_bubu_chestnutcocoa', item = 'bubu_chestnutcocoa'},
        }
    },

    ------------------------------------------------------------------------------------------------------------------------

    ['break_blind_box'] = {
        ['config'] = {
            color = 'rgb(255, 183, 101)',
            prop = 'st_bubu_breakbox',
            folder = 'break_blind_box',
            coords = {x =  0.036386996252986, y = -0.09301887621235, z = -0.052620740509359},
            rotation = {x = 4.4455323584099, y = -4.7608147406442, z = 145.36087627671}
        },
        ['common'] = {
            ['baba']     = { label = 'Baba',         prop = 'st_bubu_baba',       item = 'bubu_baba'},
            ['hehe']     = { label = 'Hehe',         prop = 'st_bubu_hehe',       item = 'bubu_hehe'},
            ['sisi']     = { label = 'Sisi',         prop = 'st_bubu_sisi',       item = 'bubu_sisi'},
        },
        ['rare'] = {
            ['dada']     = { label = 'Dada',         prop = 'st_bubu_dada',       item = 'bubu_dada'},
            ['ququ']     = { label = 'Ququ',         prop = 'st_bubu_ququ',       item = 'bubu_ququ'},
            ['zizi']     = { label = 'Zizi',         prop = 'st_bubu_zizi',       item = 'bubu_zizi'},
        },
        ['legendary'] = {
            ['duoduo']   = { label = 'Duoduo',       prop = 'st_bubu_duoduo',     item = 'bubu_duoduo'},
        }
    },

PreviousstUsablePropsNextBOTS

Last updated 1 month ago

Was this helpful?

🫒