I searched up this topic, in some posts they talk about CoreUI, tho I enabled it, i don’t see any “Modules” folder or similar. In others, they told me to fork the backpack module, but how? I just can’t figure out what they mean by “fork it”. Do I need to just add a module script into player scripts?
They probably asked you to make your own backpack system instead of relying on the default Roblox tool/inventory behavior. What you can do is disable the backpack system through game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
and then write your own backpack system that matches your needs. Additionally you can also try to find backpack-related core scripts online, in github or in your core scripts folder in your computer, modify them, and insert them in studio as regular modules you can edit(not under CoreGui).
Also the following sources may be of interest:
you can probably find more sources online.
The only way: Satchel // Open-source modern backpack system
That works i guess, i will edit it tho. Thanks
Another thing, if you’re looking for something closer to the CoreGui, consider using Purse which is a sub project of Satchel.