Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/roblox-simple-battle-royale
Simple battle royale game on Roblox
https://github.com/sonnguyen9800/roblox-simple-battle-royale
Last synced: 13 days ago
JSON representation
Simple battle royale game on Roblox
- Host: GitHub
- URL: https://github.com/sonnguyen9800/roblox-simple-battle-royale
- Owner: sonnguyen9800
- Created: 2022-04-02T14:23:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-04T15:10:09.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T06:54:35.439Z (3 months ago)
- Language: Lua
- Size: 880 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roblox-simple-battle-royale
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 6.2.0.## Getting Started
To build the place from scratch, use:```bash
rojo build -o "roblox-simple-battle-royale.rbxlx"
```Next, open `roblox-simple-battle-royale.rbxlx` in Roblox Studio and start the Rojo server:
```bash
rojo serve
```For more help, check out [the Rojo documentation](https://rojo.space/docs).