I want to know how to edit the Roblox backpack like how they do it in Rogue Lineage.
Are they re-creating a backpack system from scratch? or are they forking Roblox and just adding onto it?
I have tried forking but I couldnot find where. All I see was a Backpack module in the core gui on Roblox studio, but i dont know what calls it.
My guess is, they forked the script, set the coreguiEnabled property of the original backpack to false, edited their script to fit their purposes, and went from there.
Currently looking into this subject myself, and I want to mention that it’s unlikely considering how genuinely annoying making a custom backpack manager is.