An open API service indexing awesome lists of open source software.

https://github.com/ryanlua/purse

CoreGui decoupled version of the upstream Roblox default backpack
https://github.com/ryanlua/purse

backpack inventory lua luau roblox works-with-codespaces

Last synced: 17 days ago
JSON representation

CoreGui decoupled version of the upstream Roblox default backpack

Awesome Lists containing this project

README

          





Purse

[![CI](https://github.com/ryanlua/purse/actions/workflows/ci.yml/badge.svg)](https://github.com/ryanlua/purse/actions/workflows/ci.yml)
[![GitHub Release](https://img.shields.io/github/v/release/ryanlua/purse)](https://github.com/ryanlua/purse/releases)
[![Docs](https://img.shields.io/badge/docs-website-green)](https://purse.luau.page/)
[![Demo](https://img.shields.io/badge/demo-experience-blue)](https://www.roblox.com/games/106146309450120)
[![Discord](https://discord.com/api/guilds/1162303282002272359/widget.png)](https://discord.gg/N2KEnHzrsW)
[![Mentioned in Awesome Roblox](https://awesome.re/mentioned-badge.svg)](https://github.com/awesome-roblox/awesome-roblox)

Purse is a fork of the [default Roblox backpack](https://github.com/Roblox/Core-Scripts/blob/master/CoreScriptsRoot/Modules/BackpackScript.lua) decoupled from the CoreGui, allowing developers access to APIs that were previously unavailable and allowing for code modifications.

![Screenshot of Purse](docs/assets/screenshot.png)

For more information, see the [documentation](https://purse.luau.page/).

## Upstream Repo

Mirroring `829cb13cc98870ddbcf4ba6bd48b774a87ae549f` on the [Roblox Client Tracker](https://github.com/MaximumADHD/Roblox-Client-Tracker).

> https://github.com/MaximumADHD/Roblox-Client-Tracker/blob/829cb13cc98870ddbcf4ba6bd48b774a87ae549f/scripts/CoreScripts/Modules/BackpackScript.lua

## License

Purse is available under the Apache 2.0 license. See [LICENSE.md](LICENSE.md) for details.