Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rsource-open-source/map-scripts
- Owner: rsource-open-source
- License: unlicense
- Created: 2021-09-28T20:21:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T00:43:00.000Z (over 2 years ago)
- Last Synced: 2023-03-03T21:32:39.266Z (over 1 year ago)
- Topics: lua, luau, roblox, roblox-studio, roblox-ts, strafesnet, typescript
- Language: Lua
- Homepage: https://rsource.community/scripts
- Size: 139 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```