So I'm working on a plane, and I kind of don't like how it turns so fast at high speeds. Is there a code in which a rotator with an input of pitch will disable once it reaches a certain speed? Thanks for answering :)
So I'm working on a plane, and I kind of don't like how it turns so fast at high speeds. Is there a code in which a rotator with an input of pitch will disable once it reaches a certain speed? Thanks for answering :)
@jessiemp No problem!
@TheFlightGuySP Works like a charm, thanks!
@jessiemp Reduce the "0.05" number to something smaller. The smaller the number, the less sensitive it is.
@TheFlightGuySP That one makes the rotator all wonky and erratic
Having a rotator disable after a certain speed might be too choppy. Try this:
Pitch-(PitchRate*0.05)
.You will probably need to change the number to adjust the sensitivity.