This is really making me mad. I want to make it so players can't drop their tools. When CanBeDropped is true, players can drop tools and they'll drop onto the workspace, and Unequipped is triggered. When it's off, the same thing happens except weapons this time DON'T drop onto the workspace.
How do I just cut the rubbish and make it so you CANNOT drop tools at all?
I've given Tools this:
script.Parent.Unequipped:connect(function() wait() if script.Parent.Parent.Parent.Parent:FindFirstChild("Humanoid") then script.Parent.Parent.Parent.Parent.Humanoid:EquipTool(script.Parent) end end)
And it works, but it sometimes breaks and after a while, tools become invisible.
http://prntscr.com/clnvin
Just un-tick the box and it should work.