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?
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?
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 adddamperMultiplier
to thejoint Rotator
section and set it to something like10000
. Tweak this number to fit your need.Is it an AEWAC that you are making?
Simplest solution:
Set the
max
of the rotator'sinputController
to1E+15
and have it be perpetually active withActivate8
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.
@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
sum(X)
X
- The speed at which you want the rotator to spin.or
sum(clamp01(Act))
Act
- Rotating Activation.