_ __
____ ___ ____ _____ _______________(_)___ / /______
/ __ `__ \/ __ `/ __ \______/ ___/ ___/ ___/ / __ \/ __/ ___/
/ / / / / / /_/ / /_/ /_____(__ ) /__/ / / / /_/ / /_(__ )
/_/ /_/ /_/\__,_/ .___/ /____/\___/_/ /_/ .___/\__/____/
/_/ /_/
Collection of Roblox Lua scripts for making maps for the Roblox Bhop / Surf game. Submissions to this repository are welcome, see how below.
For GitHub users, we have discussions enabled! If you don't know, it's basically a forum based around this repository!
See the repository wiki
Some developers might choose to use a roblox-ts environment and use the distributed/compiled lua. This is fully supported as you can submit a PR like the following:
maps/
└── {map_name}/
├── src/
│ └── *.ts
└── dist/
└── *.lua