Can't get actor to move and rotate.

I’m trying to make a buzzsaw that rotates and moves at the same time but when I run the game it moves in a circular motion instead of a straight line. Does anyone know what to do to make it rotate but still move in a straight line?

Hi kyle_ren4,

It should be possible to SetRelativeRotation() and then SetActorLocation() to achieve that.