hyphena / creating-with-module-scripts

Reimplementation of the second module scripts tutorial using rojo

Home Page:https://create.roblox.com/docs/tutorials/fundamentals/coding-6/creating-with-module-scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating with Module Scripts

Using module scripts to create an event system that allows players to unlock chests using keys. Mainly trying to understand how module scripts are structured and how to manage scripts and parts in folders via rojo syncing.

A featureless green field with three chests and matching keys alongside a grey spawn.

Generated by Rojo 7.4.1.

Getting Started

To build from scratch, use:

rojo build -o "build.rbxlx"

Next, open build.rbxlx in Roblox Studio and start the Rojo server:

rojo serve

For more help, check out the Rojo documentation.