mkargus / PartToTerrain

Roblox plugin that allows parts to turn into terrain.

Home Page:https://roblox.com/library/261634767/Part-to-Terrain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Roblox plugin that allows parts to turn into terrain.

https://roblox.com/library/261634767/Part-to-Terrain

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%