How to make players grab other players?

Hello guys,i wonder how to make a player grab other player?like make them weld together.i tried WeldConstrction but the effect isnt good.

2 Likes

You might try with a script that repeatedly sets the grabbed player’s CFrame to the grabbing player’s hand’s CFrame with a loop. I suggest you disable CanCollide for the grabbed player’s character to avoid collision issues. Alternatively you can achieve the same result with no collision constraints between the two players’ characters.

1 Like

You want to use an AlignPosition with Rigidity set to true. This keeps the parts together like a weld, but prevents the grabbed player from slowing down the attacker.

If the player moves fast while grabbing, or it lasts a while, you could also make a rig that mimics the apperance of the grabbed player (while the original is made invisible) and delete the rig once the grab ends.

2 Likes

Thank u!It helps a lot to me,now i only need to adjust some details to make it more smooth.

Thanks!with this respond i successfully made it,Thanks u very much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.