rojo-rbx / run-in-roblox

Run a place, model, or individual script inside Roblox Studio, integrating with command line tools
MIT License
53 stars 22 forks source link

Implemented optional parameters for universe/place-id #25

Open Nexure opened 2 years ago

Nexure commented 2 years ago

This PR implements the ability to specify what place you want to open in studio, and if no place is specified it'll open up the default baseplate. As well as implements the ability to specify extra parameters to pass extra parameters to studio (in rust), which can allow for additional functionality if need be.

Resolves: #24 #22