Profile image

Aero Drag detection is broken, any way to fix it? (SOLVED)

148 TeraCotaYT  4.7 years ago

Aero Drag detection is broken. If i mirror the plane, one the same part will create more drag on the left side than the right side. Any way do fix this issue? What causes it? Screenshot here: https://imgur.com/a/YKwlm9R

  • Log in to leave a comment
  • Profile image

    @IStoleYourMeme Thank you, it helped.

    4.7 years ago
  • Profile image

    You can use Overload to adjust the drag of individual parts. Look for properties “dragScale” and “calculateDrag”. To make them even it’s easiest to just disable the drag on them.
    dragScale scales the drag on the part and nothing else.
    calculateDrag removes the part from drag calculation completely. If calculateDrag = false, a part behind it will have drag as if the drag disabled part isn’t there.

    4.7 years ago