of     1   

InYo22
#37114883Wednesday, November 17, 2010 1:08 AM GMT

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?
EpikYummeh
#37114939Wednesday, November 17, 2010 1:09 AM GMT

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.
EpikYummeh
#37114997Wednesday, November 17, 2010 1:10 AM GMT

Make sure the brick is named Part1 and that it is Anchored = true or the brick won't move. You probably already knew those, though. :) Good luck.
InYo22
#37115174Wednesday, November 17, 2010 1:12 AM GMT

Thanks. well if theirs any way u can make it simplair like just slect the brick and c-frame it but well k thanks ill try!

    of     1