What I think you need are objects on the end of the belt, when the blue object hits those then you would get the blue object to rotate.
My advice code wise would be to do this:
- If object is colliding with Turning Point
-- Stop object
-- Rotate object by 2 degrees
-- Once object is at the right angle, let it carry on moving again