Purse is a fork of the default Roblox backpack decoupled from the CoreGui, allowing developers access to APIs that were previously unavailable and allowing for code modifications.
You can play the Purse Demo on Roblox to try out Purse before using it. The place is uncopylocked so you can access an editable copy of the experience.
It does if you’re willing to read through and edit the source code. There is no easily changeable attribute, and you will need some scripting experience to be able to do so.
Minor bug fixes and quality of life improvements, including more robust topbar icon logic, built-in attribution notice, CoreGui conflict warning, and more.
Purse’s documentation has been updated to include a new page on the performance impact of Purse. Performance is an essential metric for experiences, and Purse aims to be fast and accessible to as many people as possible across devices.
They’ve been several improvements made recently to the continuous integration (CI) workflow including the addition of nightly builds. Download the archived .rbxm and .rbxmx artifacts of the latest development builds from GitHub. Previously build artifacts were only uploaded during release but now are included whenever there is a push to the base branch.
To download the latest development build, open the CI workflow and you will be able to download builds as a artifact. Note that these builds are non-production ready and not tested.
This is great!
Would you plan to add methods to re-order items in the hotbar? Maybe like a “SetHotbar({tool1, tool2, tool3})” type of deal. It’d be really useful!
Unfortunately, that is out of scope for Purse. Purse is supposed to be as close to the CoreGui backpack as possible, with no added features. You can read more about Purse’s philosophy.
Purse’s Figma design files are now public. These files are used to create documentation for Purse and thumbnails, such as for the Creator Store or Roblox experience. The files include the topbar, hotbar, and inventory.
Enables strict type checking and migrates to a custom fork of TopbarPlus built for stability. Script Analysis no longer gives any warnings for Purse or dependencies.