Source code for Aimbot. This game was generated using Nevermore's CLI.
This game uses the following tools
- Git - Source control manager
- Roblox studio - IDE
- Aftman - Toolchain manager
- Rojo - Build system (syncs into Studio)
- Selene - Linter
- npm - Package manager
- Nevermore - Packages
To build the game, you want to do the following
- Run
npm installin a terminal of your choice - Run
rojo serveto serve the code
To add new packages you can run npm install @quenty/package-name or whatever the package you want.