Tool Snagging on Walk

Hi everyone,

I’ve been working on a new game for the past few days and development has been going really well. Unfortunately I’ve recently run into an issue where tools randomly snag and jerk the players movement towards one specific direction.


^^ Throughout the video I’ve only pressed the keys required to move left and right

If anyone knows why this may be happening, please let me know.

Edit: It seems this issue only occurs when I am on terrain.

Thank you,
Wyatt

1 Like

Try disabling collision on all the tool BaseParts (set CanCollide to false on all parts within the tool).

You can also try setting all the BaseParts Massless value to true.

2 Likes

Setting the parts to massless seemed to do the trick. Thanks so much!

1 Like