Is there a way to make one rotator have two different inputs? I first tried Brake, Activate5 but it just disables both inputs.
Is there a way to make one rotator have two different inputs? I first tried Brake, Activate5 but it just disables both inputs.
@HuskyDynamics01 thanks! I think the first one is what I'll use
There's a few ways to do this, but the simplest would be
Brake|Activate5
(that's the vertical bar character, not a lowercase L).clamp01(Brake + Activate5)
is another way to do this, but it behaves a little differently.