Tools not existing in Custom Hotbar

  1. What do you want to achieve? I want a custom hot-bar that whenever you pick up an item the item will show in it and you’ll be able to use and equip it.

  2. What is the issue? I can pick up items via pressing E but when I do they don’t show up in any hot-bar, including Roblox’s default one and I can’t equip them. I think it’s because I’m combining two different tutorials on YouTube.

  3. What solutions have you tried so far? I tried looking for similar problems on the hub but couldn’t find any. I’m thinking it has something to do with getting rid of the core backpack GUI but I don’t know where to start.

Here’s my item pick up/equip script, It’s the two different ones combined

If it’s more likely an issue in my Hotbar script I can provide the code for that too, it’s just a bit lengthy.

1 Like

I’m not aware of Humanoid:EquipTools. You also say that parent ~= char but you parent it to the backpack so I’m not sure what the intended behavior is.