@rbxts/types 1.0.847 → 1.0.848

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.
@@ -70,6 +70,7 @@ interface Services {
70
70
  FacialAnimationRecordingService: FacialAnimationRecordingService;
71
71
  FacialAnimationStreamingServiceV2: FacialAnimationStreamingServiceV2;
72
72
  FeatureRestrictionManager: FeatureRestrictionManager;
73
+ FeedService: FeedService;
73
74
  GamepadService: GamepadService;
74
75
  GamePassService: GamePassService;
75
76
  GenerationService: GenerationService;
@@ -117,6 +118,7 @@ interface Services {
117
118
  PathfindingService: PathfindingService;
118
119
  PerformanceControlService: PerformanceControlService;
119
120
  PhysicsService: PhysicsService;
121
+ PlaceAssetIdsService: PlaceAssetIdsService;
120
122
  PlacesService: PlacesService;
121
123
  PlaceStatsService: PlaceStatsService;
122
124
  PlatformCloudStorageService: PlatformCloudStorageService;
@@ -563,6 +565,7 @@ interface Instances extends Services, CreatableInstances {
563
565
  FacialAnimationStreamingSubsessionStats: FacialAnimationStreamingSubsessionStats;
564
566
  FacsImportData: FacsImportData;
565
567
  Feature: Feature;
568
+ FeedPages: FeedPages;
566
569
  FormFactorPart: FormFactorPart;
567
570
  FriendPages: FriendPages;
568
571
  GenericSettings: GenericSettings;
@@ -1008,6 +1011,12 @@ interface EditableMesh extends RBXObject {
1008
1011
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SkinningEnabled)
1009
1012
  */
1010
1013
  SkinningEnabled: boolean;
1014
+ /**
1015
+ * - **ThreadSafety**: Unsafe
1016
+ *
1017
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddBone)
1018
+ */
1019
+ AddBone(this: EditableMesh, boneProperties: object): number;
1011
1020
  /**
1012
1021
  * Adds a new color to the geometry and returns a stable color ID.
1013
1022
  *
@@ -1135,6 +1144,42 @@ interface EditableMesh extends RBXObject {
1135
1144
  * @returns List of IDs of adjacent vertices around the given vertex ID.
1136
1145
  */
1137
1146
  GetAdjacentVertices(this: EditableMesh, vertexId: number): Array<number>;
1147
+ /**
1148
+ * - **ThreadSafety**: Unsafe
1149
+ *
1150
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneByName)
1151
+ */
1152
+ GetBoneByName(this: EditableMesh, boneName: string): number;
1153
+ /**
1154
+ * - **ThreadSafety**: Unsafe
1155
+ *
1156
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneCFrame)
1157
+ */
1158
+ GetBoneCFrame(this: EditableMesh, boneId: number): CFrame;
1159
+ /**
1160
+ * - **ThreadSafety**: Unsafe
1161
+ *
1162
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneIsVirtual)
1163
+ */
1164
+ GetBoneIsVirtual(this: EditableMesh, boneId: number): boolean;
1165
+ /**
1166
+ * - **ThreadSafety**: Unsafe
1167
+ *
1168
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneName)
1169
+ */
1170
+ GetBoneName(this: EditableMesh, boneId: number): string;
1171
+ /**
1172
+ * - **ThreadSafety**: Unsafe
1173
+ *
1174
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneParent)
1175
+ */
1176
+ GetBoneParent(this: EditableMesh, boneId: number): number;
1177
+ /**
1178
+ * - **ThreadSafety**: Unsafe
1179
+ *
1180
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBones)
1181
+ */
1182
+ GetBones(this: EditableMesh): Array<unknown>;
1138
1183
  /**
1139
1184
  * - **ThreadSafety**: Unsafe
1140
1185
  *
@@ -1278,6 +1323,30 @@ interface EditableMesh extends RBXObject {
1278
1323
  * @param uvId
1279
1324
  */
1280
1325
  GetFacesWithUV(this: EditableMesh, uvId: number): Array<unknown>;
1326
+ /**
1327
+ * - **ThreadSafety**: Unsafe
1328
+ *
1329
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsCorrectivePose)
1330
+ */
1331
+ GetFacsCorrectivePose(this: EditableMesh, actions: Array<unknown>): unknown;
1332
+ /**
1333
+ * - **ThreadSafety**: Unsafe
1334
+ *
1335
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsCorrectivePoses)
1336
+ */
1337
+ GetFacsCorrectivePoses(this: EditableMesh): Array<unknown>;
1338
+ /**
1339
+ * - **ThreadSafety**: Unsafe
1340
+ *
1341
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsPose)
1342
+ */
1343
+ GetFacsPose(this: EditableMesh, action: CastsToEnum<Enum.FacsActionUnit>): unknown;
1344
+ /**
1345
+ * - **ThreadSafety**: Unsafe
1346
+ *
1347
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsPoses)
1348
+ */
1349
+ GetFacsPoses(this: EditableMesh): Array<unknown>;
1281
1350
  /**
1282
1351
  * Returns the normal vector for the given normal ID.
1283
1352
  *
@@ -1341,6 +1410,18 @@ interface EditableMesh extends RBXObject {
1341
1410
  * @returns List of stable UV IDs.
1342
1411
  */
1343
1412
  GetUVs(this: EditableMesh): Array<unknown>;
1413
+ /**
1414
+ * - **ThreadSafety**: Unsafe
1415
+ *
1416
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexBoneWeights)
1417
+ */
1418
+ GetVertexBoneWeights(this: EditableMesh, vertexId: number): Array<unknown>;
1419
+ /**
1420
+ * - **ThreadSafety**: Unsafe
1421
+ *
1422
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexBones)
1423
+ */
1424
+ GetVertexBones(this: EditableMesh, vertexId: number): Array<unknown>;
1344
1425
  /**
1345
1426
  * - **ThreadSafety**: Unsafe
1346
1427
  * - **Tags**: CustomLuaState
@@ -1493,6 +1574,12 @@ interface EditableMesh extends RBXObject {
1493
1574
  Vector3,
1494
1575
  Vector3
1495
1576
  ]>;
1577
+ /**
1578
+ * - **ThreadSafety**: Unsafe
1579
+ *
1580
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#RemoveBone)
1581
+ */
1582
+ RemoveBone(this: EditableMesh, boneId: number): void;
1496
1583
  /**
1497
1584
  * Removes a face using its stable face ID.
1498
1585
  *
@@ -1523,6 +1610,30 @@ interface EditableMesh extends RBXObject {
1523
1610
  * @param normalId Stable normal ID to reset.
1524
1611
  */
1525
1612
  ResetNormal(this: EditableMesh, normalId: number): void;
1613
+ /**
1614
+ * - **ThreadSafety**: Unsafe
1615
+ *
1616
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneCFrame)
1617
+ */
1618
+ SetBoneCFrame(this: EditableMesh, boneId: number, cframe: CFrame): void;
1619
+ /**
1620
+ * - **ThreadSafety**: Unsafe
1621
+ *
1622
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneIsVirtual)
1623
+ */
1624
+ SetBoneIsVirtual(this: EditableMesh, boneId: number, virtual: boolean): void;
1625
+ /**
1626
+ * - **ThreadSafety**: Unsafe
1627
+ *
1628
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneName)
1629
+ */
1630
+ SetBoneName(this: EditableMesh, boneId: number, name: string): void;
1631
+ /**
1632
+ * - **ThreadSafety**: Unsafe
1633
+ *
1634
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneParent)
1635
+ */
1636
+ SetBoneParent(this: EditableMesh, boneId: number, parentBoneId: number): void;
1526
1637
  /**
1527
1638
  * Sets the color for a color ID.
1528
1639
  *
@@ -1593,6 +1704,24 @@ interface EditableMesh extends RBXObject {
1593
1704
  * @param ids List of new stable vertex IDs to use for the given face.
1594
1705
  */
1595
1706
  SetFaceVertices(this: EditableMesh, faceId: number, ids: Array<unknown>): void;
1707
+ /**
1708
+ * - **ThreadSafety**: Unsafe
1709
+ *
1710
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsBonePose)
1711
+ */
1712
+ SetFacsBonePose(this: EditableMesh, action: CastsToEnum<Enum.FacsActionUnit>, boneId: number, cframe: CFrame): void;
1713
+ /**
1714
+ * - **ThreadSafety**: Unsafe
1715
+ *
1716
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsCorrectivePose)
1717
+ */
1718
+ SetFacsCorrectivePose(this: EditableMesh, actions: Array<unknown>, boneIds: Array<unknown>, cframes: Array<unknown>): void;
1719
+ /**
1720
+ * - **ThreadSafety**: Unsafe
1721
+ *
1722
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsPose)
1723
+ */
1724
+ SetFacsPose(this: EditableMesh, action: CastsToEnum<Enum.FacsActionUnit>, boneIds: Array<unknown>, cframes: Array<unknown>): void;
1596
1725
  /**
1597
1726
  * Set the normal for a normal ID.
1598
1727
  *
@@ -1626,6 +1755,18 @@ interface EditableMesh extends RBXObject {
1626
1755
  * @param uv UV coordinates.
1627
1756
  */
1628
1757
  SetUV(this: EditableMesh, uvId: number, uv: Vector2): void;
1758
+ /**
1759
+ * - **ThreadSafety**: Unsafe
1760
+ *
1761
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexBoneWeights)
1762
+ */
1763
+ SetVertexBoneWeights(this: EditableMesh, vertexId: number, boneWeights: Array<unknown>): void;
1764
+ /**
1765
+ * - **ThreadSafety**: Unsafe
1766
+ *
1767
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexBones)
1768
+ */
1769
+ SetVertexBones(this: EditableMesh, vertexId: number, boneIDs: Array<unknown>): void;
1629
1770
  /**
1630
1771
  * - **ThreadSafety**: Unsafe
1631
1772
  *
@@ -1690,6 +1831,14 @@ interface Instance extends RBXObject {
1690
1831
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Instance#Archivable)
1691
1832
  */
1692
1833
  Archivable: boolean;
1834
+ /**
1835
+ * The set of capabilities allowed to be used for scripts inside this container.
1836
+ *
1837
+ * - **ThreadSafety**: ReadSafe
1838
+ *
1839
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Instance#Capabilities)
1840
+ */
1841
+ Capabilities: SecurityCapabilities;
1693
1842
  /**
1694
1843
  * A non-unique identifier of the `Instance`.
1695
1844
  *
@@ -1707,6 +1856,15 @@ interface Instance extends RBXObject {
1707
1856
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Instance#Parent)
1708
1857
  */
1709
1858
  Parent: Instance | undefined;
1859
+ /**
1860
+ * Turns the instance to be a sandboxed container.
1861
+ *
1862
+ * - **ThreadSafety**: ReadSafe
1863
+ * - **Tags**: NotReplicated
1864
+ *
1865
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Instance#Sandboxed)
1866
+ */
1867
+ Sandboxed: boolean;
1710
1868
  /**
1711
1869
  * Applies a tag to the instance.
1712
1870
  *
@@ -3463,6 +3621,8 @@ interface AssetService extends Instance {
3463
3621
  * - **ThreadSafety**: Unsafe
3464
3622
  *
3465
3623
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetService#CreateSurfaceAppearance)
3624
+ * @param this A non-replicated service that handles asset-related queries to the Roblox web API.
3625
+ * @param content
3466
3626
  */
3467
3627
  CreateSurfaceAppearance(this: AssetService, content: object): SurfaceAppearance;
3468
3628
  /**
@@ -6218,12 +6378,6 @@ interface AvatarCreationService extends Instance {
6218
6378
  * @returns Dictionary of validation rules as detailed above.
6219
6379
  */
6220
6380
  GetValidationRules(this: AvatarCreationService): object;
6221
- /**
6222
- * - **ThreadSafety**: Unsafe
6223
- *
6224
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#SendAnalyticsEvent)
6225
- */
6226
- SendAnalyticsEvent(this: AvatarCreationService, eventName: string, params: object): void;
6227
6381
  /**
6228
6382
  * - **ThreadSafety**: Unsafe
6229
6383
  * - **Tags**: Yields
@@ -6240,13 +6394,6 @@ interface AvatarCreationService extends Instance {
6240
6394
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GenerateAvatarAsync)
6241
6395
  */
6242
6396
  GenerateAvatarAsync(this: AvatarCreationService, avatarGenerationParams: object): string;
6243
- /**
6244
- * - **ThreadSafety**: Unsafe
6245
- * - **Tags**: Yields
6246
- *
6247
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GetAvatarGenerationConfig)
6248
- */
6249
- GetAvatarGenerationConfig(this: AvatarCreationService): object;
6250
6397
  /**
6251
6398
  * Gets the avatar creation token details for a list of avatar creation tokens at once.
6252
6399
  *
@@ -10069,6 +10216,18 @@ interface ConfigService extends Instance {
10069
10216
  * @deprecated
10070
10217
  */
10071
10218
  readonly _nominal_ConfigService: unique symbol;
10219
+ /**
10220
+ * - **ThreadSafety**: Unsafe
10221
+ *
10222
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConfigService#ClearTestingValue)
10223
+ */
10224
+ ClearTestingValue(this: ConfigService, key: string): void;
10225
+ /**
10226
+ * - **ThreadSafety**: Unsafe
10227
+ *
10228
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ConfigService#SetTestingValue)
10229
+ */
10230
+ SetTestingValue(this: ConfigService, key: string, value: unknown): void;
10072
10231
  /**
10073
10232
  * - **ThreadSafety**: Unsafe
10074
10233
  * - **Tags**: Yields
@@ -11938,7 +12097,7 @@ interface ContentProvider extends Instance {
11938
12097
  *
11939
12098
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ContentProvider#PreloadAsync)
11940
12099
  * @param this Service that is used to load content, or assets, into a game.
11941
- * @param contentIdList An array of instances or content ID strings (for images) to load.
12100
+ * @param contentIdList An array of instances to load.
11942
12101
  * @param callbackFunction The function called when each asset request completes. Returns the `content` string and the asset's final `AssetFetchStatus`.
11943
12102
  */
11944
12103
  PreloadAsync(this: ContentProvider, contentIdList: Array<Instance | string>, callback?: (contentId: string, status: Enum.AssetFetchStatus) => void): void;
@@ -14581,6 +14740,42 @@ interface FeatureRestrictionManager extends Instance {
14581
14740
  */
14582
14741
  readonly _nominal_FeatureRestrictionManager: unique symbol;
14583
14742
  }
14743
+ /**
14744
+ * - **Tags**: NotCreatable, Service
14745
+ *
14746
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService)
14747
+ */
14748
+ interface FeedService extends Instance {
14749
+ /**
14750
+ * **DO NOT USE!**
14751
+ *
14752
+ * This field exists to force TypeScript to recognize this as a nominal type
14753
+ * @hidden
14754
+ * @deprecated
14755
+ */
14756
+ readonly _nominal_FeedService: unique symbol;
14757
+ /**
14758
+ * - **ThreadSafety**: Unsafe
14759
+ * - **Tags**: Yields
14760
+ *
14761
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService#BatchRemoveFeedItemsAsync)
14762
+ */
14763
+ BatchRemoveFeedItemsAsync(this: FeedService, feedItemIds: Array<unknown>): void;
14764
+ /**
14765
+ * - **ThreadSafety**: Unsafe
14766
+ * - **Tags**: Yields
14767
+ *
14768
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService#GetFeedItemsAsync)
14769
+ */
14770
+ GetFeedItemsAsync(this: FeedService, getFeedRequest: object): FeedPages;
14771
+ /**
14772
+ * - **ThreadSafety**: Unsafe
14773
+ * - **Tags**: Yields
14774
+ *
14775
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedService#RegisterFeedItemsAsync)
14776
+ */
14777
+ RegisterFeedItemsAsync(this: FeedService, registerFeedItemsRequest: object): object;
14778
+ }
14584
14779
  /**
14585
14780
  * A particle emitter with the visual aesthetic of fire.
14586
14781
  *
@@ -16093,6 +16288,8 @@ interface GuiButton extends GuiObject {
16093
16288
  */
16094
16289
  AutoButtonColor: boolean;
16095
16290
  /**
16291
+ * A `HapticEffect` instance that will play when the `GuiButton` is being hovered.
16292
+ *
16096
16293
  * - **ThreadSafety**: ReadSafe
16097
16294
  *
16098
16295
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiButton#HoverHapticEffect)
@@ -16107,6 +16304,8 @@ interface GuiButton extends GuiObject {
16107
16304
  */
16108
16305
  Modal: boolean;
16109
16306
  /**
16307
+ * A `HapticEffect` instance that will play when the `GuiButton` is being pressed.
16308
+ *
16110
16309
  * - **ThreadSafety**: ReadSafe
16111
16310
  *
16112
16311
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiButton#PressHapticEffect)
@@ -16207,6 +16406,12 @@ interface ImageButton extends GuiButton {
16207
16406
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#HoverImage)
16208
16407
  */
16209
16408
  HoverImage: ContentId;
16409
+ /**
16410
+ * - **ThreadSafety**: ReadSafe
16411
+ *
16412
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#HoverImageContent)
16413
+ */
16414
+ HoverImageContent: Content;
16210
16415
  /**
16211
16416
  * The image content displayed by the `ImageButton` element. Reads and writes to `ImageContent`.
16212
16417
  *
@@ -16272,6 +16477,12 @@ interface ImageButton extends GuiButton {
16272
16477
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#PressedImage)
16273
16478
  */
16274
16479
  PressedImage: ContentId;
16480
+ /**
16481
+ * - **ThreadSafety**: ReadSafe
16482
+ *
16483
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageButton#PressedImageContent)
16484
+ */
16485
+ PressedImageContent: Content;
16275
16486
  /**
16276
16487
  * Selects the image resampling mode for the button.
16277
16488
  *
@@ -18681,6 +18892,12 @@ interface WireframeHandleAdornment extends HandleAdornment {
18681
18892
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WireframeHandleAdornment#Scale)
18682
18893
  */
18683
18894
  Scale: Vector3;
18895
+ /**
18896
+ * - **ThreadSafety**: ReadSafe
18897
+ *
18898
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WireframeHandleAdornment#Thickness)
18899
+ */
18900
+ Thickness: number;
18684
18901
  /**
18685
18902
  * - **ThreadSafety**: Unsafe
18686
18903
  *
@@ -18888,7 +19105,7 @@ interface ArcHandles extends HandlesBase {
18888
19105
  readonly MouseLeave: RBXScriptSignal<(axis: Enum.Axis) => void>;
18889
19106
  }
18890
19107
  /**
18891
- * The Handles object places 3D handles around any object that its Adornee is set to.
19108
+ * Places 3D handles around any object that its `Adornee` is set to.
18892
19109
  *
18893
19110
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Handles)
18894
19111
  */
@@ -18910,7 +19127,7 @@ interface Handles extends HandlesBase {
18910
19127
  */
18911
19128
  Faces: Faces;
18912
19129
  /**
18913
- * Sets the GUI style of the handles. Currently there are only two types; Resize and Movement.
19130
+ * Sets the GUI style of the handles.
18914
19131
  *
18915
19132
  * - **ThreadSafety**: ReadSafe
18916
19133
  *
@@ -19602,45 +19819,63 @@ interface HapticEffect extends Instance {
19602
19819
  */
19603
19820
  readonly _nominal_HapticEffect: unique symbol;
19604
19821
  /**
19822
+ * Whether the haptic effect loops continuously.
19823
+ *
19605
19824
  * - **ThreadSafety**: ReadSafe
19606
19825
  *
19607
19826
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Looped)
19608
19827
  */
19609
19828
  Looped: boolean;
19610
19829
  /**
19830
+ * Along with `Radius`, specifies the impact position relative to the input device and, effectively, how broadly that impact effects nearby motors.
19831
+ *
19611
19832
  * - **ThreadSafety**: ReadSafe
19612
19833
  *
19613
19834
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Position)
19614
19835
  */
19615
19836
  Position: Vector3;
19616
19837
  /**
19838
+ * Along with `Position`, specifies the impact radius relative to the input device and, effectively, how broadly that impact effects nearby motors.
19839
+ *
19617
19840
  * - **ThreadSafety**: ReadSafe
19618
19841
  *
19619
19842
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Radius)
19620
19843
  */
19621
19844
  Radius: number;
19622
19845
  /**
19846
+ * `HapticEffectType` describing the haptic type.
19847
+ *
19623
19848
  * - **ThreadSafety**: ReadSafe
19624
19849
  *
19625
19850
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Type)
19626
19851
  */
19627
19852
  Type: Enum.HapticEffectType;
19628
19853
  /**
19854
+ * Plays the haptic effect.
19855
+ *
19629
19856
  * - **ThreadSafety**: Unsafe
19630
19857
  *
19631
19858
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Play)
19859
+ * @param this
19632
19860
  */
19633
19861
  Play(this: HapticEffect): void;
19634
19862
  /**
19863
+ * Method used to define a custom waveform as a table and apply it to the haptic.
19864
+ *
19635
19865
  * - **ThreadSafety**: Unsafe
19636
19866
  *
19637
19867
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#SetWaveformKeys)
19868
+ * @param this
19869
+ * @param keys
19638
19870
  */
19639
19871
  SetWaveformKeys(this: HapticEffect, keys: Array<unknown>): void;
19640
19872
  /**
19873
+ * Stops the haptic effect.
19874
+ *
19641
19875
  * - **ThreadSafety**: Unsafe
19642
19876
  *
19643
19877
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HapticEffect#Stop)
19878
+ * @param this
19644
19879
  */
19645
19880
  Stop(this: HapticEffect): void;
19646
19881
  }
@@ -23458,6 +23693,13 @@ interface LanguageService extends Instance {
23458
23693
  * @deprecated
23459
23694
  */
23460
23695
  readonly _nominal_LanguageService: unique symbol;
23696
+ /**
23697
+ * - **ThreadSafety**: Unsafe
23698
+ * - **Tags**: Yields
23699
+ *
23700
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LanguageService#GetCapabilitiesUsedInPackageAsync)
23701
+ */
23702
+ GetCapabilitiesUsedInPackageAsync(this: LanguageService, instances: Array<Instance>): object;
23461
23703
  }
23462
23704
  /**
23463
23705
  * Light is a root class for dynamic lighting related objects.
@@ -29786,6 +30028,21 @@ interface DataStoreVersionPages extends Pages<DataStoreObjectVersionInfo> {
29786
30028
  */
29787
30029
  readonly _nominal_DataStoreVersionPages: unique symbol;
29788
30030
  }
30031
+ /**
30032
+ * - **Tags**: NotCreatable, NotReplicated
30033
+ *
30034
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FeedPages)
30035
+ */
30036
+ interface FeedPages extends Pages {
30037
+ /**
30038
+ * **DO NOT USE!**
30039
+ *
30040
+ * This field exists to force TypeScript to recognize this as a nominal type
30041
+ * @hidden
30042
+ * @deprecated
30043
+ */
30044
+ readonly _nominal_FeedPages: unique symbol;
30045
+ }
29789
30046
  /**
29790
30047
  * A special version of `Pages` that contains information about a player's friends.
29791
30048
  *
@@ -30792,6 +31049,21 @@ interface PhysicsService extends Instance {
30792
31049
  */
30793
31050
  UnregisterCollisionGroup(this: PhysicsService, name: string): void;
30794
31051
  }
31052
+ /**
31053
+ * - **Tags**: NotCreatable, Service
31054
+ *
31055
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlaceAssetIdsService)
31056
+ */
31057
+ interface PlaceAssetIdsService extends Instance {
31058
+ /**
31059
+ * **DO NOT USE!**
31060
+ *
31061
+ * This field exists to force TypeScript to recognize this as a nominal type
31062
+ * @hidden
31063
+ * @deprecated
31064
+ */
31065
+ readonly _nominal_PlaceAssetIdsService: unique symbol;
31066
+ }
30795
31067
  /**
30796
31068
  * - **Tags**: NotCreatable, Service, NotReplicated
30797
31069
  *
@@ -34195,6 +34467,8 @@ interface SerializationService extends Instance {
34195
34467
  */
34196
34468
  readonly _nominal_SerializationService: unique symbol;
34197
34469
  /**
34470
+ * Deserializes a `buffer` containing `.rbxm` content, returning a list of `instances`.
34471
+ *
34198
34472
  * - **ThreadSafety**: Unsafe
34199
34473
  * - **Tags**: Yields
34200
34474
  *
@@ -34204,6 +34478,8 @@ interface SerializationService extends Instance {
34204
34478
  */
34205
34479
  DeserializeInstancesAsync(this: SerializationService, buffer: buffer): Array<Instance>;
34206
34480
  /**
34481
+ * Serializes a list of `instances` to the `.rbxm` format, returning a `buffer` or `.rbxm` content.
34482
+ *
34207
34483
  * - **ThreadSafety**: Unsafe
34208
34484
  * - **Tags**: Yields
34209
34485
  *
@@ -35031,6 +35307,8 @@ interface SocialService extends Instance {
35031
35307
  * - **Tags**: Yields
35032
35308
  *
35033
35309
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SocialService#GetPartyAsync)
35310
+ * @param this Facilitates social functions that impact relationships made on the Roblox platform.
35311
+ * @param partyId
35034
35312
  */
35035
35313
  GetPartyAsync(this: SocialService, partyId: string): Array<unknown>;
35036
35314
  /**
@@ -36262,6 +36540,12 @@ interface StarterPlayer extends Instance {
36262
36540
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterPlayer#NameDisplayDistance)
36263
36541
  */
36264
36542
  NameDisplayDistance: number;
36543
+ /**
36544
+ * - **ThreadSafety**: ReadSafe
36545
+ *
36546
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StarterPlayer#RagdollDeath)
36547
+ */
36548
+ RagdollDeath: boolean;
36265
36549
  /**
36266
36550
  * Determines if user-owned emotes are loaded when loading avatars.
36267
36551
  *
@@ -36551,6 +36835,24 @@ interface Stats extends Instance {
36551
36835
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#UI3DTriangleCount)
36552
36836
  */
36553
36837
  readonly UI3DTriangleCount: number;
36838
+ /**
36839
+ * - **ThreadSafety**: Unsafe
36840
+ *
36841
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#GetHarmonyQualityLevel)
36842
+ */
36843
+ GetHarmonyQualityLevel(this: Stats): number;
36844
+ /**
36845
+ * - **ThreadSafety**: Unsafe
36846
+ *
36847
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#GetMemoryCategoryNames)
36848
+ */
36849
+ GetMemoryCategoryNames(this: Stats): Array<unknown>;
36850
+ /**
36851
+ * - **ThreadSafety**: Unsafe
36852
+ *
36853
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#GetMemoryUsageMbAllCategories)
36854
+ */
36855
+ GetMemoryUsageMbAllCategories(this: Stats): Array<unknown>;
36554
36856
  /**
36555
36857
  * Returns the number of megabytes that are being consumed in the specified `DeveloperMemoryTag` category.
36556
36858
  *
@@ -36570,6 +36872,18 @@ interface Stats extends Instance {
36570
36872
  * @param this Performance metrics for a game.
36571
36873
  */
36572
36874
  GetTotalMemoryUsageMb(this: Stats): number;
36875
+ /**
36876
+ * - **ThreadSafety**: Unsafe
36877
+ *
36878
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#ResetHarmonyMemoryTarget)
36879
+ */
36880
+ ResetHarmonyMemoryTarget(this: Stats): void;
36881
+ /**
36882
+ * - **ThreadSafety**: Unsafe
36883
+ *
36884
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Stats#SetHarmonyMemoryTarget)
36885
+ */
36886
+ SetHarmonyMemoryTarget(this: Stats, targetMB: number): void;
36573
36887
  }
36574
36888
  /**
36575
36889
  * - **Tags**: NotCreatable, Service, NotReplicated
@@ -36682,6 +36996,18 @@ interface StudioCameraService extends Instance {
36682
36996
  * @deprecated
36683
36997
  */
36684
36998
  readonly _nominal_StudioCameraService: unique symbol;
36999
+ /**
37000
+ * - **ThreadSafety**: ReadSafe
37001
+ *
37002
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCameraService#LockCameraSpeed)
37003
+ */
37004
+ LockCameraSpeed: boolean;
37005
+ /**
37006
+ * - **ThreadSafety**: Unsafe
37007
+ *
37008
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCameraService#ShowCameraSpeed)
37009
+ */
37010
+ readonly ShowCameraSpeed: RBXScriptSignal<(speed: number) => void>;
36685
37011
  }
36686
37012
  /**
36687
37013
  * - **Tags**: NotCreatable, Service, NotReplicated
@@ -41720,7 +42046,7 @@ interface UserInputService extends Instance {
41720
42046
  */
41721
42047
  readonly TouchLongPress: RBXScriptSignal<(touchPositions: Array<Vector2>, state: Enum.UserInputState, gameProcessedEvent: boolean) => void>;
41722
42048
  /**
41723
- * Fired when a user moves their finger on a TouchEnabled device - such as the screen of an Apple iPad or iPhone or a Google Android phone.
42049
+ * Fires when a user moves their finger on a `TouchEnabled` device, such as a tablet or smartphone.
41724
42050
  *
41725
42051
  * - **ThreadSafety**: Unsafe
41726
42052
  *
@@ -43054,15 +43380,12 @@ interface WebSocketClient extends Instance {
43054
43380
  * - **ThreadSafety**: Unsafe
43055
43381
  *
43056
43382
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebSocketClient#Close)
43057
- * @param this
43058
43383
  */
43059
43384
  Close(this: WebSocketClient): void;
43060
43385
  /**
43061
43386
  * - **ThreadSafety**: Unsafe
43062
43387
  *
43063
43388
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebSocketClient#Send)
43064
- * @param this
43065
- * @param data
43066
43389
  */
43067
43390
  Send(this: WebSocketClient, data: string): void;
43068
43391
  /**
@@ -43102,8 +43425,6 @@ interface WebSocketService extends Instance {
43102
43425
  * - **ThreadSafety**: Unsafe
43103
43426
  *
43104
43427
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WebSocketService#CreateClient)
43105
- * @param this
43106
- * @param uri
43107
43428
  */
43108
43429
  CreateClient(this: WebSocketService, uri: string): WebSocketClient;
43109
43430
  }