Ragdoll Hit.github πŸ”” 🌟

void Update() { // Apply a force to the character when the spacebar is pressed if (Input.GetKeyDown(KeyCode.Space)) { ApplyHitForce(); } }