"Grab" a player ability

i have made an ability with a hitbox that can onlyt grab one player at a time, how would i make the actual grab? i want the second player to be stuck to the first players right hand, how can i move the second player to the right hand position then make him be like glued to it?

1 Like

I’d Approach it by welding and positioning the target player to the grabbing players hand. Then disable walkspeed(set it to 0) and disable jumping for the target player until they are freed.

You gotta change Network Ownership over second’s player body parts to the First player, then back to second one.