How can I make a tool Re-Appear if Destroyed?

I was working on an item, I tested It in many ways and it’s pretty solid, however, when I reset, I found out that I was unable to grab the tool again (Because of the way I set things up).

Is there a way to fire an event whenever someone who has the tool dies in order to make it re-appear?

1 Like

If it’s a regular tool you can clone the tool into the player’s StarterGear.

2 Likes

You can use humanoid.Died and parent it back again

2 Likes

Where’s your code? Surely if you provide it we can help you

1 Like