ROpen is a cli tool to launch Roblox Studio for a specific place in the game
There are pre-built versions of ropen under the releases page available for direct downloads.
When using Rokit, install ROpen with the command:
rokit add Barocena/ROpenropen init to generate a ropen.yaml file
ropen GameName/PlaceName to open a place under the given game with studio
ropen to select the game and place to launch with an interactive picker
ropen.yaml is manifest file for the places.
the template of this file is
Crossroads:
UniverseId: 13058 # required
Lobby: 1818 # place id
Arena: 1818 # place idthis file can be anywhere in the project,
ROpen manifest file can be synced with rojo so it is possible to use this file as environment manifest at runtime.
