If you are looking to build a similar mechanic in Roblox Studio, you can implement a "grab and carry" system using these scripting principles:
: To prevent the weight of a carried character from slowing you down or causing you to trip, set the Massless property of every part of the carried player to true . Roblox Script - carry people simulator 3 | Grab...
Watch this tutorial to learn how to implement a beginner-friendly carry and throw system in your own game: If you are looking to build a similar
: Use E/Q keys to switch tools and press F to activate special abilities. : Use scripts to position the target character
: Set the carried player's Humanoid PlatformStand property to false to put them in a freefall state and disable their movement.
: Use scripts to position the target character in front of your own and use welds or constraints to hold them in place.