I don’t want to create a fully new custom inventory. I am using Satchel to customize the look of it but I also want to add custom buttons to the sides and top of the invetory as to filter out items by their type (which could be defined in-game scripts).
This is how the default Backpack is with the use of Satchel:
I also want to know how to customize the text color to be rainbow, pink, etc.
Anyone how to do something like this? I don’t think this is a fully custom because it supports dragging and dropping like the default Roblox system
I hope you’re aware that the bottom screenshot appears to be a completely handmade and manually scripted UI, but it’s similar to Satchel, so it could be a Satchel customization.
Satchel is not a core script, they took the backpack core script, and turned it into a module script with modifications I think. The backpack core script is a plain lua script (no react lua or whatever), so forking it isn’t too hard
So, considering this, yes you can do this without remaking an inventory from scratch, however, that might require some modifications of Satchel itself