Profile image

How do I disable a small rotator by pressing gear up?

28.6k Hiimakeplanes  2.4 years ago
  • Log in to leave a comment
  • Profile image

    @PlaneFlightX ok

    2.4 years ago
  • Profile image
    59.1k PlaneFlightX

    @Hiimakeplanes Oh, that's the clamp01. This code doesn't actually need it at all, so remove the clamp01 from the expression and make it (GearDown ? Yaw : 0).

    +1 2.4 years ago
  • Profile image

    @PlaneFlightX how do I use this for yaw? It only goes right with
    clamp01(GearDown ? Yaw : 0)

    2.4 years ago
  • Profile image
    59.1k PlaneFlightX

    clamp01(GearDown ? otherCode : 0)
    That's one way to do it. otherCode is whatever code you want to put in it.

    +1 2.4 years ago