@rbxts/types 1.0.845 → 1.0.847

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.
@@ -69,6 +69,7 @@ interface Services {
69
69
  ExperienceStateCaptureService: ExperienceStateCaptureService;
70
70
  ExplorerServiceVisibilityService: ExplorerServiceVisibilityService;
71
71
  FaceAnimatorService: FaceAnimatorService;
72
+ FacialAgeEstimationService: FacialAgeEstimationService;
72
73
  FacialAnimationRecordingService: FacialAnimationRecordingService;
73
74
  FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
74
75
  FeatureRestrictionManager: FeatureRestrictionManager;
@@ -163,12 +164,12 @@ interface Services {
163
164
  ScriptRegistrationService: ScriptRegistrationService;
164
165
  Selection: Selection;
165
166
  SelectionHighlightManager: SelectionHighlightManager;
167
+ SerializationService: SerializationService;
166
168
  ServerScriptService: ServerScriptService;
167
169
  ServerStorage: ServerStorage;
168
170
  ServiceVisibilityService: ServiceVisibilityService;
169
171
  SessionService: SessionService;
170
172
  SharedTableRegistry: SharedTableRegistry;
171
- ShorelineUpgraderService: ShorelineUpgraderService;
172
173
  SmoothVoxelsUpgraderService: SmoothVoxelsUpgraderService;
173
174
  SnippetService: SnippetService;
174
175
  SocialService: SocialService;
@@ -192,6 +193,7 @@ interface Services {
192
193
  StudioUserService: StudioUserService;
193
194
  StudioWidgetsService: StudioWidgetsService;
194
195
  StylingService: StylingService;
196
+ SystemThemeService: SystemThemeService;
195
197
  TaskScheduler: TaskScheduler;
196
198
  TeamCreateData: TeamCreateData;
197
199
  TeamCreatePublishService: TeamCreatePublishService;
@@ -603,6 +605,7 @@ interface Instances extends Services, CreatableInstances {
603
605
  GuiObject: GuiObject;
604
606
  HandleAdornment: HandleAdornment;
605
607
  HandlesBase: HandlesBase;
608
+ ImportSession: ImportSession;
606
609
  InputObject: InputObject;
607
610
  Instance: Instance;
608
611
  InstanceAdornment: InstanceAdornment;
@@ -1357,21 +1360,6 @@ interface AssetImportService extends Instance {
1357
1360
  */
1358
1361
  readonly _nominal_AssetImportService: unique symbol;
1359
1362
  }
1360
- /**
1361
- * - **Tags**: NotCreatable, NotReplicated
1362
- *
1363
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetImportSession)
1364
- */
1365
- interface AssetImportSession extends Instance {
1366
- /**
1367
- * **DO NOT USE!**
1368
- *
1369
- * This field exists to force TypeScript to recognize this as a nominal type
1370
- * @hidden
1371
- * @deprecated
1372
- */
1373
- readonly _nominal_AssetImportSession: unique symbol;
1374
- }
1375
1363
  /**
1376
1364
  * - **Tags**: NotCreatable, Service, NotReplicated
1377
1365
  *
@@ -5017,6 +5005,21 @@ interface Texture extends Decal {
5017
5005
  */
5018
5006
  readonly _nominal_Texture: unique symbol;
5019
5007
  }
5008
+ /**
5009
+ * - **Tags**: NotCreatable, Service, NotReplicated
5010
+ *
5011
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FacialAgeEstimationService)
5012
+ */
5013
+ interface FacialAgeEstimationService extends Instance {
5014
+ /**
5015
+ * **DO NOT USE!**
5016
+ *
5017
+ * This field exists to force TypeScript to recognize this as a nominal type
5018
+ * @hidden
5019
+ * @deprecated
5020
+ */
5021
+ readonly _nominal_FacialAgeEstimationService: unique symbol;
5022
+ }
5020
5023
  /**
5021
5024
  * - **Tags**: NotCreatable, Service, NotReplicated
5022
5025
  *
@@ -6582,6 +6585,36 @@ interface IXPService extends Instance {
6582
6585
  */
6583
6586
  readonly _nominal_IXPService: unique symbol;
6584
6587
  }
6588
+ /**
6589
+ * - **Tags**: NotCreatable, NotReplicated
6590
+ *
6591
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImportSession)
6592
+ */
6593
+ interface ImportSession extends Instance {
6594
+ /**
6595
+ * **DO NOT USE!**
6596
+ *
6597
+ * This field exists to force TypeScript to recognize this as a nominal type
6598
+ * @hidden
6599
+ * @deprecated
6600
+ */
6601
+ readonly _nominal_ImportSession: unique symbol;
6602
+ }
6603
+ /**
6604
+ * - **Tags**: NotCreatable, NotReplicated
6605
+ *
6606
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetImportSession)
6607
+ */
6608
+ interface AssetImportSession extends ImportSession {
6609
+ /**
6610
+ * **DO NOT USE!**
6611
+ *
6612
+ * This field exists to force TypeScript to recognize this as a nominal type
6613
+ * @hidden
6614
+ * @deprecated
6615
+ */
6616
+ readonly _nominal_AssetImportSession: unique symbol;
6617
+ }
6585
6618
  /**
6586
6619
  * - **Tags**: NotCreatable, Service, NotReplicated
6587
6620
  *
@@ -7373,9 +7406,9 @@ interface AuroraScript extends LuaSourceContainer {
7373
7406
  /**
7374
7407
  * - **ThreadSafety**: ReadSafe
7375
7408
  *
7376
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#DumpMispredictions)
7409
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#EnableCulling)
7377
7410
  */
7378
- DumpMispredictions: boolean;
7411
+ EnableCulling: boolean;
7379
7412
  /**
7380
7413
  * - **ThreadSafety**: ReadSafe
7381
7414
  *
@@ -7385,15 +7418,9 @@ interface AuroraScript extends LuaSourceContainer {
7385
7418
  /**
7386
7419
  * - **ThreadSafety**: ReadSafe
7387
7420
  *
7388
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#LODDistanceFactor)
7421
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#LODCriticality)
7389
7422
  */
7390
- LODDistanceFactor: number;
7391
- /**
7392
- * - **ThreadSafety**: ReadSafe
7393
- *
7394
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#LODFrequencyFactor)
7395
- */
7396
- LODFrequencyFactor: number;
7423
+ LODCriticality: number;
7397
7424
  /**
7398
7425
  * - **ThreadSafety**: ReadSafe
7399
7426
  *
@@ -7552,6 +7579,8 @@ interface MarketplaceService extends Instance {
7552
7579
  readonly _nominal_MarketplaceService: unique symbol;
7553
7580
  }
7554
7581
  /**
7582
+ * The service responsible for managing custom matchmaking data.
7583
+ *
7555
7584
  * - **Tags**: NotCreatable, Service, NotReplicated
7556
7585
  *
7557
7586
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MatchmakingService)
@@ -9603,7 +9632,7 @@ interface Plugin extends Instance {
9603
9632
  */
9604
9633
  GetSelectedRibbonTool(this: Plugin): Enum.RibbonTool;
9605
9634
  /**
9606
- * Retrieves a previously stored value with the given key, or nil if the given key doesn't exist.
9635
+ * Retrieves a previously stored value with the given key, or `nil` if the given key doesn't exist.
9607
9636
  *
9608
9637
  * - **ThreadSafety**: Unsafe
9609
9638
  *
@@ -10036,7 +10065,7 @@ interface PluginMenu extends Instance {
10036
10065
  *
10037
10066
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PluginMenu#ShowAsync)
10038
10067
  * @param this A context menu that can be shown in Studio. Displays a list of `PluginActions` and supports submenus.
10039
- * @returns The `PluginAction` item that was selected or nil.
10068
+ * @returns The `PluginAction` item that was selected or `nil`.
10040
10069
  */
10041
10070
  ShowAsync(this: PluginMenu): Instance | undefined;
10042
10071
  }
@@ -11081,7 +11110,7 @@ interface ScriptEditorService extends Instance {
11081
11110
  */
11082
11111
  DeregisterScriptAnalysisCallback(this: ScriptEditorService, name: string): void;
11083
11112
  /**
11084
- * Returns the open `ScriptDocument` corresponding to the given `LuaSourceContainer`, or nil if the given script is not open.
11113
+ * Returns the open `ScriptDocument` corresponding to the given `LuaSourceContainer`, or `nil` if the given script is not open.
11085
11114
  *
11086
11115
  * - **ThreadSafety**: Unsafe
11087
11116
  *
@@ -11448,6 +11477,21 @@ interface FluidForceSensor extends SensorBase {
11448
11477
  */
11449
11478
  readonly _nominal_FluidForceSensor: unique symbol;
11450
11479
  }
11480
+ /**
11481
+ * - **Tags**: NotCreatable, Service
11482
+ *
11483
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SerializationService)
11484
+ */
11485
+ interface SerializationService extends Instance {
11486
+ /**
11487
+ * **DO NOT USE!**
11488
+ *
11489
+ * This field exists to force TypeScript to recognize this as a nominal type
11490
+ * @hidden
11491
+ * @deprecated
11492
+ */
11493
+ readonly _nominal_SerializationService: unique symbol;
11494
+ }
11451
11495
  /**
11452
11496
  * A container service for server-only `Script` objects.
11453
11497
  *
@@ -11657,21 +11701,6 @@ interface SharedTableRegistry extends Instance {
11657
11701
  */
11658
11702
  readonly _nominal_SharedTableRegistry: unique symbol;
11659
11703
  }
11660
- /**
11661
- * - **Tags**: NotCreatable, Service, NotReplicated
11662
- *
11663
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ShorelineUpgraderService)
11664
- */
11665
- interface ShorelineUpgraderService extends Instance {
11666
- /**
11667
- * **DO NOT USE!**
11668
- *
11669
- * This field exists to force TypeScript to recognize this as a nominal type
11670
- * @hidden
11671
- * @deprecated
11672
- */
11673
- readonly _nominal_ShorelineUpgraderService: unique symbol;
11674
- }
11675
11704
  /**
11676
11705
  * Changes the default appearance of the experience's sky.
11677
11706
  *
@@ -12559,8 +12588,8 @@ interface StudioService extends Instance {
12559
12588
  *
12560
12589
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioService#PromptImportFile)
12561
12590
  * @param this Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
12562
- * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only a JPG or PNG file to be selected. If no filter is provided, the filter is nil and allows the user to select any file type.
12563
- * @returns The imported `File`. Returns nil if no files were selected, or if the selected file was too large (FileSize greater than 100 megabytes).
12591
+ * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only a JPG or PNG file to be selected. If no filter is provided, the filter is `nil` and allows the user to select any file type.
12592
+ * @returns The imported `File`. Returns `nil` if no files were selected, or if the selected file was too large (FileSize greater than 100 megabytes).
12564
12593
  */
12565
12594
  PromptImportFile(this: StudioService, fileTypeFilter?: Array<unknown>): Instance | undefined;
12566
12595
  /**
@@ -12571,8 +12600,8 @@ interface StudioService extends Instance {
12571
12600
  *
12572
12601
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioService#PromptImportFiles)
12573
12602
  * @param this Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
12574
- * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only JPG and PNG files to be selected. If no filter is provided, the filter is nil and allows the user to select any file type.
12575
- * @returns The imported `Files`. Returns an empty list if no files were selected. Returns nil if the user selected one or more files that were too large (FileSize greater than 100 megabytes).
12603
+ * @param fileTypeFilter A list of file types that the user is allowed to select. File types are formatted without a period. For example, {"jpg", "png"} would allow only JPG and PNG files to be selected. If no filter is provided, the filter is `nil` and allows the user to select any file type.
12604
+ * @returns The imported `Files`. Returns an empty list if no files were selected. Returns `nil` if the user selected one or more files that were too large (FileSize greater than 100 megabytes).
12576
12605
  */
12577
12606
  PromptImportFiles(this: StudioService, fileTypeFilter?: Array<unknown>): Array<Instance>;
12578
12607
  }
@@ -12745,6 +12774,13 @@ interface SurfaceAppearance extends Instance {
12745
12774
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#ColorMap)
12746
12775
  */
12747
12776
  ColorMap: ContentId;
12777
+ /**
12778
+ * - **ThreadSafety**: ReadSafe
12779
+ * - **Tags**: Hidden
12780
+ *
12781
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#ColorMapContent)
12782
+ */
12783
+ set ColorMapContent(value: Content);
12748
12784
  /**
12749
12785
  * Determines which parts of the surface are metal or non-metal.
12750
12786
  *
@@ -12753,6 +12789,13 @@ interface SurfaceAppearance extends Instance {
12753
12789
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#MetalnessMap)
12754
12790
  */
12755
12791
  MetalnessMap: ContentId;
12792
+ /**
12793
+ * - **ThreadSafety**: ReadSafe
12794
+ * - **Tags**: Hidden
12795
+ *
12796
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#MetalnessMapContent)
12797
+ */
12798
+ set MetalnessMapContent(value: Content);
12756
12799
  /**
12757
12800
  * Modifies the lighting of the surface by adding bumps, dents, cracks, and curves.
12758
12801
  *
@@ -12761,6 +12804,13 @@ interface SurfaceAppearance extends Instance {
12761
12804
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#NormalMap)
12762
12805
  */
12763
12806
  NormalMap: ContentId;
12807
+ /**
12808
+ * - **ThreadSafety**: ReadSafe
12809
+ * - **Tags**: Hidden
12810
+ *
12811
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#NormalMapContent)
12812
+ */
12813
+ set NormalMapContent(value: Content);
12764
12814
  /**
12765
12815
  * Determines the apparent roughness across the surface.
12766
12816
  *
@@ -12769,6 +12819,28 @@ interface SurfaceAppearance extends Instance {
12769
12819
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#RoughnessMap)
12770
12820
  */
12771
12821
  RoughnessMap: ContentId;
12822
+ /**
12823
+ * - **ThreadSafety**: ReadSafe
12824
+ * - **Tags**: Hidden
12825
+ *
12826
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SurfaceAppearance#RoughnessMapContent)
12827
+ */
12828
+ set RoughnessMapContent(value: Content);
12829
+ }
12830
+ /**
12831
+ * - **Tags**: NotCreatable, Service, NotReplicated
12832
+ *
12833
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SystemThemeService)
12834
+ */
12835
+ interface SystemThemeService extends Instance {
12836
+ /**
12837
+ * **DO NOT USE!**
12838
+ *
12839
+ * This field exists to force TypeScript to recognize this as a nominal type
12840
+ * @hidden
12841
+ * @deprecated
12842
+ */
12843
+ readonly _nominal_SystemThemeService: unique symbol;
12772
12844
  }
12773
12845
  /**
12774
12846
  * Collection of settings for the *Task Scheduler* feature.