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:
- Have an ID-verified account OR
- 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.
| Setting | Value | Description |
|---|---|---|
| Show Whitespace | true | Makes the editor whitespace visible with small dots and arrows. |
| Enable Code-Assist | false | I do not recommend using any of the Code Assist features! |
| Auto-trigger | false | ^ |
| Enable Assistant Selection Tooltips | false | ^ |
Theme
| Color Setting | RGB Value | |
|---|---|---|
| Text Color | 220, 220, 220 | |
| Background Color | 40, 40, 40 | |
| Selection Color | 0, 0, 0 | |
| Selection Background Color | 80, 130, 180 | |
| Operator Color | 146, 75, 0 | |
| Number Color | 60, 200, 200 | |
| String Color | 220, 125, 220 | |
| Comment Color | 140, 150, 130 | |
| Keyword Color | 220, 127, 64 | |
| Error Color | 220, 64, 64 | |
| Warning Color | 35, 120, 200 | |
| Information Color | 73, 77, 90 | |
| Hint Color | 51, 95, 255 | |
| Find Selection Background Color | 127, 110, 90 | |
| Matching Word Background Color | 70, 75, 50 | |
| Built-in Function Color | 225, 167, 63 | |
| Whitespace Color | 70, 75, 65 | |
| Current Line Highlight Color | 50, 50, 50 | |
| Debugger Current Line Color | 53, 55, 65 | |
| Debugger Error Line Color | 53, 55, 65 | |
| Local Method Color | 220, 220, 165 | |
| Local Property Color | 0, 156, 49 | |
| ”nil” Color | 60, 200, 200 | |
| Bool Color | 60, 200, 200 | |
| ”function” Color | 220, 127, 64 | |
| ”local” Color | 220, 127, 64 | |
| ”self” Color | 220, 127, 64 | |
| Luau Keyword Color | 225, 167, 63 | |
| Function Name Color | 220, 220, 165 | |
| TODO Color | 146, 75, 0 | |
| Script Ruler Color | 106, 111, 129 | |
| Script Bracket Color | 146, 75, 0 | |
| Type Color | 225, 167, 63 | |
| Documentation Code Block Background Color | 53, 55, 65 | |
| Menu Primary Text Color | 255, 255, 255 | |
| Menu Secondary Text Color | 106, 111, 129 | |
| Menu Selected Text Color | 255, 255, 255 | |
| Menu Item Background | 25, 26, 31 | |
| Selected Menu Item Background | 0, 39, 184 | |
| Script Editor Scrollbar Background | 25, 26, 31 | |
| Script Editor Scrollbar Handle | 188, 190, 200 | |
| Indentation Ruler Color | 106, 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.