Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 778 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 778 Bytes

uStud

Purpose

This tool is made for the creation of stud maps. It has several uilities avaliable to help. For the time being, they are:

  1. Studder: Studs.
  2. Painter: Paints studs.

What is planned?

Go ahead and look in projects for the time being for what's planned next for the tool.

How to help?

Create an issue for the feature or problem you may have with the tool. Features should be discussed beforehand. However, bugfixes can have their PRs immediately made.

To generate the project

This tool uses Rojo.

To build the place from scratch, use:

rojo build -o "uStud.rbxlx"

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

rojo serve

For more help, check out the Rojo documentation.