Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).