local rotatable = 0 if (part.nestedPlate.nestedParts[1].rotatable == true) then rotatable = 1 end if currentMaterialCAM then if currentMaterialCAM.grain == 0 then rotatable = 0 else rotatable = 1 end end --ters local rotatable = 1 if (part.nestedPlate.nestedParts[1].rotatable == true) then rotatable = 0 end if currentMaterialCAM then if currentMaterialCAM.grain == 0 then rotatable = 1 else rotatable = 0 end end