script.Parent.AlignPosition.Position = script.Parent.Position
while true do
script.Parent.AlignPosition.Position = script.Parent.Position + Vector3.new(0,0,1)
wait()
end
GFink is correct, changing the AlignPosition property of what it is relative too should let vector3.new(0,0,-1) be the direction its facing. (Look vectors are negative)