Start typing to search packages!
astrax
By @averyark
Roblox
MirroredAstrax
Contributors
Dependencies
Knit
Knit orientates core game logic around services and controllers, allowing us to inherit cleaner organization across codebases and easier maintainability.
Documentation
Janitor
Light-weight, flexible object for cleaning up connections, instances, or anything. This implementation covers all use cases, as it doesn't force you to rely on naive typechecking to guess how an instance should be cleaned up. Instead, the developer may specify any behavior for any object.
Documentation
ProfileService
ProfileService is a stand-alone ModuleScript that specialises in loading and auto-saving DataStore profiles. ProfileService does not give you any data getter or setter functions. It gives you the freedom to write your own data interface. Low resource footprint, no excessive type checking. It is great for 100+ player servers. ProfileService automatically spreads the DataStore API calls evenly within the auto-save loop timeframe.
Documentation
Promise
Promises model asynchronous operations in a way that makes them delightful to work with. The library includes many utility functions beyond the basic functionality. Promises support cancellation, which allows you to prematurely stop an async task.
Documentation
t
t is a module which allows you to create type definitions to check values against. When building large systems, it can often be difficult to find type mismatch bugs. Typechecking helps you ensure that your functions are recieving the appropriate types for their arguments.
Documentation
BoatTween
BoatTween offers 32 easing styles (compared to Roblox’s 11) and they all have the 3 easing directions as well, allowing you to find exactly the tween timing you desire. It covers serveral TweenService insufficiency and brings more API to the table.The util module offers a fast tween method using BoatTweenutilities.tween.instance(instance, properties, duration, easingStyle,easingDirection)
Cmdr
Cmdr is a fully extensible and type safe command console for Roblox developers. It offers great for admin commands, but does much more. Intelligent autocompletion and instant validation. Run commands programmatically on behalf of the local user. Embedded commands: dynamically use the output of an inner command when running a command.
Documentation
TestEZ
TestEZ is a BDD-style testing framework for Roblox Lua. It provides an API that can run all of your tests with a single method call as well as a more granular API that exposes each step of the pipeline.
Documentation
Matter
Matter is a pure ECS library with fast archetypical entity storage, automatic system scheduling, and a slick API featuring topologically-aware state. Matter empowers users to build games that are extensible, performant, and easy to debug.
Documentation
Package Details
Install command (Click to copy)
Version
0.4.1
License
MIT
Safe for commercial use
Automated license review — not legal advice.
