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:

['st_fruitcats_box'] = { -- Item box name
        ['config'] = {
            color = 'rgba(0, 195, 255, 1)', -- Background Color
            prop = 'st_fruitcats_box', -- Prop Name
            folder = 'st_fruitcats_blindbox', -- 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'] = {
            ['st_orange']       = { label = 'Orange',        prop = 'st_orange',       item = 'st_orange'},
            ['st_watermelon']   = { label = 'Watermelon',    prop = 'st_watermelon',   item = 'st_watermelon'},
            ['st_greenapple']   = { label = 'Green Apple',   prop = 'st_greenapple',   item = 'st_greenapple'},
            ['st_redapple']     = { label = 'Red Apple',     prop = 'st_redapple',     item = 'st_redapple'},
        },
        ['rare'] = {
            ['st_kiwi']    = { label = 'Kiwi',    prop = 'st_kiwi',    item = 'st_kiwi'},
            ['st_lemon']   = { label = 'Lemon',   prop = 'st_lemon',   item = 'st_lemon'},
            ['st_mango']   = { label = 'Mango',   prop = 'st_mango',   item = 'st_mango'},
        },
        ['legendary'] = {
            ['st_banana']       = { label = 'Banana',       prop = 'st_banana',       item = 'st_banana'},
            ['st_cherry']       = { label = 'Cherry',       prop = 'st_cherry',       item = 'st_cherry'},
            ['st_strawberry']   = { label = 'Strawberry',   prop = 'st_strawberry',   item = 'st_strawberry'},
        }
    },

Last updated

Was this helpful?