When you resize/move a brick with scripts, or with tools in Online mode, it freaks out and goes above everything even if there is the slightest clipping. Any way to counteract this effect and move bricks to exact locations without roblox correcting them?
Use CFrame, Position and Rotation both are properties that when they collide with another part, they move the whole part above the part that collided with it.
CFrame has rotation built into it so you don't really need to use the Position and Rotation properties at all.
Here's the wikipage on CFrames http://wiki.roblox.com/index.php?title=Cframe