I just want to know what command can CFrame a Brick based of a Part's Position
part = Workspace.Part part.CFrame = CFrame.new(10,10,10)
This teleports a part in workspace to 10,10,10