SetCollisions

Function of: Part
Returns: Void
Tags:  instance

Enable/disable collisions between two parts. Set ignore to true to ignore collisions between this part and the part specified

Parameters
Name Type Description
partToIgnorePart
ignoreBoolean
Example
Part:SetCollisions(Part partToIgnore,
Boolean ignore
)