I am having a problem with the ROBLOX backpack GUI, as I no longer spawn with the tools in my backpack, nor can I equip them. Is anyone else having this problem? Is there a scripting workaround for this until it is fixed?
Wow i've been having the same problem! what i've realized is that it was working for me before but now it isn't. I found a fix, basically i had a local script that would make a tool and insert it into the backpack, but it wouldn't show up. There was no output or error so i figured out that if you add around a wait(3) before you even start the script, it should give the game enough time to load, due to the new roblox update, it now takes longer to load and runs your scripts before your character's backpack is even loaded! Hope it helps, it worked for me.
If you put the tools in StarterPack they clone into your backpack each time you spawn. I have a feeling you didn't put them there. Am I right?