Thanks, for anyone with the same problem in the future:
Create a variable which sets itself to the current angle every X seconds (currentAngle)
Then, every tick, add the following to a second variable (deltaAngle ):
angle(0,0,cos(currentAngle-Object.Angle),sin(currentAngle-Object.Angle))