Skip to content

rsource-open-source/map-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

97 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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