17 lines
469 B
Markdown
17 lines
469 B
Markdown
|
|
# rbxcompiler
|
|
Builder and uploader for roblox models/places.
|
|
|
|
|
|
|
|
# Setup
|
|
Provide your CI username and login to the prompt if you're using docker:
|
|
|
|
docker login registry.itzana.me
|
|
|
|
Add the following line to your startup environment file (.bashrc, .zshrc, etc...).
|
|
|
|
export RBXCOOKIE="[roblox cookie]"
|
|
|
|
Your Roblox cookie is from your browser and is called .ROBLOSECURITY. Only the value portion is required usually starting with `_|WARNING:-DO-NOT-SHARE-THIS`.
|