Looking for a fully working 2014 backpack gui

backpacklol
It’s like the most important part for my project and I can’t find it anywhere. Can someone help pls

You are just going to have to make it yourself. If you want someone else to make it, you can hire them in #collaboration:recruitment , otherwise, it is just a bit of scripting and design. You can’t revert the roblox backpack to the old one, but you can disable the old backpack, with something like

game.Players.LocalPlayer.PlayerGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

From there, you just have to design your backpack system. You can search the toolbox or web for countless tool systems, which yo just have to desing to make your own. Best of luck!

Do you need this?

that is 2015 backpack but thanks for the help :slight_smile: