WOLVERlNES 135 Posted April 28, 2023 Which of these lines of code facilitates object stacking for fences and garden plots? Ideally, we want to be able to place garden plots on rooftops, but don’t want base building objects to be abused to build into other’s bases with stacking garden plots up to climb over a fence for example. "BaseBuildingData": { "HologramData": { "disableIsCollidingBBoxCheck": 1, "disableIsCollidingPlayerCheck": 1, "disableIsClippingRoofCheck": 1, "disableIsBaseViableCheck": 1, "disableIsCollidingGPlotCheck": 1, "disableIsCollidingAngleCheck": 1, "disableIsPlacementPermittedCheck": 1, "disableHeightPlacementCheck": 1, "disableIsUnderwaterCheck": false, "disableIsInTerrainCheck": 1 }, "ConstructionData": { "disablePerformRoofCheck": 1, "disableIsCollidingCheck": 1, "disableDistanceCheck": 1 } 1 Share this post Link to post Share on other sites