Disable giving tools on respawn

When a tool is in StarterPack and the gets deleted, it will respawn with the player back in StarterPack. How can I disable this?

Dont put tools in StarterPack? Create a script that gives tools manually with CharacterAdded events.

https://developer.roblox.com/en-us/api-reference/class/Player#characteradded-model-character-

1 Like

If it’s in StarterPack, you can delete the tool from StarterGear in the Player instance when the Humanoid died, this will stop the tool from being given on respawn.