Whoopee Cushion Config

WhoopeeCushionConfig = {}

WhoopeeCushionConfig.Enabled = true -- If you want this module disabled set to false

WhoopeeCushionConfig.CushionModel = "v_res_tre_cushiond" -- What model to use for the whoopee cushion

WhoopeeCushionConfig.Chairs = { -- Chairs and their offsets for whoopee cushion
    {
        model = -171943901, -- The model
        propOffset = vector3(0.0, 0.0, 0.0), -- The offset for the prop
        sitOffset = vector3(0.0, 0.0, -0.1), -- The offset for sitting
    }
}

Last updated