stBlindBox
installation
Go to the script “stBlindBox/config/config_script.lua” and open the file.
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'},
}
},
Last updated
Was this helpful?