How can you unequip a tool using a script? Can you?
There's actually a handy method of the Humanoid
-- UnequipTools, that allows for all tools equipped at the time to be unequipped.
Once you obtain the player's Humanoid, just use it like so:
Humanoid:UnequipTools()