How do I give a player a tool using scripts?

I know this seems ridiculous, but recently I have found that putting a tool inside of the player character from ReplicatedStorage does not move the tool to the player’s hand, but rather just moves the handle. I have tried using PivotTo but that causes the handle to become rotated incorrectly.
If anyone knows how to fix this, it would be greatly appreciated!

You can use Humanoid:EquipTool function to equip the tool properly.

1 Like

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