I want to make my rotator activate when diving down
@scratch thanks il try that later
clamp01(PitchAngle < -70)
So if your pitch angle is less than 70 degrees, then the rotator will activate. The "clamp01()" is so the rotator won't activate when your pitch angle is more than 70 degrees.
@scratch thanks il try that later
clamp01(PitchAngle < -70)
So if your pitch angle is less than 70 degrees, then the rotator will activate. The "clamp01()" is so the rotator won't activate when your pitch angle is more than 70 degrees.