K.. I wanna use less bricks in my place so im going to replace all the water bricks and replace them with one big brick, but i need a simple command script so i can move the brick down through the other land bricks any help?
game.Workspace.Part1.CFrame = game.Workspace.Part1.CFrame * CFrame.new(0, 0, 0) * CFrame.fromEulerAnglesXYZ(0, 0, 0)
First part is moving on XYZ axis, second co-ord set is rotating on XYZ.