Satchel // Open-source modern backpack system

Loving satchel so far, clean, and really nice. Would defo recommend this over the default roblox backpack. (I just switched over to Satchel, from using the default backpack)

Just something i’d like to make clear is that the functions are Satchel.Satchel (yes that is correct) I was struggling a bit and then saw that I had to do this:

local player = game.Players.LocalPlayer
local playerScripts = player:WaitForChild("PlayerScripts")
local satchel = require(playerScripts:WaitForChild("Satchel"):WaitForChild("Satchel"))
satchel:SetBackpackEnabled(false) -- or do whatever you want here