Tool disappears on UnEquip

Hello.

I am having a very strange issue; When I get a tool, I can equip it just fine. But when I unequip it, it disappears from the player’s backpack. I have not added any script to do that, but for some reason it happens. It worked fine before, but all of a sudden it just does this strange thing.

Also, after the tool has been removed from the backpack, and I try to give the player another tool, it won’t give it to him.

I don’t know if this is happening to others, but I need a fix to this…

Thank you.

EDIT: I checked to see if the player still has the tool in the backpack, and he does. It doesn’t show though?

image

image

I tried doing StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true) yet it still did not show. :confused:

What does your code look like?

So, Try renaming the player “Backpack” Value, it might causing the error

1 Like

Try searching all the scripts in your game. (Shortcut - CTRL+SHIFT+F) and search for things that could be causing this, such as:

Enum.CoreGuiType.Backpack
:Destroy()
:IsA(“Tool”)
.Parent = nil
:ClearAllChildren()

If that doesn’t help, try turning off your plugins.

Yes, thank you. My mistake. :slight_smile: