Reference API Roblox

Engine API

Website

Related

Reference API Roblox

Studio

This class is not replicated. Its interface does not cross the network boundary.
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Tags: [NotCreatable, Service, NotReplicated]

Member index 161

HistoryMember
553"TODO" Color: Color3
553"function" Color: Color3
553"local" Color: Color3
553"nil" Color: Color3
553"self" Color: Color3
643ActionOnStopSync: ActionOnStopSync
553Active Color: Color3
553Active Hover Over Color: Color3
553Always Save Script Changes: bool
553Animate Hover Over: bool
553Auto Clean Empty Line: bool
553Auto Closing Brackets: bool
553Auto Closing Quotes: bool
563Auto Delete Closing Brackets and Quotes: bool
553Auto Indent Rule: AutoIndentRule
553Auto-Recovery Enabled: bool
553Auto-Recovery Interval (Minutes): int
576Automatically trigger AI Code Completion: bool
553Background Color: Color3
553Basic Objects Display Mode: ListDisplayMode
553Bool Color: Color3
553Bracket Color: Color3
553Built-in Function Color: Color3
553Camera Mouse Wheel Speed: float
553Camera Pan Speed: float
553Camera Shift Speed: float
553Camera Speed: float
597Camera Speed Adjust Binding: CameraSpeedAdjustBinding
553Camera Zoom to Mouse Position: bool
591CameraAdaptiveSpeed: bool
591CameraTweenFocus: bool
553Clear Output On Start: bool
553CommandBarLocalState: bool
553Comment Color: Color3
553Current Line Highlight Color: Color3
553Debugger Current Line Color: Color3
553Debugger Error Line Color: Color3
553DefaultScriptFileDir: QDir
553DeprecatedObjectsShown: bool
553DisplayLanguage: string
611DraggerActiveColor: Color3
611DraggerMajorGridIncrement: int
611DraggerMaxSoftSnaps: int
611DraggerPassiveColor: Color3
611DraggerShowHoverRuler: bool
611DraggerShowMeasurement: bool
611DraggerShowTargetSnap: bool
611DraggerSoftSnapMarginFactor: float
611DraggerSummonMarginFactor: float
611DraggerTiltRotateDuration: float
553Enable Autocomplete: bool
553Enable Autocomplete Doc View: bool
553Enable CoreScript Debugger: bool
553Enable Http Sandboxing: bool
553Enable Internal Beta Features: bool
553Enable Internal Features: bool
553Enable Script Analysis: bool
553Enable Scrollbar Markers: bool
553Enable Signature Help: bool
553Enable Signature Help Doc View: bool
553Enable Temporary Tabs: bool
553Enable Temporary Tabs In Explorer: bool
553Enable Type Hover: bool
613EnableCodeAssist: bool
580EnableIndentationRulers: bool
553Error Color: Color3
553Find Selection Background Color: Color3
553Font: QFont
553Format On Paste: bool
553Format On Type: bool
593FreeCameraSpeedScroll: bool
553Function Name Color: Color3
553Highlight Current Line: bool
553Highlight Occurances: bool
573HintColor: Color3
553Hover Animate Speed: HoverAnimateSpeed
553Hover Box Thickness: float
553Hover Line Thickness: int
553Hover Over Color: Color3
553IconOverrideDir: QDir
553Indent Using Spaces: bool
580IndentationRulerColor: Color3
573InformationColor: Color3
553Keyword Color: Color3
592LargeFileLineCountThreshold: int
592LargeFileThreshold: int
553Line Thickness: float
614LoadAllBuiltinPluginsInRunModes: bool
614LoadUserPluginsInRunModes: bool
553LocalAssetsFolder: QDir
553LuaDebuggerEnabled: bool
553Luau Keyword Color: Color3
553Main Volume: float
553Matching Word Background Color: Color3
553Maximum Output Lines: int
553Menu Item Background Color: Color3
553Method Color: Color3
553Number Color: Color3
553Only Play Audio from Window in Focus: bool
553Operator Color: Color3
553Output Font: QFont
553Output Layout Mode: OutputLayoutMode
553PermissionLevelShown: PermissionLevelShown
553Physical Draggers Select Scope By Default: bool
553Pivot Snap To Geometry Color: Color3
553PluginDebuggingEnabled: bool
553PluginsDir: QDir
553Primary Text Color: Color3
553Property Color: Color3
582ReloadBuiltinPluginsOnChange: bool
582ReloadLocalPluginsOnChange: bool
553Respect Studio shortcuts when game has focus: bool
553Ruler Color: Color3
553Rulers: string
553RuntimeUndoBehavior: RuntimeUndoBehavior
553Script Editor Color Preset: StudioScriptEditorColorPresets
553Script Editor Scrollbar Background Color: Color3
553Script Editor Scrollbar Handle Color: Color3
553ScriptTimeoutLength: int
553Scroll Past Last Line: bool
553Secondary Text Color: Color3
553Select Color: Color3
553Select/Hover Color: Color3
553Selected Menu Item Background Color: Color3
553Selected Text Color: Color3
553Selection Background Color: Color3
567Selection Box Thickness: float
553Selection Color: Color3
553Selection Line Thickness: int
553Set Pivot of Imported Parts: bool
553Show Core GUI in Explorer while Playing: bool
553Show Diagnostics Bar: bool
553Show FileSyncService: bool
553Show Hidden Objects in Explorer: bool
553Show Hover Over: bool
553Show Light Guides: bool
553Show Navigation Labels: bool
553Show Navigation Mesh: bool
553Show Pathfinding Links: bool
553Show Plugin GUI Service in Explorer: bool
580Show Singly Selected Attachment Parent Frame: bool
553Show Whitespace: bool
553Show plus button on hover in Explorer: bool
553ShowCorePackagesInExplorer: bool
553Skip Closing Brackets and Quotes: bool
553String Color: Color3
553Tab Width: int
553Text Color: Color3
553Text Wrapping: bool
553Theme: Instance
553Use Bounding Box Move Handles: bool
553Warning Color: Color3
553Whitespace Color: Color3
462GetAvailableThemes(): Array
462ThemeChanged()
inherited from Instance
553Archivable: bool
635Capabilities: SecurityCapabilities
553Name: string
553Parent: Instance
635Sandboxed: bool
616UniqueId: UniqueId
576AddTag(tag: string): null
573ClearAllChildren(): null
462Clone(): Instance
573Destroy(): null
486FindFirstAncestor(name: string): Instance
486FindFirstAncestorOfClass(className: string): Instance
486FindFirstAncestorWhichIsA(className: string): Instance
486FindFirstChild(name: string, recursive: bool = false): Instance
486FindFirstChildOfClass(className: string): Instance
486FindFirstChildWhichIsA(className: string, recursive: bool = false): Instance
486FindFirstDescendant(name: string): Instance
563GetActor(): Actor
486GetAttribute(attribute: string): Variant
462GetAttributeChangedSignal(attribute: string): RBXScriptSignal
631GetAttributes(): Dictionary
648GetChildren(): Instances
462GetDebugId(scopeLength: int = 4): string
486GetDescendants(): Array
486GetFullName(): string
641GetStyled(name: string): Variant
576GetTags(): Array
576HasTag(tag: string): bool
486IsAncestorOf(descendant: Instance): bool
486IsDescendantOf(ancestor: Instance): bool
580IsPropertyModified(name: string): bool
573Remove(): null
576RemoveTag(tag: string): null
580ResetPropertyToDefault(name: string): null
573SetAttribute(attribute: string, value: Variant): null
462WaitForChild(childName: string, timeOut: double): Instance
648children(): Instances
553clone(): Instance
573destroy(): null
553findFirstChild(name: string, recursive: bool = false): Instance
648getChildren(): Instances
553isDescendantOf(ancestor: Instance): bool
573remove(): null
462AncestryChanged(child: Instance, parent: Instance)
462AttributeChanged(attribute: string)
462ChildAdded(child: Instance)
462ChildRemoved(child: Instance)
462DescendantAdded(descendant: Instance)
462DescendantRemoving(descendant: Instance)
500Destroying()
553childAdded(child: Instance)
inherited from Object
647ClassName: string
647className: string
647GetPropertyChangedSignal(property: string): RBXScriptSignal
647IsA(className: string): bool
650isA(className: string): bool
647Changed(property: string)

Removed member index 37

HistoryMember
454"export" Color: Color3
454"type" Color: Color3
387Attach Debugger To: DEPRECATED_DebuggerDataModelPreference
443Auto Indent: bool
637Auto-Recovery Path: QDir
383Auto-Save Enabled: bool
383Auto-Save Interval (Minutes): int
383Auto-Save Path: QDir
616Automatically commit locked scripts when you save or publish to Roblox: bool
492DEPRECATED_DisableAccuratePlaySolo: bool
366Debug Client In APS Mode: bool
443Device Pairing Code: int
489Disable Accurate Play Solo: bool
577Display Team Create toggle when creating a new experience: bool
583Drag Multiple Parts As Single Part: bool
458Enable Intellisense: bool
488Enable Linting: bool
577File > New creates a place with Team Create off: bool
383Import mesh files as single mesh: bool
468Language: LanguagePreference
454Maximum Table Depth: int
526OverrideCoreScripts: bool
526OverrideCoreScriptsDir: QDir
454Preprocessor Color: Color3
419RecentSavesDir: QDir
592Render Throttle Percentage: int
583Search Content For Core Scripts: bool
583Selection Highlight Thickness: float
626Server Audio Behavior: ServerAudioBehavior
483Show CorePackages: bool
570Show Deployment Warnings: bool
526Show Navigation Areas: bool
587Show QT warnings in output: bool
412Show Roblox Plugin GUI Service in Explorer: bool
368Split Meshes: bool
359Use Accurate Play Solo: bool
358FindTheme(themeName: string): Instance

Description

The Studio object is a settings object that is exclusive to Roblox Studio. It can be found in Roblox Studio's settings under the Studio tab.

History 705

Members 161

"TODO" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

"function" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

"local" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

"nil" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

"self" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

ActionOnStopSync

TypeDefault
ActionOnStopSync

History 1

Active Color

TypeDefault
Color3

History 4

Active Hover Over Color

TypeDefault
Color3

History 4

Always Save Script Changes

TypeDefault
bool

If set to true, Roblox Studio will attempt to transfer script changes that were made during a Play Solo session to the opened place.

History 4

Animate Hover Over

TypeDefault
bool

If set to true, the hover selection box that is shown when mousing over selectable objects in the Workspace will flash between Hover Over Color and Select Color based on the Hover Animate Speed.

History 4

Auto Clean Empty Line

TypeDefault
bool

History 4

Auto Closing Brackets

TypeDefault
bool

History 4

Auto Closing Quotes

TypeDefault
bool

History 4

Auto Delete Closing Brackets and Quotes

TypeDefault
bool

History 1

Auto Indent Rule

TypeDefault
AutoIndentRule

History 4

Auto-Recovery Enabled

TypeDefault
bool

History 4

Auto-Recovery Interval (Minutes)

TypeDefault
int

History 4

Automatically trigger AI Code Completion

TypeDefault
bool

History 1

Background Color

TypeDefault
Color3

Specifies the background color of Roblox Studio's script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Basic Objects Display Mode

TypeDefault
ListDisplayMode

Sets the scrolling mode of the Advanced Objects tab in Roblox Studio.

History 4

Bool Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

Bracket Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 4

Tags: [NotReplicated]

Built-in Function Color

TypeDefault
Color3

Sets the color of built-in functions and keywords in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Camera Mouse Wheel Speed

TypeDefault
float

Sets how many studs the camera will move forward or backwards when using the mouse wheel.

History 4

Camera Pan Speed

TypeDefault
float

History 2

Camera Shift Speed

TypeDefault
float

Sets the speed in studs/sec that the camera moves while holding down Shift with the movement keys.

History 4

Camera Speed

TypeDefault
float

Sets the speed in studs/sec that the camera moves when movement keys are pressed.

History 4

Camera Speed Adjust Binding

TypeDefault
CameraSpeedAdjustBinding

History 1

Camera Zoom to Mouse Position

TypeDefault
bool

History 4

CameraAdaptiveSpeed

TypeDefault
bool

History 1

CameraTweenFocus

TypeDefault
bool

History 1

Clear Output On Start

TypeDefault
bool

If set to true, the output will be automatically cleared when game sessions are switched.

History 4

CommandBarLocalState

TypeDefault
bool

History 4

Comment Color

TypeDefault
Color3

Specifies the color of comments in Roblox Studio's script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Current Line Highlight Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Debugger Current Line Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 9

Tags: [NotReplicated]

Debugger Error Line Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 9

Tags: [NotReplicated]

DefaultScriptFileDir

TypeDefault
QDir

Specifies the default prompt directory that will be opened when the user activates the Execute Script button in Roblox Studio.

History 4

DeprecatedObjectsShown

TypeDefault
bool

If set to true, deprecated objects will be shown in the Advanced Objects window, as well as the Object Browser.

History 4

DisplayLanguage

TypeDefault
string

History 3

DraggerActiveColor

TypeDefault
Color3

History 1

DraggerMajorGridIncrement

TypeDefault
int

History 1

DraggerMaxSoftSnaps

TypeDefault
int

History 1

DraggerPassiveColor

TypeDefault
Color3

History 1

DraggerShowHoverRuler

TypeDefault
bool

History 1

DraggerShowMeasurement

TypeDefault
bool

History 1

DraggerShowTargetSnap

TypeDefault
bool

History 1

DraggerSoftSnapMarginFactor

TypeDefault
float

History 1

DraggerSummonMarginFactor

TypeDefault
float

History 1

DraggerTiltRotateDuration

TypeDefault
float

History 1

Enable Autocomplete

TypeDefault
bool

When set to true, the script editor and command bar will show an autocomplete menu while writing.

History 5

Enable Autocomplete Doc View

TypeDefault
bool

History 2

Enable CoreScript Debugger

TypeDefault
bool

History 4

Enable Http Sandboxing

TypeDefault
bool

History 4

Enable Internal Beta Features

TypeDefault
bool

History 4

Enable Internal Features

TypeDefault
bool

History 4

Enable Script Analysis

TypeDefault
bool

History 2

Enable Scrollbar Markers

TypeDefault
bool

History 2

Enable Signature Help

TypeDefault
bool

History 3

Enable Signature Help Doc View

TypeDefault
bool

History 2

Enable Temporary Tabs

TypeDefault
bool

History 4

Enable Temporary Tabs In Explorer

TypeDefault
bool

History 6

Enable Type Hover

TypeDefault
bool

History 3

EnableCodeAssist

TypeDefault
bool

History 1

EnableIndentationRulers

TypeDefault
bool

History 1

Error Color

TypeDefault
Color3

Specifies the color of the wavy underline shown when malformed code is detected in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Find Selection Background Color

TypeDefault
Color3

Sets the highlight color of matches in the script editor's Find Selection operation (Ctrl+F).

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Font

TypeDefault
QFont

Specifies the font used in the script editor.

History 4

  • 553 Change Default of Font from to
  • 486 Change ThreadSafety of Font from ReadOnly to ReadSafe
  • 462 Change ThreadSafety of Font from to ReadOnly
  • 349 Add Font

Format On Paste

TypeDefault
bool

History 4

Format On Type

TypeDefault
bool

History 4

FreeCameraSpeedScroll

TypeDefault
bool

History 1

Function Name Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

GetAvailableThemes

Parameters (0)
No parameters.
Returns (1)
Array

The GetAvailableThemes() function returns a list of StudioThemes available in Studio. You can access the function via:

settings().Studio:GetAvailableThemes()

History 2

Highlight Current Line

TypeDefault
bool

History 4

Highlight Occurances

TypeDefault
bool

History 4

HintColor

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 1

Tags: [NotReplicated]

Hover Animate Speed

TypeDefault
HoverAnimateSpeed

Specifies how frequently the hover animation flashes when the mouse is hovering over a selectable object in the Workspace.

History 4

Hover Box Thickness

TypeDefault
float

History 3

Hover Line Thickness

TypeDefault
int

History 2

Hover Over Color

TypeDefault
Color3

Specifies the color that the hover selection box uses.

History 4

IconOverrideDir

TypeDefault
QDir

History 2

Indent Using Spaces

TypeDefault
bool

History 4

IndentationRulerColor

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 1

Tags: [NotReplicated]

InformationColor

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 1

Tags: [NotReplicated]

Keyword Color

TypeDefault
Color3

Sets the text color of built-in Lua keywords.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

LargeFileLineCountThreshold

TypeDefault
int

History 1

LargeFileThreshold

TypeDefault
int

History 1

Line Thickness

TypeDefault
float

Sets the thickness of the Model.PrimaryPart selection adornee. This value is constrained between 0 and 0.05.

History 4

LoadAllBuiltinPluginsInRunModes

TypeDefault
bool

History 1

LoadUserPluginsInRunModes

TypeDefault
bool

History 1

LocalAssetsFolder

TypeDefault
QDir

History 4

LuaDebuggerEnabled

TypeDefault
bool

Specifies whether or not the Lua Debugger feature is enabled.

History 4

Luau Keyword Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

Main Volume

TypeDefault
float

History 2

Matching Word Background Color

TypeDefault
Color3

Sets the highlight color of double-clicked variables in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Maximum Output Lines

TypeDefault
int

The maximum number of lines that can be displayed in the output.

History 4

Menu Item Background Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

Method Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

Number Color

TypeDefault
Color3

Specifies the color of numbers in Roblox Studio's script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Only Play Audio from Window in Focus

TypeDefault
bool

If set to true, audio being played will only be heard if the game window is being focused on.

History 4

Operator Color

TypeDefault
Color3

Sets the text color of operator characters in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Output Font

TypeDefault
QFont

Specifies the font used by the output.

History 4

Output Layout Mode

TypeDefault
OutputLayoutMode

Sets the layout mode of the output.

History 4

PermissionLevelShown

TypeDefault
PermissionLevelShown

Sets the highest permission level that APIs have to have in order to be shown in the Object Browser. See PermissionLevelShown for more info.

History 4

Physical Draggers Select Scope By Default

TypeDefault
bool

History 3

Pivot Snap To Geometry Color

TypeDefault
Color3

History 3

PluginDebuggingEnabled

TypeDefault
bool

History 4

PluginsDir

TypeDefault
QDir

The directory where local plugins are stored.

History 4

Primary Text Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

Property Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

ReloadBuiltinPluginsOnChange

TypeDefault
bool

History 1

ReloadLocalPluginsOnChange

TypeDefault
bool

History 1

Respect Studio shortcuts when game has focus

TypeDefault
bool

When set to true, Roblox Studio shortcuts will take priority over inputs being captured in the game window.

History 4

Ruler Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 5

Tags: [NotReplicated]

Rulers

TypeDefault
string

History 4

RuntimeUndoBehavior

TypeDefault
RuntimeUndoBehavior

History 4

Script Editor Color Preset

TypeDefault
StudioScriptEditorColorPresets

History 4

Script Editor Scrollbar Background Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

Script Editor Scrollbar Handle Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

ScriptTimeoutLength

TypeDefault
int

The time (in seconds) a script can wait to be resumed before timing out.

History 4

Scroll Past Last Line

TypeDefault
bool

History 4

Secondary Text Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

Select Color

TypeDefault
Color3

The color of the selection box used with object selections in the Workspace

History 4

Select/Hover Color

TypeDefault
Color3

Sets the color of the Model.PrimaryPart selection box.

History 4

Selected Text Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 3

Tags: [NotReplicated]

Selection Background Color

TypeDefault
Color3

Sets the background color of selected text in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Selection Box Thickness

TypeDefault
float

History 1

Selection Color

TypeDefault
Color3

Sets the text color of selected text in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Selection Line Thickness

TypeDefault
int

History 2

Set Pivot of Imported Parts

TypeDefault
bool

History 2

Show Core GUI in Explorer while Playing

TypeDefault
bool

If set to true, the CoreGui will be visible in the Explorer while the game is running.

History 5

Show Diagnostics Bar

TypeDefault
bool

If set to true, basic diagnostic information is shown in the bottom right.

History 4

Show FileSyncService

TypeDefault
bool

History 5

Show Hidden Objects in Explorer

TypeDefault
bool

History 4

Show Hover Over

TypeDefault
bool

If set to true, hovering over an object in the Workspace will show a selection box.

History 4

Show Light Guides

TypeDefault
bool

History 2

Show Plugin GUI Service in Explorer

TypeDefault
bool

When set to true, the PluginGuiService will be shown in Roblox Studio's explorer.

History 5

Show Singly Selected Attachment Parent Frame

TypeDefault
bool

History 1

Show Whitespace

TypeDefault
bool

History 6

Show plus button on hover in Explorer

TypeDefault
bool

History 5

ShowCorePackagesInExplorer

TypeDefault
bool

History 3

Skip Closing Brackets and Quotes

TypeDefault
bool

History 4

String Color

TypeDefault
Color3

Specifies the color of strings in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Tab Width

TypeDefault
int

Specifies how many spaces are used to represent a tab in the script editor.

History 4

Text Color

TypeDefault
Color3

Specifies the color of normal text in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Text Wrapping

TypeDefault
bool

If set to true, text in the script editor will be wrapped.

History 4

Theme

TypeDefault
Instance

The Theme property is used to get/set the current StudioTheme used by Studio.

This is intended for use within Plugins, but will also execute in the Command Line. You can access the function via:

1
settings().Studio.Theme

For instance, if you would like to print the current Studio theme:

1
print("The current Studio theme is:", settings().Studio.Theme)

History 4

ThemeChanged

Parameters (0)
No parameters.

The ThemeChanged event fires when Studio's Theme changes. The best use of this event is to get the colors from the theme that changed and update your plugin's UI accordingly.

History 2

Use Bounding Box Move Handles

TypeDefault
bool

History 2

Warning Color

TypeDefault
Color3

Specifies the color of the wavy underline shown when the script analyzer picks up a problem that should be addressed in the script editor.

This property is not replicated. Its interface does not cross the network boundary.

History 7

Tags: [NotReplicated]

Whitespace Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 9

Tags: [NotReplicated]

Removed members 37

"export" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 2

Tags: [NotReplicated]

"type" Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 2

Tags: [NotReplicated]

Attach Debugger To

TypeDefault
DEPRECATED_DebuggerDataModelPreference

History 2

Auto Indent

TypeDefault
bool

History 4

Auto-Recovery Path

TypeDefault
QDir

History 5

Auto-Save Enabled

TypeDefault
bool

History 2

Auto-Save Interval (Minutes)

TypeDefault
int

History 2

Auto-Save Path

TypeDefault
QDir

History 2

Automatically commit locked scripts when you save or publish to Roblox

TypeDefault
bool

History 2

DEPRECATED_DisableAccuratePlaySolo

TypeDefault
bool

History 2

Debug Client In APS Mode

TypeDefault
bool

History 2

Device Pairing Code

TypeDefault
int

History 2

Disable Accurate Play Solo

TypeDefault
bool

History 4

Display Team Create toggle when creating a new experience

TypeDefault
bool

History 2

Drag Multiple Parts As Single Part

TypeDefault
bool

History 5

Enable Intellisense

TypeDefault
bool
This property is deprecated. It exists only for backward compatibility, and should not be used for new work.
This property is not replicated. Its interface does not cross the network boundary.

History 2

Tags: [NotReplicated, Deprecated]

Enable Linting

TypeDefault
bool

History 3

File > New creates a place with Team Create off

TypeDefault
bool

History 3

FindTheme

Parameters (1)
themeNamestring
Returns (1)
Instance

History 2

Import mesh files as single mesh

TypeDefault
bool

History 2

Language

TypeDefault
LanguagePreference
This property is deprecated. It exists only for backward compatibility, and should not be used for new work.

History 4

Tags: [Deprecated]

Maximum Table Depth

TypeDefault
int

History 4

OverrideCoreScripts

TypeDefault
bool

History 5

OverrideCoreScriptsDir

TypeDefault
QDir

History 5

Preprocessor Color

TypeDefault
Color3
This property is not replicated. Its interface does not cross the network boundary.

History 4

Tags: [NotReplicated]

RecentSavesDir

TypeDefault
QDir

History 2

Render Throttle Percentage

TypeDefault
int

History 5

Selection Highlight Thickness

TypeDefault
float

History 3

Server Audio Behavior

TypeDefault
ServerAudioBehavior

History 5

Show CorePackages

TypeDefault
bool

History 4

Show Deployment Warnings

TypeDefault
bool

History 4

Show QT warnings in output

TypeDefault
bool

History 5

Show Roblox Plugin GUI Service in Explorer

TypeDefault
bool

History 2

Split Meshes

TypeDefault
bool

History 2

Use Accurate Play Solo

TypeDefault
bool

History 2

Settings