i don’t know much about it but, i think moves the brick in the direction that the Attachment is facing.
Part = script.Parent
local attach = Instance.new("Attachment")
attach.Parent = Part
VectorForce= Part.VectorForce
VectorForce.Attachment0 = attach
VectorForce.ApplyAtCenterOfMass = true
VectorForce.RelativeTo = "Attachment0"
VectorForce.Force = Vector3.new(500,0,0) --If this does not work make the number higher.