Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.28 KB

File metadata and controls

26 lines (22 loc) · 1.28 KB

map-scripts

A collection of Roblox Lua scripts for making maps for the Roblox Bhop / Surf game. Submissions to this repository are welcome, see how to below.

⚠ Notice

This is not actively being worked on and has been temporarily been discontinued.

Discussions existence

For GitHub users, we have discussions enabled! If you don't know, it's basically a forum based around this repository!

How do I submit my script?

See the repository wiki

roblox-ts & Luau Support

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