Studio Download

Head to create.roblox.com/landing to download Roblox Studio!

You must verify to create public experiences!

Due to a recent Roblox update, there are new requirements in order to publish public experiences that other people can play:

  1. Have an ID-verified account OR
  2. Made a purchase on the platform using real currency/gift card since January 1st, 2025

You can read about these requirements here.


Studio Settings

The only major modifications to Studio’s settings I make is the script editor theme. You can leave most other settings for Studio untouched unless there’s something specific you’d like to change.

Roblox does not have any extensive documentation on every setting for Studio, but most settings are self-explanatory.

You can access all settings for Studio under File > Studio Settings or through the quick access shortcut Alt + S.

📜 Script Editor

If you like my script editor theme, below are my colors and other minor settings which you can access under File > Studio Settings > Script Editor.

Font

I use JetBrains Mono, which you can download here.

In Studio, you can select your font under Script Editor > General > Font and I use JetBrains Mono : 13pt, Normal

Settings

Here are some minor settings I have modified for Studio’s script editor.

SettingValueDescription
Show WhitespacetrueMakes the editor whitespace visible with small dots and arrows.
Enable Code-AssistfalseI do not recommend using any of the Code Assist features!
Auto-triggerfalse^
Enable Assistant Selection Tooltipsfalse^

Theme

Color SettingRGB Value
Text Color220, 220, 220
Background Color40, 40, 40
Selection Color0, 0, 0
Selection Background Color80, 130, 180
Operator Color146, 75, 0
Number Color60, 200, 200
String Color220, 125, 220
Comment Color140, 150, 130
Keyword Color220, 127, 64
Error Color220, 64, 64
Warning Color35, 120, 200
Information Color73, 77, 90
Hint Color51, 95, 255
Find Selection Background Color127, 110, 90
Matching Word Background Color70, 75, 50
Built-in Function Color225, 167, 63
Whitespace Color70, 75, 65
Current Line Highlight Color50, 50, 50
Debugger Current Line Color53, 55, 65
Debugger Error Line Color53, 55, 65
Local Method Color220, 220, 165
Local Property Color0, 156, 49
”nil” Color60, 200, 200
Bool Color60, 200, 200
”function” Color220, 127, 64
”local” Color220, 127, 64
”self” Color220, 127, 64
Luau Keyword Color225, 167, 63
Function Name Color220, 220, 165
TODO Color146, 75, 0
Script Ruler Color106, 111, 129
Script Bracket Color146, 75, 0
Type Color225, 167, 63
Documentation Code Block Background Color53, 55, 65
Menu Primary Text Color255, 255, 255
Menu Secondary Text Color106, 111, 129
Menu Selected Text Color255, 255, 255
Menu Item Background25, 26, 31
Selected Menu Item Background0, 39, 184
Script Editor Scrollbar Background25, 26, 31
Script Editor Scrollbar Handle188, 190, 200
Indentation Ruler Color106, 111, 129

🛠️ Beta Features

Throughout the course, we’ll be using multiple beta features.

All beta features can be toggled through Studio’s beta features window, under File > Beta Features.


AI Data Sharing

If you do not wish to share data with Roblox, such as the code you write, you can disable data sharing under your Roblox creator account.

You cannot opt out of AI training for assets you publish to the Roblox creator marketplace that are free.

Read this article for more information.