-- CanCollide is command a that will be able to make a Part collide or not -- To make an object not fall off a part script.Parent.CanCollide = true -- To make an object fall off a part script.Parent.CanCollide = false