Title says it all. Help? I tried a simple script.Parent:Destroy() but that did not work.
Put a ServerScript inside the tool. Put these lines inside it:
--Enter previous lines of code here function blarb() --You can call this function whatever you want :P script.Parent:Destroy() end script.Parent.Equipped:connect(blarb) --Change blarb to the name of function
Sorry if this is wrong. Again, it depends on the script and when it'll run, etc. Hopefully it works :3