The tool is not working when a Character died

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I made an custom inventory system so the player can store their tool inside of it

  1. What is the issue? Include screenshots / videos if possible!
    When the Player/ Character died, the tool from the other folder (inventory system that I made) will not work when the player respawn.
    robloxapp-20210815-2048337 (This is the link to the video that shows it not working.)

  2. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    (I don’t know how to put this in a different way).

PS: No errors showing in my script

This is the link of the game Skill test - Roblox?

1 Like

Give us the script for tool and inventory .

Done but there is no uncommon script for the tool that about equiping or unequipping :slight_smile:. It’s just, when a character died all tools from its inventory will not work anymore.

Uncheck resetonspawn on the inventory gui:

image

1 Like

I Just figured out why hehe, It is because I change the parent of the tool using local script. Thanks for the answer :slight_smile:

1 Like