****Ok, So I guess my last question was not formatted for the Q&A sorry about that mods, but anyways I'll ask a better question.
Question: How do i control a brick and make it move with using my camera, or player?, For example I've seen a scripter go in a Square form with rotating bricks, and he was able to move that sqaure with no problems, Please answer this as I'm new to scripting and will ask lots of questions.
You're going to want to access Workspace.CurrentCamera
from a LocalScript inside a Tool or the GUI of the Player you want to be 'viewing' the brick.
Using this, mess around and experiment with the various properties the camera has until you get the effect you desire.
Here is a good tutorial on Camera Manipulation.