Hi there I wanted to make a gun script that randomized the guns going into the players backpack and it worked perfectly but now that I disable the backpack it doesn’t work of course. I read about all I have to do is instead of putting the “gun” into the backpack teleport it a stud above the players head and it would work fine.
I don’t know how to do that.
Code:
the tool isnt being equiped because the backpack doesnt exist so instead of putting the gun in the backpack teleport it above the players head so they pick it up
This is not a practical solution, use Humanoid:EquipTool Instead to equip the Tool. When you disable the backpack CoreGui it only Disables the Gui not the actual Backpack.