I want to move one part inside of another with a script, but changing the bricks position puts it on top. How can I do this?
You might want to use the Cframe method.
Workspace.Part.CFrame = CFrame.new(0, 50, 0)
Use C frame and lower the brick into the desired area.