A modern alternative to Roblox's default backpack. Satchel aims to be more customizable and easier to use than the default backpack while still having a "vanilla" feel.
[X] I have reviewed my code for any potential errors or issues.
[X] I have followed the code style guidelines for this project.
Additional Notes
Signal is far more performant than BindableEvents, which is why this replacement is happening.
Also, apologies if I haven't added the module correctly.
Just realized that this wouldn't be possible since I'm assuming you want users to be able to access events like StateChanged in their own scripts. Apologies.
Description
Improved signalling
Changes Made
Replaced BindableEvents with a Signal module
Checklist
Additional Notes
Signal is far more performant than BindableEvents, which is why this replacement is happening. Also, apologies if I haven't added the module correctly.
Source: https://devforum.roblox.com/t/lua-signal-class-comparison-optimal-goodsignal-class/1387063
Code of Conduct
By submitting this issue, I agree to follow the Code of Conduct.