Atlas is a rbxts library designed to help eliminate the repetitive aspects of Roblox Development.
Documentation can be found in the docs directory.
- Begin by installing Roblox-TS.
- Next, use npm to install Atlas and it's dependencies.
npm install @rbxts/atlas
Once installation is complete, import packages to get started.
import { <module> } from "@rbxts/atlas"
- @rbxts/net (2.1.3) <--- NetMap will fail if not using this version!!
- @rbxts/services
- @rbxts/signal
- @rbxts/string-utils
Want to contribute?
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Written with ❤️️ by @surfdev7.