Profile image

How do you make parts rotate indefinitely?

8,024 SimpleCreate  2 months ago

How do you make it using a rotator? Trust me this is for a great build. I knew the code but I forgot it. Can somone pls tell me?

  • Log in to leave a comment
  • Profile image
    7,334 overlord5453

    Use sum(Throttle) * 1
    1 is the speed at which the rotator will spin. Set it Lower for higher speed higher for lower speed. You can add damperMultiplier to the joint Rotator section and set it to something like 10000. Tweak this number to fit your need.
    Is it an AEWAC that you are making?

    +1 2 months ago
  • Profile image
    43.7k ShinyGemsBro

    Simplest solution:
    Set the max of the rotator's inputController to 1E+15 and have it be perpetually active with Activate8 assuming you don't have that AG set to something else.
    .
    And make the rotator either really heavy or have a really slow rotation speed to mitigate the tilt caused by spin.

    +2 2 months ago
  • Profile image
    8,024 SimpleCreate

    @SILVERPANZER doesn't work it acts like free spin also, I want it to have an input like throttle to make it spin. Thx for the help tho

    +1 2 months ago
  • Profile image
    52.9k SILVERPANZER

    sum(X)

    X - The speed at which you want the rotator to spin.

    or

    sum(clamp01(Act))

    Act - Rotating Activation.

    +1 2 months ago