Why its not working

Here is the code:

i want it to grab me and to come back stick me me but it grab me and comeback without me can someone help me pls

1 Like

It sounds like the WeldConstraint isn’t properly attaching your character to the grabber after the initial grab. Make sure that Part0 is correctly assigned to the grabber and Part1 to your torso, and check that both parts belong to the same physics assembly. Also, ensure the grabber is unanchored, and confirm that the welding occurs right before the return movement starts. If the issue persists, try adding a small delay before the grabber starts moving back to ensure the weld is properly established.

Please use the </> option to place your scripts. I’m too lazy to re-type that to test, in the studio.

1 Like

You need a loop lol

add while task.wait() do and add your if statement after it

and task.spawn or coroutine too so it continues