Profile image

I need help for a FunkyTrees thing

122 jessiemp  2.5 years ago

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 :)

  • Log in to leave a comment
  • Profile image

    @jessiemp No problem!

    2.5 years ago
  • Profile image
    122 jessiemp

    @TheFlightGuySP Works like a charm, thanks!

    2.5 years ago
  • Profile image

    @jessiemp Reduce the "0.05" number to something smaller. The smaller the number, the less sensitive it is.

    +1 2.5 years ago
  • Profile image
    122 jessiemp

    @TheFlightGuySP That one makes the rotator all wonky and erratic

    2.5 years ago
  • Profile image

    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.

    +1 2.5 years ago