I'm making a game with a gun that only has 1 bullet so I want the tool to be deleted in about 2 seconds. How would I make something like this?
Howdy!
Normally, the Community Guidelines prohibit a question like this but because the request is simplistic and easy - I'll just answer it for you. However, I ask that you review these guidelines.
script.Parent.Activated:Connect(function() script.Parent:Destroy() end)