Am I missing something in the object definition that makes it replace the floor underneath?
Code: Select all
defineObject{
name = "wooden_floor_1",
components = {
{
class = "Model",
model = "mod_assets/models/sx_wooden_floor.fbx",
},
{
class = "Occluder",
},
},
placement = "floor",
randomFloorFacing = false,
editorIcon = 100,
}