CanCollide

Property of: Part
Type: Boolean
Tags:  read write instance

When true, the part can overlap other physics objects

Example
local part = script.Parent

part.CanCollide = false