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
653"TODO" Color: Color3
653"function" Color: Color3
653"local" Color: Color3
653"nil" Color: Color3
653"self" Color: Color3
653ActionOnStopSync: ActionOnStopSync
653Active Color: Color3
653Active Hover Over Color: Color3
653Always Save Script Changes: bool
653Animate Hover Over: bool
653Auto Clean Empty Line: bool
653Auto Closing Brackets: bool
653Auto Closing Quotes: bool
653Auto Delete Closing Brackets and Quotes: bool
653Auto Indent Rule: AutoIndentRule
653Auto-Recovery Enabled: bool
653Auto-Recovery Interval (Minutes): int
653Automatically trigger AI Code Completion: bool
653Background Color: Color3
653Basic Objects Display Mode: ListDisplayMode
653Bool Color: Color3
653Bracket Color: Color3
653Built-in Function Color: Color3
653Camera Mouse Wheel Speed: float
653Camera Pan Speed: float
653Camera Shift Speed: float
653Camera Speed: float
653Camera Speed Adjust Binding: CameraSpeedAdjustBinding
653Camera Zoom to Mouse Position: bool
653CameraAdaptiveSpeed: bool
653CameraTweenFocus: bool
653Clear Output On Start: bool
653CommandBarLocalState: bool
653Comment Color: Color3
653Current Line Highlight Color: Color3
653Debugger Current Line Color: Color3
653Debugger Error Line Color: Color3
653DefaultScriptFileDir: QDir
653DeprecatedObjectsShown: bool
653DisplayLanguage: string
653DraggerActiveColor: Color3
653DraggerMajorGridIncrement: int
653DraggerMaxSoftSnaps: int
653DraggerPassiveColor: Color3
653DraggerShowHoverRuler: bool
653DraggerShowMeasurement: bool
653DraggerShowTargetSnap: bool
653DraggerSoftSnapMarginFactor: float
653DraggerSummonMarginFactor: float
653DraggerTiltRotateDuration: float
653Enable Autocomplete: bool
653Enable Autocomplete Doc View: bool
653Enable CoreScript Debugger: bool
653Enable Http Sandboxing: bool
653Enable Internal Beta Features: bool
653Enable Internal Features: bool
653Enable Script Analysis: bool
653Enable Scrollbar Markers: bool
653Enable Signature Help: bool
653Enable Signature Help Doc View: bool
653Enable Temporary Tabs: bool
653Enable Temporary Tabs In Explorer: bool
653Enable Type Hover: bool
653EnableCodeAssist: bool
653EnableIndentationRulers: bool
653Error Color: Color3
653Find Selection Background Color: Color3
653Font: QFont
653Format On Paste: bool
653Format On Type: bool
653FreeCameraSpeedScroll: bool
653Function Name Color: Color3
653Highlight Current Line: bool
653Highlight Occurances: bool
653HintColor: Color3
653Hover Animate Speed: HoverAnimateSpeed
653Hover Box Thickness: float
653Hover Line Thickness: int
653Hover Over Color: Color3
653IconOverrideDir: QDir
653Indent Using Spaces: bool
653IndentationRulerColor: Color3
653InformationColor: Color3
653Keyword Color: Color3
653LargeFileLineCountThreshold: int
653LargeFileThreshold: int
653Line Thickness: float
653LoadAllBuiltinPluginsInRunModes: bool
653LoadUserPluginsInRunModes: bool
653LocalAssetsFolder: QDir
653LuaDebuggerEnabled: bool
653Luau Keyword Color: Color3
653Main Volume: float
653Matching Word Background Color: Color3
653Maximum Output Lines: int
653Menu Item Background Color: Color3
653Method Color: Color3
653Number Color: Color3
653Only Play Audio from Window in Focus: bool
653Operator Color: Color3
653Output Font: QFont
653Output Layout Mode: OutputLayoutMode
653PermissionLevelShown: PermissionLevelShown
653Physical Draggers Select Scope By Default: bool
653Pivot Snap To Geometry Color: Color3
653PluginDebuggingEnabled: bool
653PluginsDir: QDir
653Primary Text Color: Color3
653Property Color: Color3
653ReloadBuiltinPluginsOnChange: bool
653ReloadLocalPluginsOnChange: bool
653Respect Studio shortcuts when game has focus: bool
653Ruler Color: Color3
653Rulers: string
653RuntimeUndoBehavior: RuntimeUndoBehavior
653Script Editor Color Preset: StudioScriptEditorColorPresets
653Script Editor Scrollbar Background Color: Color3
653Script Editor Scrollbar Handle Color: Color3
653ScriptTimeoutLength: int
653Scroll Past Last Line: bool
653Secondary Text Color: Color3
653Select Color: Color3
653Select/Hover Color: Color3
653Selected Menu Item Background Color: Color3
653Selected Text Color: Color3
653Selection Background Color: Color3
653Selection Box Thickness: float
653Selection Color: Color3
653Selection Line Thickness: int
653Set Pivot of Imported Parts: bool
653Show Core GUI in Explorer while Playing: bool
653Show Diagnostics Bar: bool
653Show FileSyncService: bool
653Show Hidden Objects in Explorer: bool
653Show Hover Over: bool
653Show Light Guides: bool
653Show Navigation Labels: bool
653Show Navigation Mesh: bool
653Show Pathfinding Links: bool
653Show Plugin GUI Service in Explorer: bool
653Show Singly Selected Attachment Parent Frame: bool
653Show Whitespace: bool
653Show plus button on hover in Explorer: bool
653ShowCorePackagesInExplorer: bool
653Skip Closing Brackets and Quotes: bool
653String Color: Color3
653Tab Width: int
653Text Color: Color3
653Text Wrapping: bool
653Theme: Instance
653Use Bounding Box Move Handles: bool
653Warning Color: Color3
653Whitespace 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 864

Members 161

"TODO" Color

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

History 6

Tags: [NotReplicated]

"function" Color

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

History 6

Tags: [NotReplicated]

"local" Color

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

History 6

Tags: [NotReplicated]

"nil" Color

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

History 6

Tags: [NotReplicated]

"self" Color

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

History 6

Tags: [NotReplicated]

ActionOnStopSync

TypeDefault
ActionOnStopSync

History 2

Active Color

TypeDefault
Color3

History 5

Active Hover Over Color

TypeDefault
Color3

History 5

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 5

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 5

Auto Clean Empty Line

TypeDefault
bool

History 5

Auto Closing Brackets

TypeDefault
bool

History 5

Auto Closing Quotes

TypeDefault
bool

History 5

Auto Delete Closing Brackets and Quotes

TypeDefault
bool

History 2

Auto Indent Rule

TypeDefault
AutoIndentRule

History 5

Auto-Recovery Enabled

TypeDefault
bool

History 5

Auto-Recovery Interval (Minutes)

TypeDefault
int

History 5

Automatically trigger AI Code Completion

TypeDefault
bool

History 2

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 8

Tags: [NotReplicated]

Basic Objects Display Mode

TypeDefault
ListDisplayMode

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

History 5

Bool Color

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

History 6

Tags: [NotReplicated]

Bracket Color

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

History 5

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 8

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 5

Camera Pan Speed

TypeDefault
float

History 3

Camera Shift Speed

TypeDefault
float

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

History 5

Camera Speed

TypeDefault
float

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

History 5

Camera Speed Adjust Binding

TypeDefault
CameraSpeedAdjustBinding

History 2

Camera Zoom to Mouse Position

TypeDefault
bool

History 5

CameraAdaptiveSpeed

TypeDefault
bool

History 2

CameraTweenFocus

TypeDefault
bool

History 2

Clear Output On Start

TypeDefault
bool

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

History 5

CommandBarLocalState

TypeDefault
bool

History 5

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 8

Tags: [NotReplicated]

Current Line Highlight Color

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

History 8

Tags: [NotReplicated]

Debugger Current Line Color

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

History 10

Tags: [NotReplicated]

Debugger Error Line Color

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

History 10

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 5

DeprecatedObjectsShown

TypeDefault
bool

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

History 5

DisplayLanguage

TypeDefault
string

History 4

DraggerActiveColor

TypeDefault
Color3

History 2

DraggerMajorGridIncrement

TypeDefault
int

History 2

DraggerMaxSoftSnaps

TypeDefault
int

History 2

DraggerPassiveColor

TypeDefault
Color3

History 2

DraggerShowHoverRuler

TypeDefault
bool

History 2

DraggerShowMeasurement

TypeDefault
bool

History 2

DraggerShowTargetSnap

TypeDefault
bool

History 2

DraggerSoftSnapMarginFactor

TypeDefault
float

History 2

DraggerSummonMarginFactor

TypeDefault
float

History 2

DraggerTiltRotateDuration

TypeDefault
float

History 2

Enable Autocomplete

TypeDefault
bool

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

History 6

Enable Autocomplete Doc View

TypeDefault
bool

History 3

Enable CoreScript Debugger

TypeDefault
bool

History 5

Enable Http Sandboxing

TypeDefault
bool

History 5

Enable Internal Beta Features

TypeDefault
bool

History 5

Enable Internal Features

TypeDefault
bool

History 5

Enable Script Analysis

TypeDefault
bool

History 3

Enable Scrollbar Markers

TypeDefault
bool

History 3

Enable Signature Help

TypeDefault
bool

History 4

Enable Signature Help Doc View

TypeDefault
bool

History 3

Enable Temporary Tabs

TypeDefault
bool

History 5

Enable Temporary Tabs In Explorer

TypeDefault
bool

History 7

Enable Type Hover

TypeDefault
bool

History 4

EnableCodeAssist

TypeDefault
bool

History 2

EnableIndentationRulers

TypeDefault
bool

History 2

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 8

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 8

Tags: [NotReplicated]

Font

TypeDefault
QFont

Specifies the font used in the script editor.

History 5

  • 653 Change Default of Font from to
  • 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 5

Format On Type

TypeDefault
bool

History 5

FreeCameraSpeedScroll

TypeDefault
bool

History 2

Function Name Color

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

History 6

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 5

Highlight Occurances

TypeDefault
bool

History 5

HintColor

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

History 2

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 5

Hover Box Thickness

TypeDefault
float

History 4

Hover Line Thickness

TypeDefault
int

History 3

Hover Over Color

TypeDefault
Color3

Specifies the color that the hover selection box uses.

History 5

IconOverrideDir

TypeDefault
QDir

History 3

Indent Using Spaces

TypeDefault
bool

History 5

IndentationRulerColor

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

History 2

Tags: [NotReplicated]

InformationColor

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

History 2

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 8

Tags: [NotReplicated]

LargeFileLineCountThreshold

TypeDefault
int

History 2

LargeFileThreshold

TypeDefault
int

History 2

Line Thickness

TypeDefault
float

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

History 5

LoadAllBuiltinPluginsInRunModes

TypeDefault
bool

History 2

LoadUserPluginsInRunModes

TypeDefault
bool

History 2

LocalAssetsFolder

TypeDefault
QDir

History 5

LuaDebuggerEnabled

TypeDefault
bool

Specifies whether or not the Lua Debugger feature is enabled.

History 5

Luau Keyword Color

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

History 6

Tags: [NotReplicated]

Main Volume

TypeDefault
float

History 3

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 8

Tags: [NotReplicated]

Maximum Output Lines

TypeDefault
int

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

History 5

Menu Item Background Color

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

History 4

Tags: [NotReplicated]

Method Color

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

History 6

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 8

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 5

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 8

Tags: [NotReplicated]

Output Font

TypeDefault
QFont

Specifies the font used by the output.

History 5

Output Layout Mode

TypeDefault
OutputLayoutMode

Sets the layout mode of the output.

History 5

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 5

Physical Draggers Select Scope By Default

TypeDefault
bool

History 4

Pivot Snap To Geometry Color

TypeDefault
Color3

History 4

PluginDebuggingEnabled

TypeDefault
bool

History 5

PluginsDir

TypeDefault
QDir

The directory where local plugins are stored.

History 5

Primary Text Color

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

History 4

Tags: [NotReplicated]

Property Color

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

History 6

Tags: [NotReplicated]

ReloadBuiltinPluginsOnChange

TypeDefault
bool

History 2

ReloadLocalPluginsOnChange

TypeDefault
bool

History 2

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 5

Ruler Color

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

History 6

Tags: [NotReplicated]

Rulers

TypeDefault
string

History 5

RuntimeUndoBehavior

TypeDefault
RuntimeUndoBehavior

History 5

Script Editor Color Preset

TypeDefault
StudioScriptEditorColorPresets

History 5

Script Editor Scrollbar Background Color

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

History 4

Tags: [NotReplicated]

Script Editor Scrollbar Handle Color

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

History 4

Tags: [NotReplicated]

ScriptTimeoutLength

TypeDefault
int

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

History 5

Scroll Past Last Line

TypeDefault
bool

History 5

Secondary Text Color

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

History 4

Tags: [NotReplicated]

Select Color

TypeDefault
Color3

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

History 5

Select/Hover Color

TypeDefault
Color3

Sets the color of the Model.PrimaryPart selection box.

History 5

Selected Text Color

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

History 4

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 8

Tags: [NotReplicated]

Selection Box Thickness

TypeDefault
float

History 2

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 8

Tags: [NotReplicated]

Selection Line Thickness

TypeDefault
int

History 3

Set Pivot of Imported Parts

TypeDefault
bool

History 3

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 6

Show Diagnostics Bar

TypeDefault
bool

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

History 5

Show FileSyncService

TypeDefault
bool

History 6

Show Hidden Objects in Explorer

TypeDefault
bool

History 5

Show Hover Over

TypeDefault
bool

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

History 5

Show Light Guides

TypeDefault
bool

History 3

Show Plugin GUI Service in Explorer

TypeDefault
bool

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

History 6

Show Singly Selected Attachment Parent Frame

TypeDefault
bool

History 2

Show Whitespace

TypeDefault
bool

History 7

Show plus button on hover in Explorer

TypeDefault
bool

History 6

ShowCorePackagesInExplorer

TypeDefault
bool

History 4

Skip Closing Brackets and Quotes

TypeDefault
bool

History 5

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 8

Tags: [NotReplicated]

Tab Width

TypeDefault
int

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

History 5

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 8

Tags: [NotReplicated]

Text Wrapping

TypeDefault
bool

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

History 5

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 5

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 3

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 8

Tags: [NotReplicated]

Whitespace Color

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

History 10

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