
πWetsuit Outfit
You can define a custom outfit for players to equip when using a wet suit or requesting to change clothes at a Diving Instructor
Config.Outfits ={ -- change outfit numbers here to match your clothing script if you have addon clothing or want a different wet suit
['male'] = {
outfitData ={
['arms'] = {item = 17, texture = 0},
['mask'] = {item = 122, texture = 0},
['t-shirt'] = {item = 15, texture = 0},
['torso2'] = {item = 243, texture = 4},
['pants'] = {item = 94, texture = 4},
['shoes'] = {item = 67, texture = 4},
}
},
['female'] = {
outfitData ={
['arms'] = {item = 18, texture = 0},
['mask'] = {item = 122, texture = 0},
['t-shirt'] = {item = 15, texture = 0},
['torso2'] = {item = 251, texture = 4},
['pants'] = {item = 97, texture = 4},
['shoes'] = {item = 70, texture = 4},
}
},
}
Last updated