Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonnguyen9800/roblox-test-script-01
A repo to test Roblox feature, includes: RemoteFunction & RemoteEvent; BindableFunction & BindableEvent; ModuleScript, etc.
https://github.com/sonnguyen9800/roblox-test-script-01
Last synced: 1 day ago
JSON representation
A repo to test Roblox feature, includes: RemoteFunction & RemoteEvent; BindableFunction & BindableEvent; ModuleScript, etc.
- Host: GitHub
- URL: https://github.com/sonnguyen9800/roblox-test-script-01
- Owner: sonnguyen9800
- Created: 2022-03-19T09:44:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T09:45:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-18T06:54:34.043Z (2 months ago)
- Language: Lua
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chapter 4 from the book by Zander Brumbaugh - Coding Roblox Games Made Easy (2021)
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 "Chapter4.rbxlx"
```Next, open `Chapter4.rbxlx` in Roblox Studio and start the Rojo server:
```bash
rojo serve
```For more help, check out [the Rojo documentation](https://rojo.space/docs).