@rbxts/types 1.0.940 → 1.0.942

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -442,6 +442,7 @@ interface CreatableInstances {
442
442
  ImageHandleAdornment: ImageHandleAdornment;
443
443
  ImageLabel: ImageLabel;
444
444
  InputAction: InputAction;
445
+ InputActionLabel: InputActionLabel;
445
446
  InputBinding: InputBinding;
446
447
  InputContext: InputContext;
447
448
  IntConstrainedValue: IntConstrainedValue;
@@ -706,6 +707,7 @@ interface Instances extends Services, CreatableInstances {
706
707
  LuaSourceContainer: LuaSourceContainer;
707
708
  ManualSurfaceJointInstance: ManualSurfaceJointInstance;
708
709
  MaterialImportData: MaterialImportData;
710
+ MemoryStoreDistributedCounter: MemoryStoreDistributedCounter;
709
711
  MemoryStoreHashMap: MemoryStoreHashMap;
710
712
  MemoryStoreHashMapPages: MemoryStoreHashMapPages;
711
713
  MemoryStoreQueue: MemoryStoreQueue;
@@ -818,6 +820,7 @@ interface Objects extends Instances {
818
820
  AnimationNode: AnimationNode;
819
821
  Capture: Capture;
820
822
  ConfigSnapshot: ConfigSnapshot;
823
+ DataModelDiff: DataModelDiff;
821
824
  EditableImage: EditableImage;
822
825
  EditableMesh: EditableMesh;
823
826
  ExecutedRemoteCommand: ExecutedRemoteCommand;
@@ -939,6 +942,21 @@ interface ConfigSnapshot extends RBXObject {
939
942
  */
940
943
  readonly _nominal_ConfigSnapshot: unique symbol;
941
944
  }
945
+ /**
946
+ * - **Tags**: NotCreatable
947
+ *
948
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModelDiff)
949
+ */
950
+ interface DataModelDiff extends RBXObject {
951
+ /**
952
+ * **DO NOT USE!**
953
+ *
954
+ * This field exists to force TypeScript to recognize this as a nominal type
955
+ * @hidden
956
+ * @deprecated
957
+ */
958
+ readonly _nominal_DataModelDiff: unique symbol;
959
+ }
942
960
  /**
943
961
  * Object which allows for the runtime creation and manipulation of images.
944
962
  *
@@ -6471,6 +6489,21 @@ interface TextLabel extends GuiLabel {
6471
6489
  */
6472
6490
  readonly _nominal_TextLabel: unique symbol;
6473
6491
  }
6492
+ /**
6493
+ * A `GuiObject` that automatically displays the keybinding for an action as text or an image.
6494
+ *
6495
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputActionLabel)
6496
+ */
6497
+ interface InputActionLabel extends GuiObject {
6498
+ /**
6499
+ * **DO NOT USE!**
6500
+ *
6501
+ * This field exists to force TypeScript to recognize this as a nominal type
6502
+ * @hidden
6503
+ * @deprecated
6504
+ */
6505
+ readonly _nominal_InputActionLabel: unique symbol;
6506
+ }
6474
6507
  /**
6475
6508
  * - **Tags**: NotReplicated
6476
6509
  *
@@ -7233,6 +7266,8 @@ interface HarmonyService extends Instance {
7233
7266
  readonly _nominal_HarmonyService: unique symbol;
7234
7267
  }
7235
7268
  /**
7269
+ * Provides methods which return Luau heap memory usage summaries on client and server.
7270
+ *
7236
7271
  * - **Tags**: NotCreatable, Service
7237
7272
  *
7238
7273
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService)
@@ -7247,20 +7282,24 @@ interface HeapProfilerService extends Instance {
7247
7282
  */
7248
7283
  readonly _nominal_HeapProfilerService: unique symbol;
7249
7284
  /**
7285
+ * Returns a summary of Luau heap memory usage for the requested player's client.
7286
+ *
7250
7287
  * - **ThreadSafety**: Unsafe
7251
7288
  * - **Tags**: Yields
7252
7289
  *
7253
7290
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService#ClientRequestDataAsync)
7254
- * @param this
7291
+ * @param this Provides methods which return Luau heap memory usage summaries on client and server.
7255
7292
  * @param player
7256
7293
  */
7257
7294
  ClientRequestDataAsync(this: HeapProfilerService, player: Player): string;
7258
7295
  /**
7296
+ * Returns a summary of Luau heap memory usage on the client.
7297
+ *
7259
7298
  * - **ThreadSafety**: Unsafe
7260
7299
  * - **Tags**: Yields
7261
7300
  *
7262
7301
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService#ServerRequestDataAsync)
7263
- * @param this
7302
+ * @param this Provides methods which return Luau heap memory usage summaries on client and server.
7264
7303
  */
7265
7304
  ServerRequestDataAsync(this: HeapProfilerService): string;
7266
7305
  /**
@@ -8416,7 +8455,7 @@ interface BaseScript extends LuaSourceContainer {
8416
8455
  */
8417
8456
  readonly _nominal_BaseScript: unique symbol;
8418
8457
  /**
8419
- * Determines the context under which the script will run.
8458
+ * Determines the context under which the script runs.
8420
8459
  *
8421
8460
  * - **ThreadSafety**: ReadSafe
8422
8461
  *
@@ -8742,6 +8781,21 @@ interface MemStorageConnection extends Instance {
8742
8781
  */
8743
8782
  Disconnect(this: MemStorageConnection): void;
8744
8783
  }
8784
+ /**
8785
+ * - **Tags**: NotCreatable, NotReplicated
8786
+ *
8787
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MemoryStoreDistributedCounter)
8788
+ */
8789
+ interface MemoryStoreDistributedCounter extends Instance {
8790
+ /**
8791
+ * **DO NOT USE!**
8792
+ *
8793
+ * This field exists to force TypeScript to recognize this as a nominal type
8794
+ * @hidden
8795
+ * @deprecated
8796
+ */
8797
+ readonly _nominal_MemoryStoreDistributedCounter: unique symbol;
8798
+ }
8745
8799
  /**
8746
8800
  * Provides access to a hash map within `MemoryStoreService`.
8747
8801
  *
@@ -10469,6 +10523,8 @@ interface PhysicsService extends Instance {
10469
10523
  readonly _nominal_PhysicsService: unique symbol;
10470
10524
  }
10471
10525
  /**
10526
+ * Lets you view debugging features in Roblox's physics engine, found under the Physics tab in Studio's settings menu.
10527
+ *
10472
10528
  * - **Tags**: NotCreatable, Service, NotReplicated
10473
10529
  *
10474
10530
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings)
@@ -10563,6 +10619,8 @@ interface PhysicsSettings extends Instance {
10563
10619
  */
10564
10620
  AreModelCoordsShown: boolean;
10565
10621
  /**
10622
+ * When set to true, parts that are not `BasePart.Anchored` will be highlighted.
10623
+ *
10566
10624
  * - **ThreadSafety**: ReadSafe
10567
10625
  *
10568
10626
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings#AreNonAnchorsShown)
@@ -10593,6 +10651,8 @@ interface PhysicsSettings extends Instance {
10593
10651
  */
10594
10652
  AreRegionsShown: boolean;
10595
10653
  /**
10654
+ * When set to true, shows terrain replication streaming regions.
10655
+ *
10596
10656
  * - **ThreadSafety**: ReadSafe
10597
10657
  *
10598
10658
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings#AreTerrainReplicationRegionsShown)
@@ -10623,12 +10683,16 @@ interface PhysicsSettings extends Instance {
10623
10683
  */
10624
10684
  DisableCSGv2: boolean;
10625
10685
  /**
10686
+ * When set to true, disables CSGv3 for plugin solid modeling operations.
10687
+ *
10626
10688
  * - **ThreadSafety**: ReadSafe
10627
10689
  *
10628
10690
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings#DisableCSGv3ForPlugins)
10629
10691
  */
10630
10692
  DisableCSGv3ForPlugins: boolean;
10631
10693
  /**
10694
+ * When set to true, forces the use of CSGv2 for solid modeling operations.
10695
+ *
10632
10696
  * - **ThreadSafety**: ReadSafe
10633
10697
  * - **Tags**: Hidden, NotReplicated
10634
10698
  *
@@ -10636,6 +10700,8 @@ interface PhysicsSettings extends Instance {
10636
10700
  */
10637
10701
  ForceCSGv2: boolean;
10638
10702
  /**
10703
+ * When set to true, shows physics interpolation throttle information.
10704
+ *
10639
10705
  * - **ThreadSafety**: ReadSafe
10640
10706
  *
10641
10707
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsSettings#IsInterpolationThrottleShown)
@@ -13616,16 +13682,6 @@ interface DataModel extends ServiceProvider<Services> {
13616
13682
  * @deprecated
13617
13683
  */
13618
13684
  readonly _nominal_DataModel: unique symbol;
13619
- /**
13620
- * Returns a table containing basic information about the jobs performed by the task scheduler.
13621
- *
13622
- * - **ThreadSafety**: Unsafe
13623
- *
13624
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#GetJobsInfo)
13625
- * @param this The root of Roblox's parent-child hierarchy. Its direct children are services, such as `Workspace` and `Lighting`, that act as the fundamental components of a Roblox game.
13626
- * @returns A table containing information about the jobs performed by the task scheduler, see above for the format.
13627
- */
13628
- GetJobsInfo(this: DataModel): Array<unknown>;
13629
13685
  /**
13630
13686
  * Sets the `DataModel.PlaceId` of the current game instance.
13631
13687
  *
@@ -13646,6 +13702,16 @@ interface DataModel extends ServiceProvider<Services> {
13646
13702
  * @param universeId The ID to set the `DataModel.GameId` to.
13647
13703
  */
13648
13704
  SetUniverseId(this: DataModel, universeId: number): void;
13705
+ /**
13706
+ * Returns a table containing basic information about the jobs performed by the task scheduler.
13707
+ *
13708
+ * - **ThreadSafety**: Unsafe
13709
+ *
13710
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#GetJobsInfo)
13711
+ * @param this The root of Roblox's parent-child hierarchy. Its direct children are services, such as `Workspace` and `Lighting`, that act as the fundamental components of a Roblox game.
13712
+ * @returns A table containing information about the jobs performed by the task scheduler, see above for the format.
13713
+ */
13714
+ GetJobsInfo(this: DataModel): Array<unknown>;
13649
13715
  /**
13650
13716
  * Returns an array of `Instances` associated with the given content URL.
13651
13717
  *
@@ -14505,18 +14571,24 @@ interface Studio extends Instance {
14505
14571
  */
14506
14572
  readonly _nominal_Studio: unique symbol;
14507
14573
  /**
14574
+ * Sets the action Studio takes when stopping file sync.
14575
+ *
14508
14576
  * - **ThreadSafety**: ReadSafe
14509
14577
  *
14510
14578
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#ActionOnStopSync)
14511
14579
  */
14512
14580
  ActionOnStopSync: Enum.ActionOnStopSync;
14513
14581
  /**
14582
+ * Sets the color of active UI elements in Studio.
14583
+ *
14514
14584
  * - **ThreadSafety**: ReadSafe
14515
14585
  *
14516
14586
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Active Color)
14517
14587
  */
14518
14588
  "Active Color": Color3;
14519
14589
  /**
14590
+ * Sets the color of active UI elements when hovered in Studio.
14591
+ *
14520
14592
  * - **ThreadSafety**: ReadSafe
14521
14593
  *
14522
14594
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Active Hover Over Color)
@@ -14551,36 +14623,48 @@ interface Studio extends Instance {
14551
14623
  */
14552
14624
  "Animation Skeleton Transparency": number;
14553
14625
  /**
14626
+ * Controls whether trailing whitespace is automatically removed from empty lines in the script editor.
14627
+ *
14554
14628
  * - **ThreadSafety**: ReadSafe
14555
14629
  *
14556
14630
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto Clean Empty Line)
14557
14631
  */
14558
14632
  "Auto Clean Empty Line": boolean;
14559
14633
  /**
14634
+ * Controls whether the script editor automatically inserts a matching closing bracket.
14635
+ *
14560
14636
  * - **ThreadSafety**: ReadSafe
14561
14637
  *
14562
14638
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto Closing Brackets)
14563
14639
  */
14564
14640
  "Auto Closing Brackets": boolean;
14565
14641
  /**
14642
+ * Controls whether the script editor automatically inserts a matching closing quote.
14643
+ *
14566
14644
  * - **ThreadSafety**: ReadSafe
14567
14645
  *
14568
14646
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto Closing Quotes)
14569
14647
  */
14570
14648
  "Auto Closing Quotes": boolean;
14571
14649
  /**
14650
+ * Controls whether deleting an opening bracket or quote also removes its closing counterpart.
14651
+ *
14572
14652
  * - **ThreadSafety**: ReadSafe
14573
14653
  *
14574
14654
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto Delete Closing Brackets and Quotes)
14575
14655
  */
14576
14656
  "Auto Delete Closing Brackets and Quotes": boolean;
14577
14657
  /**
14658
+ * Sets the rule used to determine automatic indentation in the script editor.
14659
+ *
14578
14660
  * - **ThreadSafety**: ReadSafe
14579
14661
  *
14580
14662
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto Indent Rule)
14581
14663
  */
14582
14664
  "Auto Indent Rule": Enum.AutoIndentRule;
14583
14665
  /**
14666
+ * Controls whether Studio automatically saves recovery files at a set interval.
14667
+ *
14584
14668
  * - **ThreadSafety**: ReadSafe
14585
14669
  *
14586
14670
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Auto-Recovery Enabled)
@@ -14610,6 +14694,8 @@ interface Studio extends Instance {
14610
14694
  */
14611
14695
  "Basic Objects Display Mode": Enum.ListDisplayMode;
14612
14696
  /**
14697
+ * Sets the color of boolean literals in the script editor.
14698
+ *
14613
14699
  * - **ThreadSafety**: ReadSafe
14614
14700
  * - **Tags**: NotReplicated
14615
14701
  *
@@ -14617,6 +14703,8 @@ interface Studio extends Instance {
14617
14703
  */
14618
14704
  "Bool Color": Color3;
14619
14705
  /**
14706
+ * Sets the color of brackets in the script editor.
14707
+ *
14620
14708
  * - **ThreadSafety**: ReadSafe
14621
14709
  * - **Tags**: NotReplicated
14622
14710
  *
@@ -14657,6 +14745,8 @@ interface Studio extends Instance {
14657
14745
  */
14658
14746
  "Camera Speed": number;
14659
14747
  /**
14748
+ * Controls whether the camera zooms toward the mouse cursor position.
14749
+ *
14660
14750
  * - **ThreadSafety**: ReadSafe
14661
14751
  *
14662
14752
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Camera Zoom to Mouse Position)
@@ -14671,6 +14761,8 @@ interface Studio extends Instance {
14671
14761
  */
14672
14762
  "Clear Output On Start": boolean;
14673
14763
  /**
14764
+ * Controls whether the command bar retains its input state between sessions.
14765
+ *
14674
14766
  * - **ThreadSafety**: ReadSafe
14675
14767
  *
14676
14768
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#CommandBarLocalState)
@@ -14686,6 +14778,8 @@ interface Studio extends Instance {
14686
14778
  */
14687
14779
  "Comment Color": Color3;
14688
14780
  /**
14781
+ * Sets the color of the current line highlight in the script editor.
14782
+ *
14689
14783
  * - **ThreadSafety**: ReadSafe
14690
14784
  * - **Tags**: NotReplicated
14691
14785
  *
@@ -14693,6 +14787,8 @@ interface Studio extends Instance {
14693
14787
  */
14694
14788
  "Current Line Highlight Color": Color3;
14695
14789
  /**
14790
+ * Sets the color of the current debugger line in the script editor.
14791
+ *
14696
14792
  * - **ThreadSafety**: ReadSafe
14697
14793
  * - **Tags**: NotReplicated
14698
14794
  *
@@ -14700,6 +14796,8 @@ interface Studio extends Instance {
14700
14796
  */
14701
14797
  "Debugger Current Line Color": Color3;
14702
14798
  /**
14799
+ * Sets the color of debugger error lines in the script editor.
14800
+ *
14703
14801
  * - **ThreadSafety**: ReadSafe
14704
14802
  * - **Tags**: NotReplicated
14705
14803
  *
@@ -14723,36 +14821,48 @@ interface Studio extends Instance {
14723
14821
  */
14724
14822
  "Enable Autocomplete": boolean;
14725
14823
  /**
14824
+ * Controls whether the CoreScript debugger is available in Studio.
14825
+ *
14726
14826
  * - **ThreadSafety**: ReadSafe
14727
14827
  *
14728
14828
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable CoreScript Debugger)
14729
14829
  */
14730
14830
  "Enable CoreScript Debugger": boolean;
14731
14831
  /**
14832
+ * Controls whether HTTP requests from plugins are sandboxed.
14833
+ *
14732
14834
  * - **ThreadSafety**: ReadSafe
14733
14835
  *
14734
14836
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable Http Sandboxing)
14735
14837
  */
14736
14838
  "Enable Http Sandboxing": boolean;
14737
14839
  /**
14840
+ * Controls whether internal beta features are accessible in Studio.
14841
+ *
14738
14842
  * - **ThreadSafety**: ReadSafe
14739
14843
  *
14740
14844
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable Internal Beta Features)
14741
14845
  */
14742
14846
  "Enable Internal Beta Features": boolean;
14743
14847
  /**
14848
+ * Controls whether internal developer features are accessible in Studio.
14849
+ *
14744
14850
  * - **ThreadSafety**: ReadSafe
14745
14851
  *
14746
14852
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable Internal Features)
14747
14853
  */
14748
14854
  "Enable Internal Features": boolean;
14749
14855
  /**
14856
+ * Controls whether opening a script creates a temporary tab that is replaced on the next open.
14857
+ *
14750
14858
  * - **ThreadSafety**: ReadSafe
14751
14859
  *
14752
14860
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable Temporary Tabs)
14753
14861
  */
14754
14862
  "Enable Temporary Tabs": boolean;
14755
14863
  /**
14864
+ * Controls whether clicking a script in the Explorer opens it in a temporary tab.
14865
+ *
14756
14866
  * - **ThreadSafety**: ReadSafe
14757
14867
  *
14758
14868
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Enable Temporary Tabs In Explorer)
@@ -14785,18 +14895,24 @@ interface Studio extends Instance {
14785
14895
  */
14786
14896
  Font: QFont;
14787
14897
  /**
14898
+ * Controls whether pasted code is automatically formatted in the script editor.
14899
+ *
14788
14900
  * - **ThreadSafety**: ReadSafe
14789
14901
  *
14790
14902
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Format On Paste)
14791
14903
  */
14792
14904
  "Format On Paste": boolean;
14793
14905
  /**
14906
+ * Controls whether code is automatically formatted as you type in the script editor.
14907
+ *
14794
14908
  * - **ThreadSafety**: ReadSafe
14795
14909
  *
14796
14910
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Format On Type)
14797
14911
  */
14798
14912
  "Format On Type": boolean;
14799
14913
  /**
14914
+ * Sets the color of function names in the script editor.
14915
+ *
14800
14916
  * - **ThreadSafety**: ReadSafe
14801
14917
  * - **Tags**: NotReplicated
14802
14918
  *
@@ -14804,18 +14920,24 @@ interface Studio extends Instance {
14804
14920
  */
14805
14921
  "Function Name Color": Color3;
14806
14922
  /**
14923
+ * Controls whether the current line is highlighted in the script editor.
14924
+ *
14807
14925
  * - **ThreadSafety**: ReadSafe
14808
14926
  *
14809
14927
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Highlight Current Line)
14810
14928
  */
14811
14929
  "Highlight Current Line": boolean;
14812
14930
  /**
14931
+ * Controls whether other occurrences of the word under the cursor are highlighted.
14932
+ *
14813
14933
  * - **ThreadSafety**: ReadSafe
14814
14934
  *
14815
14935
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Highlight Occurances)
14816
14936
  */
14817
14937
  "Highlight Occurances": boolean;
14818
14938
  /**
14939
+ * Sets the color of hint diagnostics in the script editor.
14940
+ *
14819
14941
  * - **ThreadSafety**: ReadSafe
14820
14942
  * - **Tags**: NotReplicated
14821
14943
  *
@@ -14839,12 +14961,16 @@ interface Studio extends Instance {
14839
14961
  */
14840
14962
  "Hover Over Color": Color3;
14841
14963
  /**
14964
+ * Controls whether the script editor uses spaces instead of tabs for indentation.
14965
+ *
14842
14966
  * - **ThreadSafety**: ReadSafe
14843
14967
  *
14844
14968
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Indent Using Spaces)
14845
14969
  */
14846
14970
  "Indent Using Spaces": boolean;
14847
14971
  /**
14972
+ * Sets the color of information diagnostics in the script editor.
14973
+ *
14848
14974
  * - **ThreadSafety**: ReadSafe
14849
14975
  * - **Tags**: NotReplicated
14850
14976
  *
@@ -14877,6 +15003,8 @@ interface Studio extends Instance {
14877
15003
  */
14878
15004
  LuaDebuggerEnabled: boolean;
14879
15005
  /**
15006
+ * Controls whether the Lua debugger is enabled when Studio starts.
15007
+ *
14880
15008
  * - **ThreadSafety**: ReadSafe
14881
15009
  * - **Tags**: Hidden, NotReplicated
14882
15010
  *
@@ -14884,6 +15012,8 @@ interface Studio extends Instance {
14884
15012
  */
14885
15013
  readonly LuaDebuggerEnabledAtStartup: boolean;
14886
15014
  /**
15015
+ * Sets the color of Luau-specific keywords in the script editor.
15016
+ *
14887
15017
  * - **ThreadSafety**: ReadSafe
14888
15018
  * - **Tags**: NotReplicated
14889
15019
  *
@@ -14908,6 +15038,8 @@ interface Studio extends Instance {
14908
15038
  */
14909
15039
  "Maximum Output Lines": number;
14910
15040
  /**
15041
+ * Sets the background color of menu items in Studio.
15042
+ *
14911
15043
  * - **ThreadSafety**: ReadSafe
14912
15044
  * - **Tags**: NotReplicated
14913
15045
  *
@@ -14915,6 +15047,8 @@ interface Studio extends Instance {
14915
15047
  */
14916
15048
  "Menu Item Background Color": Color3;
14917
15049
  /**
15050
+ * Sets the color of method names in the script editor.
15051
+ *
14918
15052
  * - **ThreadSafety**: ReadSafe
14919
15053
  * - **Tags**: NotReplicated
14920
15054
  *
@@ -14972,6 +15106,8 @@ interface Studio extends Instance {
14972
15106
  */
14973
15107
  PermissionLevelShown: Enum.PermissionLevelShown;
14974
15108
  /**
15109
+ * Controls whether plugin script debugging is enabled in Studio.
15110
+ *
14975
15111
  * - **ThreadSafety**: ReadSafe
14976
15112
  *
14977
15113
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#PluginDebuggingEnabled)
@@ -14986,12 +15122,16 @@ interface Studio extends Instance {
14986
15122
  */
14987
15123
  PluginsDir: QDir;
14988
15124
  /**
15125
+ * Sets the preferred font size in the script editor.
15126
+ *
14989
15127
  * - **ThreadSafety**: ReadSafe
14990
15128
  *
14991
15129
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#PreferredTextSize)
14992
15130
  */
14993
15131
  PreferredTextSize: Enum.PreferredTextSize;
14994
15132
  /**
15133
+ * Sets the primary text color in Studio.
15134
+ *
14995
15135
  * - **ThreadSafety**: ReadSafe
14996
15136
  * - **Tags**: NotReplicated
14997
15137
  *
@@ -14999,6 +15139,8 @@ interface Studio extends Instance {
14999
15139
  */
15000
15140
  "Primary Text Color": Color3;
15001
15141
  /**
15142
+ * Sets the color of property names in the script editor.
15143
+ *
15002
15144
  * - **ThreadSafety**: ReadSafe
15003
15145
  * - **Tags**: NotReplicated
15004
15146
  *
@@ -15014,6 +15156,8 @@ interface Studio extends Instance {
15014
15156
  */
15015
15157
  "Respect Studio shortcuts when game has focus": boolean;
15016
15158
  /**
15159
+ * Sets the color of the column ruler in the script editor.
15160
+ *
15017
15161
  * - **ThreadSafety**: ReadSafe
15018
15162
  * - **Tags**: NotReplicated
15019
15163
  *
@@ -15021,12 +15165,16 @@ interface Studio extends Instance {
15021
15165
  */
15022
15166
  "Ruler Color": Color3;
15023
15167
  /**
15168
+ * Sets the column positions at which vertical ruler lines are drawn in the script editor.
15169
+ *
15024
15170
  * - **ThreadSafety**: ReadSafe
15025
15171
  *
15026
15172
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Rulers)
15027
15173
  */
15028
15174
  Rulers: string;
15029
15175
  /**
15176
+ * Sets how Studio handles undo operations during runtime playback.
15177
+ *
15030
15178
  * - **ThreadSafety**: ReadSafe
15031
15179
  *
15032
15180
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#RuntimeUndoBehavior)
@@ -15041,12 +15189,16 @@ interface Studio extends Instance {
15041
15189
  */
15042
15190
  ScriptTimeoutLength: number;
15043
15191
  /**
15192
+ * Sets the color preset applied to the script editor.
15193
+ *
15044
15194
  * - **ThreadSafety**: ReadSafe
15045
15195
  *
15046
15196
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Script Editor Color Preset)
15047
15197
  */
15048
15198
  "Script Editor Color Preset": Enum.StudioScriptEditorColorPresets;
15049
15199
  /**
15200
+ * Sets the background color of the script editor scrollbar in Studio.
15201
+ *
15050
15202
  * - **ThreadSafety**: ReadSafe
15051
15203
  * - **Tags**: NotReplicated
15052
15204
  *
@@ -15054,6 +15206,8 @@ interface Studio extends Instance {
15054
15206
  */
15055
15207
  "Script Editor Scrollbar Background Color": Color3;
15056
15208
  /**
15209
+ * Sets the handle color of the script editor scrollbar in Studio.
15210
+ *
15057
15211
  * - **ThreadSafety**: ReadSafe
15058
15212
  * - **Tags**: NotReplicated
15059
15213
  *
@@ -15061,12 +15215,16 @@ interface Studio extends Instance {
15061
15215
  */
15062
15216
  "Script Editor Scrollbar Handle Color": Color3;
15063
15217
  /**
15218
+ * Controls whether the script editor allows scrolling below the last line.
15219
+ *
15064
15220
  * - **ThreadSafety**: ReadSafe
15065
15221
  *
15066
15222
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Scroll Past Last Line)
15067
15223
  */
15068
15224
  "Scroll Past Last Line": boolean;
15069
15225
  /**
15226
+ * Sets the secondary text color in Studio.
15227
+ *
15070
15228
  * - **ThreadSafety**: ReadSafe
15071
15229
  * - **Tags**: NotReplicated
15072
15230
  *
@@ -15088,6 +15246,8 @@ interface Studio extends Instance {
15088
15246
  */
15089
15247
  "Select/Hover Color": Color3;
15090
15248
  /**
15249
+ * Sets the background color of selected menu items in Studio.
15250
+ *
15091
15251
  * - **ThreadSafety**: ReadSafe
15092
15252
  * - **Tags**: NotReplicated
15093
15253
  *
@@ -15095,6 +15255,8 @@ interface Studio extends Instance {
15095
15255
  */
15096
15256
  "Selected Menu Item Background Color": Color3;
15097
15257
  /**
15258
+ * Sets the color of selected text in Studio.
15259
+ *
15098
15260
  * - **ThreadSafety**: ReadSafe
15099
15261
  * - **Tags**: NotReplicated
15100
15262
  *
@@ -15120,6 +15282,8 @@ interface Studio extends Instance {
15120
15282
  */
15121
15283
  "Selection Color": Color3;
15122
15284
  /**
15285
+ * Sets whether the pivot point is repositioned when parts are imported.
15286
+ *
15123
15287
  * - **ThreadSafety**: ReadSafe
15124
15288
  *
15125
15289
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Set Pivot of Imported Parts)
@@ -15172,12 +15336,16 @@ interface Studio extends Instance {
15172
15336
  */
15173
15337
  "Show Diagnostics Bar": boolean;
15174
15338
  /**
15339
+ * Controls whether FileSyncService is shown in the Explorer panel.
15340
+ *
15175
15341
  * - **ThreadSafety**: ReadSafe
15176
15342
  *
15177
15343
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Show FileSyncService)
15178
15344
  */
15179
15345
  "Show FileSyncService": boolean;
15180
15346
  /**
15347
+ * Controls whether hidden objects are visible in the Explorer panel.
15348
+ *
15181
15349
  * - **ThreadSafety**: ReadSafe
15182
15350
  *
15183
15351
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Show Hidden Objects in Explorer)
@@ -15208,18 +15376,24 @@ interface Studio extends Instance {
15208
15376
  */
15209
15377
  "Show Plugin GUI Service in Explorer": boolean;
15210
15378
  /**
15379
+ * Controls whether whitespace characters are shown as visible glyphs in the script editor.
15380
+ *
15211
15381
  * - **ThreadSafety**: ReadSafe
15212
15382
  *
15213
15383
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Show Whitespace)
15214
15384
  */
15215
15385
  "Show Whitespace": boolean;
15216
15386
  /**
15387
+ * Controls whether a plus button appears when hovering over items in the Explorer.
15388
+ *
15217
15389
  * - **ThreadSafety**: ReadSafe
15218
15390
  *
15219
15391
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Show plus button on hover in Explorer)
15220
15392
  */
15221
15393
  "Show plus button on hover in Explorer": boolean;
15222
15394
  /**
15395
+ * Controls whether the cursor skips over a typed closing bracket or quote if one already exists.
15396
+ *
15223
15397
  * - **ThreadSafety**: ReadSafe
15224
15398
  *
15225
15399
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Studio#Skip Closing Brackets and Quotes)
@@ -15268,6 +15442,8 @@ interface Studio extends Instance {
15268
15442
  */
15269
15443
  Theme: StudioTheme;
15270
15444
  /**
15445
+ * Sets the color of type annotations in the script editor.
15446
+ *
15271
15447
  * - **ThreadSafety**: ReadSafe
15272
15448
  * - **Tags**: NotReplicated
15273
15449
  *
@@ -15297,6 +15473,8 @@ interface Studio extends Instance {
15297
15473
  */
15298
15474
  "Warning Color": Color3;
15299
15475
  /**
15476
+ * Sets the color of visible whitespace characters in the script editor.
15477
+ *
15300
15478
  * - **ThreadSafety**: ReadSafe
15301
15479
  * - **Tags**: NotReplicated
15302
15480
  *
@@ -17466,7 +17644,7 @@ interface UnvalidatedAssetService extends Instance {
17466
17644
  readonly _nominal_UnvalidatedAssetService: unique symbol;
17467
17645
  }
17468
17646
  /**
17469
- * The UserGameSettings is a singleton class found inside of the `UserSettings` singleton. It holds various persistent settings relating to how the user wants to control their camera, and their character.
17647
+ * `UserGameSettings` is a singleton class found inside of the `UserSettings` singleton. It holds various persistent settings relating to how the user wants to control their camera, and their character.
17470
17648
  *
17471
17649
  * - **Tags**: NotCreatable, Service, NotReplicated
17472
17650
  *