I quit googling now its time to tell me...
But only the hinge rotators and rotator and pistons. Tho.
Can someone. Give me some XML codes
2,981 USELESS111MINION
3.4 years ago
I quit googling now its time to tell me...
But only the hinge rotators and rotator and pistons. Tho.
@PapaKernels thx
Delay on activation:
floor(smooth(clamp01(Activate1),1/X))
Delay on deactivation:
ceil(smooth(clamp01(Activate1),1/X))
Activate on ag group
Activatex x for number
Make rotators smother
damperMultiplier = 10000
Add multiple inputs for rotators
Input + (input/x)
the number of degrees that it's at divided by the x number, higher the number the less it moves (dont need the (input/x) if you are just using a normal input, no delay)
Delay for parachute
floor(smooth(
input
,1/delay))put it in activationGroup for input, and delay is self explanatory
Deactivate on ag
- Activate1
Make a radar sweep, time is customizable
clamp(pingpong(Time, 5)-1.05,-1,1)
.
Just a few for ya!