Profile image

How to delay rotators for a custom landing gear?

2,663 GiuliMBorgesYT  9 months ago

How do I make the doors' rotators "wait" for the gear before closing?

  • Log in to leave a comment
  • Profile image

    @XxRxX what I'm saying is that they DO open with a delay

    9 months ago
  • Profile image
    1,561 XxRxX

    @GiuliMBorgesYT oh yeah
    I forgot about that
    Well what i do is i lower landing gear speed to 20 or 30 and increase the doors speed to higher value
    When it's closing i add long delay like 8 to 10s to let landing gear close first
    When opening the door as you saw opens with no delay and quick so they don't clip through each other
    I say just play with numbers and balances them
    Or wait for others to give you a better code
    Good luck

    9 months ago
  • Profile image

    @XxRxX This only works when closing the doors. When opening them, the gear goes first, then the doors. What do I do?

    9 months ago
  • Profile image

    Look at my SP-34, I think it's there

    9 months ago
  • Profile image
    1,561 XxRxX

    This is what I use
    floor(smooth(LandingGear, 1/8))
    Change 1/8 to any number
    I think this gives it 8s delay before activating it
    1/2 will delay 2s

    +3 9 months ago