1. How do I check if an entity is a building part, like a wall or a roof without checking the shortprefabname?
     
  2. Code:
    if(entity is BuildingBlock)
         //magic
    
    [DOUBLEPOST=1517705186][/DOUBLEPOST]Solved?