Tool teleport me to the last equipped position

For some reason when the tool is first equipped it goes to its world position then it goes to the last equipped position. Everything within the tool is unanchored. What is causing this problem?

I also used this to create the animations but this has never happened to me for other tools

My guess is that one of the parts in the tool that you are equipping has a higher priority as a root part than any of the parts in your character. I don’t know the detials on this, but some things to try:

  • Give your character a HumanoidRootPart
  • Set the character model a PrimaryPart

It would be good to double check to see if this is a problem with the tool on other characters or just your custom character.

1 Like

Check if all the parts in the tools are CanCollide off and Massless true

3 Likes