# all you need to do is set the BasePart.CollisionGroup to a string with the name of the collision group
# so a PhysisService:SetPartCollisionGroup(part, "Players") would become part.CollisionGroup = "Players"