17 lines
374 B
Markdown
17 lines
374 B
Markdown
# rbxPlanetSteroids
|
|
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 7.4.4.
|
|
|
|
## Getting Started
|
|
To build the place from scratch, use:
|
|
|
|
```bash
|
|
rojo build -o "rbxPlanetSteroids.rbxlx"
|
|
```
|
|
|
|
Next, open `rbxPlanetSteroids.rbxlx` in Roblox Studio and start the Rojo server:
|
|
|
|
```bash
|
|
rojo serve
|
|
```
|
|
|
|
For more help, check out [the Rojo documentation](https://rojo.space/docs). |