How to prevent ragdoll parts from stretching apart?

@boombyte I was able to get really good results by making a loop with a short delay and then multiplying the impulse by the loop index so the power comes on slowly. (still happens in .2 sec but a lot slower than instant.) The standard “for loop” doesn’t handle delays so I made a slightly modified one that has a second input I can hit after the delay.

here is the Add Impulse loop part

and this is the modified for loop, I went into the standard macros bp and duplicated the ‘for loop’ called it ‘loopy’. Just make a new input type Exec and connect it directly to the assign at the bottom then delete the sequencer and make true = loop body and false = completed I tried to mark my changes.

Hope this helps