Tool deletion after click

how would I make a tool disappear from hotbar after using the tool (click)

Put this in a serverscript inside of the tool

script.Parent.Activated:Connect(function()
      game:GetService("Debris"):AddItem(script.Parent,0)
end)

serverscript? you mean localscript?

No i mean the thing called ‘Script’

1 Like

You already asked this question back in November and it had a marked answer