Skip to content
download

GitHub Action

Setup Roblox Studio

v1.0.1 Latest version

Setup Roblox Studio

download

Setup Roblox Studio

Install Roblox Studio to use in your CI/CD workflow

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Roblox Studio

uses: DervexDev/setup-roblox-studio@v1.0.1

Learn more about this action in DervexDev/setup-roblox-studio

Choose a version

Setup Roblox Studio

This simple GitHub Action allows you to install Roblox Studio that you can use in your CI/CD workflow.

Supported OSes

Currently only macOS is supported for two reasons:

  • Windows runners are significantly slower so there is no reason to use them
  • Roblox Studio is not officially sported on Linux

Authentication

To use Roblox Studio you still have to log in. You can do that by providing login and password inputs.

Warning

Login process is experimental and has one important drawback - you can't log in to the account with 2-step verification enabled.

Inputs

Name Default Description
login "" Your account username/email/phone
password "" Your account password
keep-open false Whether to keep Roblox Studio open after installation is complete