Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rsource-open-source/map-scripts

📖 Collection of Roblox scripts for making maps for the Roblox Bhop / Surf games.
https://github.com/rsource-open-source/map-scripts

lua luau roblox roblox-studio roblox-ts strafesnet typescript

Last synced: 4 days ago
JSON representation

📖 Collection of Roblox scripts for making maps for the Roblox Bhop / Surf games.

Awesome Lists containing this project

README

        

# 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](https://github.com/rsource-open-source/map-scripts/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](https://github.com/rsource-open-source/map-scripts/wiki)

## [roblox-ts](https://github.com/roblox-ts/roblox-ts) & [Luau](https://luau-lang.org/) 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](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) like the following:
```
maps/
└── {map_name}/
├── src/
│ └── *.ts
└── dist/
└── *.lua
```