Profile image

FT for infinitely spinning rotator

18.5k AnomalyYeet  2.3 years ago

Anyone know the code and variable for this?

  • Log in to leave a comment
  • Profile image
    28.3k goboygo1

    Yeah, it goes in the input

    2.3 years ago
  • Profile image
    18.5k AnomalyYeet

    @goboygo1 Would that go into the input control.

    2.3 years ago
  • Profile image
    18.5k AnomalyYeet

    @goboygo1 Ok thx

    2.3 years ago
  • Profile image
    28.3k goboygo1

    sum(input * clamp01(Activate1))
    That should lock it when activation group one is off.

    2.3 years ago
  • Profile image
    18.5k AnomalyYeet

    @TheFlightGuySP Ok, I will try.

    2.3 years ago
  • Profile image

    @YEEEETplane I would assume giving the inputController an activation group would work.
    Other than that, I have no other solutions at the moment.

    2.3 years ago
  • Profile image
    18.5k AnomalyYeet

    @TheFlightGuySP It’s ok if you don’t but do you know how to start and stop the infinite cycle with a activate?

    2.3 years ago
  • Profile image
    18.5k AnomalyYeet

    @TheFlightGuySP Ok thx

    2.3 years ago
  • Profile image

    Typically using sum(input) will simulate infinite movement.

    2.3 years ago