Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Make tool disappear after use?

Asked by 4 years ago
Edited 4 years ago

How would I make a tool disappear from someones inventory after they use it once? For example, I want them to drink a soda that will temporarily make them faster, but need it to disappear after use.

0
use the line: script.Parent:Destroy() after they click aipiox123 1 — 4y

1 answer

Log in to vote
0
Answered by
EDLLT 146
4 years ago

There you go bud Put this at the end of the script of the tool

script.Parent:Destroy()
Ad

Answer this question