Profile image

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

27.5k Hiimakeplanes  1.7 years ago
  • Log in to leave a comment
  • Profile image

    @PlaneFlightX ok

    1.7 years ago
  • Profile image
    49.3k 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 1.7 years ago
  • Profile image

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

    1.7 years ago
  • Profile image
    49.3k PlaneFlightX

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

    +1 1.7 years ago