Skip to content

mkargus/PartToTerrain

Repository files navigation

Part to Terrain is a Roblox plugin that allows users to convert parts into terrain.

Tools used

The plugin uses some third-party tools while developing:

  • Roact - Declarative UI library inspired by Facebook's React
  • BasicState - Key-value based state management library
  • Rojo - Syncs scripts into Roblox Studio.
  • Selene - Syntax checking and linter
  • Wally - Package manager for Roblox projects

Building the plugin

  1. Make sure you have installed Git, Wally, and Rojo in order to build the plugin. (If you want to use toolchains like Foreman, run foreman install)

  2. Clone the repo:

git clone https://github.com/mkargus/PartToTerrain.git
  1. Inside the project's root folder, you'll need to install the packages used for the plugin via Wally:
wally install
  1. To compile the plugin without the test scripts, run Rojo with this command:
rojo build -o PartToTerrain.rbxmx

Credits