@rbxts/types 1.0.867 → 1.0.869

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.
@@ -80,6 +80,7 @@ interface Services {
80
80
  GroupService: GroupService;
81
81
  GuiService: GuiService;
82
82
  HapticService: HapticService;
83
+ HarmonyService: HarmonyService;
83
84
  HeapProfilerService: HeapProfilerService;
84
85
  HeatmapService: HeatmapService;
85
86
  HeightmapImporterService: HeightmapImporterService;
@@ -1428,8 +1429,6 @@ interface EditableMesh extends RBXObject {
1428
1429
  * - **Tags**: CustomLuaState
1429
1430
  *
1430
1431
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithColor)
1431
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1432
- * @param colorId
1433
1432
  */
1434
1433
  GetFacesWithColor(this: EditableMesh, colorId: number): Array<unknown>;
1435
1434
  /**
@@ -1437,8 +1436,6 @@ interface EditableMesh extends RBXObject {
1437
1436
  * - **Tags**: CustomLuaState
1438
1437
  *
1439
1438
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithNormal)
1440
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1441
- * @param normalId
1442
1439
  */
1443
1440
  GetFacesWithNormal(this: EditableMesh, normalId: number): Array<unknown>;
1444
1441
  /**
@@ -1446,8 +1443,6 @@ interface EditableMesh extends RBXObject {
1446
1443
  * - **Tags**: CustomLuaState
1447
1444
  *
1448
1445
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithUV)
1449
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1450
- * @param uvId
1451
1446
  */
1452
1447
  GetFacesWithUV(this: EditableMesh, uvId: number): Array<unknown>;
1453
1448
  /**
@@ -1582,35 +1577,24 @@ interface EditableMesh extends RBXObject {
1582
1577
  * - **Tags**: CustomLuaState
1583
1578
  *
1584
1579
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexColors)
1585
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1586
- * @param vertexId
1587
1580
  */
1588
1581
  GetVertexColors(this: EditableMesh, vertexId: number): Array<unknown>;
1589
1582
  /**
1590
1583
  * - **ThreadSafety**: Unsafe
1591
1584
  *
1592
1585
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceColor)
1593
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1594
- * @param vertexId
1595
- * @param faceId
1596
1586
  */
1597
1587
  GetVertexFaceColor(this: EditableMesh, vertexId: number, faceId: number): number;
1598
1588
  /**
1599
1589
  * - **ThreadSafety**: Unsafe
1600
1590
  *
1601
1591
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceNormal)
1602
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1603
- * @param vertexId
1604
- * @param faceId
1605
1592
  */
1606
1593
  GetVertexFaceNormal(this: EditableMesh, vertexId: number, faceId: number): number;
1607
1594
  /**
1608
1595
  * - **ThreadSafety**: Unsafe
1609
1596
  *
1610
1597
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceUV)
1611
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1612
- * @param vertexId
1613
- * @param faceId
1614
1598
  */
1615
1599
  GetVertexFaceUV(this: EditableMesh, vertexId: number, faceId: number): number;
1616
1600
  /**
@@ -1618,8 +1602,6 @@ interface EditableMesh extends RBXObject {
1618
1602
  * - **Tags**: CustomLuaState
1619
1603
  *
1620
1604
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaces)
1621
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1622
- * @param vertexId
1623
1605
  */
1624
1606
  GetVertexFaces(this: EditableMesh, vertexId: number): Array<unknown>;
1625
1607
  /**
@@ -1627,8 +1609,6 @@ interface EditableMesh extends RBXObject {
1627
1609
  * - **Tags**: CustomLuaState
1628
1610
  *
1629
1611
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexNormals)
1630
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1631
- * @param vertexId
1632
1612
  */
1633
1613
  GetVertexNormals(this: EditableMesh, vertexId: number): Array<unknown>;
1634
1614
  /**
@@ -1636,8 +1616,6 @@ interface EditableMesh extends RBXObject {
1636
1616
  * - **Tags**: CustomLuaState
1637
1617
  *
1638
1618
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexUVs)
1639
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1640
- * @param vertexId
1641
1619
  */
1642
1620
  GetVertexUVs(this: EditableMesh, vertexId: number): Array<unknown>;
1643
1621
  /**
@@ -1671,8 +1649,6 @@ interface EditableMesh extends RBXObject {
1671
1649
  * - **Tags**: CustomLuaState
1672
1650
  *
1673
1651
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithColor)
1674
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1675
- * @param colorId
1676
1652
  */
1677
1653
  GetVerticesWithColor(this: EditableMesh, colorId: number): Array<unknown>;
1678
1654
  /**
@@ -1680,8 +1656,6 @@ interface EditableMesh extends RBXObject {
1680
1656
  * - **Tags**: CustomLuaState
1681
1657
  *
1682
1658
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithNormal)
1683
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1684
- * @param normalId
1685
1659
  */
1686
1660
  GetVerticesWithNormal(this: EditableMesh, normalId: number): Array<unknown>;
1687
1661
  /**
@@ -1689,8 +1663,6 @@ interface EditableMesh extends RBXObject {
1689
1663
  * - **Tags**: CustomLuaState
1690
1664
  *
1691
1665
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithUV)
1692
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1693
- * @param uvId
1694
1666
  */
1695
1667
  GetVerticesWithUV(this: EditableMesh, uvId: number): Array<unknown>;
1696
1668
  /**
@@ -1978,30 +1950,18 @@ interface EditableMesh extends RBXObject {
1978
1950
  * - **ThreadSafety**: Unsafe
1979
1951
  *
1980
1952
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceColor)
1981
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1982
- * @param vertexId
1983
- * @param faceId
1984
- * @param colorId
1985
1953
  */
1986
1954
  SetVertexFaceColor(this: EditableMesh, vertexId: number, faceId: number, colorId: number): void;
1987
1955
  /**
1988
1956
  * - **ThreadSafety**: Unsafe
1989
1957
  *
1990
1958
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceNormal)
1991
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
1992
- * @param vertexId
1993
- * @param faceId
1994
- * @param normalId
1995
1959
  */
1996
1960
  SetVertexFaceNormal(this: EditableMesh, vertexId: number, faceId: number, normalId: number): void;
1997
1961
  /**
1998
1962
  * - **ThreadSafety**: Unsafe
1999
1963
  *
2000
1964
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceUV)
2001
- * @param this Instance which allows for the runtime creation and manipulation of meshes.
2002
- * @param vertexId
2003
- * @param faceId
2004
- * @param uvId
2005
1965
  */
2006
1966
  SetVertexFaceUV(this: EditableMesh, vertexId: number, faceId: number, uvId: number): void;
2007
1967
  /**
@@ -3958,6 +3918,8 @@ interface AssetService extends Instance {
3958
3918
  * - **Tags**: Yields
3959
3919
  *
3960
3920
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AssetService#CreateSurfaceAppearanceAsync)
3921
+ * @param this A non-replicated service that handles asset-related queries to the Roblox web API.
3922
+ * @param content
3961
3923
  */
3962
3924
  CreateSurfaceAppearanceAsync(this: AssetService, content: object): SurfaceAppearance;
3963
3925
  /**
@@ -6998,6 +6960,7 @@ interface AvatarCreationService extends Instance {
6998
6960
  * @param this A service to support developer avatar creators.
6999
6961
  * @param player The `Player` that the avatar is being set up for.
7000
6962
  * @param model The humanoid `Model` that will be set up as an avatar.
6963
+ * @param progressCallback Optional callback function that will be invoked periodically with a progressInfo table with the overall progress (from 0 to 1). Type: `(progressInfo: { Progress: number }) -> ()`
7001
6964
  * @returns A unique identifier for the generated avatar.
7002
6965
  */
7003
6966
  AutoSetupAvatarAsync(this: AvatarCreationService, player: Player, model: Model, progressCallback?: Callback): string;
@@ -7006,8 +6969,6 @@ interface AvatarCreationService extends Instance {
7006
6969
  * - **Tags**: Yields
7007
6970
  *
7008
6971
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GenerateAvatar2DPreviewAsync)
7009
- * @param this A service to support developer avatar creators.
7010
- * @param avatarGeneration2dPreviewParams
7011
6972
  */
7012
6973
  GenerateAvatar2DPreviewAsync(this: AvatarCreationService, avatarGeneration2dPreviewParams: object): string;
7013
6974
  /**
@@ -7015,8 +6976,6 @@ interface AvatarCreationService extends Instance {
7015
6976
  * - **Tags**: Yields
7016
6977
  *
7017
6978
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#GenerateAvatarAsync)
7018
- * @param this A service to support developer avatar creators.
7019
- * @param avatarGenerationParams
7020
6979
  */
7021
6980
  GenerateAvatarAsync(this: AvatarCreationService, avatarGenerationParams: object): string;
7022
6981
  /**
@@ -7036,8 +6995,6 @@ interface AvatarCreationService extends Instance {
7036
6995
  * - **Tags**: Yields
7037
6996
  *
7038
6997
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#LoadAvatar2DPreviewAsync)
7039
- * @param this A service to support developer avatar creators.
7040
- * @param previewId
7041
6998
  */
7042
6999
  LoadAvatar2DPreviewAsync(this: AvatarCreationService, previewId: string): EditableImage;
7043
7000
  /**
@@ -7084,8 +7041,6 @@ interface AvatarCreationService extends Instance {
7084
7041
  * - **Tags**: Yields
7085
7042
  *
7086
7043
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#PromptSelectAvatarGenerationImageAsync)
7087
- * @param this A service to support developer avatar creators.
7088
- * @param player
7089
7044
  */
7090
7045
  PromptSelectAvatarGenerationImageAsync(this: AvatarCreationService, player: Player): string;
7091
7046
  /**
@@ -7093,9 +7048,6 @@ interface AvatarCreationService extends Instance {
7093
7048
  * - **Tags**: Yields
7094
7049
  *
7095
7050
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarCreationService#RequestAvatarGenerationSessionAsync)
7096
- * @param this A service to support developer avatar creators.
7097
- * @param player
7098
- * @param callback
7099
7051
  */
7100
7052
  RequestAvatarGenerationSessionAsync(this: AvatarCreationService, player: Player, callback: Callback): unknown;
7101
7053
  /**
@@ -15819,9 +15771,7 @@ interface GenerationService extends Instance {
15819
15771
  * @param this Service that allows developers to generate 3D objects from text prompts.
15820
15772
  * @param inputs A dictionary containing the mesh generation prompts. Currently, the only supported key is the `Prompt` (string) that describes the mesh to generate.
15821
15773
  * @param player The `Player` requesting the generation.
15822
- * @param options A dictionary for additional generation options to influence the result. The following key is supported: - `SuggestedSize` — Optional `Vector3` representing a size guide for the generated asset. The service will attempt to create a model with a size and proportion similar to the provided `Vector3`. This does not guarantee the final output size.
15823
- *
15824
- *
15774
+ * @param options A dictionary for additional generation options to influence the result. The following key is supported: - `SuggestedSize` — Optional `Vector3` representing a size guide for the generated asset. The service will attempt to create a model with a size and proportion similar to the provided `Vector3`. This does not guarantee the final output size.
15825
15775
  * @param intermediateResultCallback A callback function triggered with intermediate generation results. Useful for retrieving early mesh versions before textures are applied.
15826
15776
  * @returns A tuple of the generation ID (a unique ID returned for each invocation of `GenerateMeshAsync()`) and context ID (not currently used).
15827
15777
  */
@@ -18551,7 +18501,6 @@ interface VideoFrame extends GuiObject {
18551
18501
  Video: ContentId;
18552
18502
  /**
18553
18503
  * - **ThreadSafety**: ReadSafe
18554
- * - **Tags**: Hidden
18555
18504
  *
18556
18505
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoFrame#VideoContent)
18557
18506
  */
@@ -20357,6 +20306,13 @@ interface GuiService extends Instance {
20357
20306
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiService#TouchControlsEnabled)
20358
20307
  */
20359
20308
  TouchControlsEnabled: boolean;
20309
+ /**
20310
+ * - **ThreadSafety**: ReadSafe
20311
+ * - **Tags**: NotReplicated
20312
+ *
20313
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiService#ViewportDisplaySize)
20314
+ */
20315
+ readonly ViewportDisplaySize: Enum.DisplaySize;
20360
20316
  /**
20361
20317
  * **Deprecated:**
20362
20318
  *
@@ -20994,6 +20950,21 @@ interface HapticService extends Instance {
20994
20950
  */
20995
20951
  SetMotor(this: HapticService, inputType: CastsToEnum<Enum.UserInputType>, motor: CastsToEnum<Enum.VibrationMotor>, vibration: number): void;
20996
20952
  }
20953
+ /**
20954
+ * - **Tags**: NotCreatable, Service, NotReplicated
20955
+ *
20956
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HarmonyService)
20957
+ */
20958
+ interface HarmonyService extends Instance {
20959
+ /**
20960
+ * **DO NOT USE!**
20961
+ *
20962
+ * This field exists to force TypeScript to recognize this as a nominal type
20963
+ * @hidden
20964
+ * @deprecated
20965
+ */
20966
+ readonly _nominal_HarmonyService: unique symbol;
20967
+ }
20997
20968
  /**
20998
20969
  * - **Tags**: NotCreatable, Service
20999
20970
  *
@@ -25784,6 +25755,12 @@ interface AuroraScript extends LuaSourceContainer {
25784
25755
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#RemoveFrom)
25785
25756
  */
25786
25757
  RemoveFrom(this: AuroraScript, instance: Instance): void;
25758
+ /**
25759
+ * - **ThreadSafety**: Unsafe
25760
+ *
25761
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#SignalFired)
25762
+ */
25763
+ SignalFired(this: AuroraScript, instance: Instance, topic: string): RBXScriptSignal;
25787
25764
  }
25788
25765
  /**
25789
25766
  * The base class for all script objects which run automatically.
@@ -32749,7 +32726,6 @@ interface Player extends Instance {
32749
32726
  * - **ThreadSafety**: Unsafe
32750
32727
  *
32751
32728
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#GetData)
32752
- * @param this An object that represents a presently connected client to the experience.
32753
32729
  */
32754
32730
  GetData(this: Player): PlayerData;
32755
32731
  /**
@@ -34411,6 +34387,12 @@ interface ProximityPrompt extends Instance {
34411
34387
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPrompt#MaxActivationDistance)
34412
34388
  */
34413
34389
  MaxActivationDistance: number;
34390
+ /**
34391
+ * - **ThreadSafety**: ReadSafe
34392
+ *
34393
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPrompt#MaxIndicatorDistance)
34394
+ */
34395
+ MaxIndicatorDistance: number;
34414
34396
  /**
34415
34397
  * An optional property that determines the object name text shown to the user.
34416
34398
  *
@@ -34469,6 +34451,18 @@ interface ProximityPrompt extends Instance {
34469
34451
  * @param this An object that lets you prompt players to interact with an object in the 3D world.
34470
34452
  */
34471
34453
  InputHoldEnd(this: ProximityPrompt): void;
34454
+ /**
34455
+ * - **ThreadSafety**: Unsafe
34456
+ *
34457
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPrompt#IndicatorHidden)
34458
+ */
34459
+ readonly IndicatorHidden: RBXScriptSignal<() => void>;
34460
+ /**
34461
+ * - **ThreadSafety**: Unsafe
34462
+ *
34463
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPrompt#IndicatorShown)
34464
+ */
34465
+ readonly IndicatorShown: RBXScriptSignal<() => void>;
34472
34466
  /**
34473
34467
  * Triggered when a player begins holding down the `key`/button connected to a prompt with a non-zero `ProximityPrompt.HoldDuration`.
34474
34468
  *
@@ -34542,6 +34536,12 @@ interface ProximityPromptService extends Instance {
34542
34536
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPromptService#Enabled)
34543
34537
  */
34544
34538
  Enabled: boolean;
34539
+ /**
34540
+ * - **ThreadSafety**: ReadSafe
34541
+ *
34542
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPromptService#MaxIndicatorsVisible)
34543
+ */
34544
+ MaxIndicatorsVisible: number;
34545
34545
  /**
34546
34546
  * Maximum number of `ProximityPrompts` that will be shown to the player.
34547
34547
  *
@@ -34550,6 +34550,18 @@ interface ProximityPromptService extends Instance {
34550
34550
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPromptService#MaxPromptsVisible)
34551
34551
  */
34552
34552
  MaxPromptsVisible: number;
34553
+ /**
34554
+ * - **ThreadSafety**: Unsafe
34555
+ *
34556
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPromptService#IndicatorHidden)
34557
+ */
34558
+ readonly IndicatorHidden: RBXScriptSignal<(prompt: ProximityPrompt) => void>;
34559
+ /**
34560
+ * - **ThreadSafety**: Unsafe
34561
+ *
34562
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ProximityPromptService#IndicatorShown)
34563
+ */
34564
+ readonly IndicatorShown: RBXScriptSignal<(prompt: ProximityPrompt) => void>;
34553
34565
  /**
34554
34566
  * Triggers when the player begins holding down the `KeyboardKeyCode` key/button on a prompt with a non-zero `HoldDuration`.
34555
34567
  *
@@ -42863,6 +42875,12 @@ interface UIStroke extends UIComponent {
42863
42875
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#LineJoinMode)
42864
42876
  */
42865
42877
  LineJoinMode: Enum.LineJoinMode;
42878
+ /**
42879
+ * - **ThreadSafety**: ReadSafe
42880
+ *
42881
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#StrokeSizingMode)
42882
+ */
42883
+ StrokeSizingMode: Enum.StrokeSizingMode;
42866
42884
  /**
42867
42885
  * Determines the stroke's thickness.
42868
42886
  *
@@ -42879,6 +42897,12 @@ interface UIStroke extends UIComponent {
42879
42897
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#Transparency)
42880
42898
  */
42881
42899
  Transparency: number;
42900
+ /**
42901
+ * - **ThreadSafety**: ReadSafe
42902
+ *
42903
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIStroke#ZIndex)
42904
+ */
42905
+ ZIndex: number;
42882
42906
  }
42883
42907
  /**
42884
42908
  * - **Tags**: NotCreatable, Service, NotReplicated
@@ -83,6 +83,7 @@ interface Services {
83
83
  GroupService: GroupService;
84
84
  GuiService: GuiService;
85
85
  HapticService: HapticService;
86
+ HarmonyService: HarmonyService;
86
87
  HeapProfilerService: HeapProfilerService;
87
88
  HeatmapService: HeatmapService;
88
89
  HeightmapImporterService: HeightmapImporterService;
@@ -6618,6 +6619,21 @@ interface HapticService extends Instance {
6618
6619
  */
6619
6620
  readonly _nominal_HapticService: unique symbol;
6620
6621
  }
6622
+ /**
6623
+ * - **Tags**: NotCreatable, Service, NotReplicated
6624
+ *
6625
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HarmonyService)
6626
+ */
6627
+ interface HarmonyService extends Instance {
6628
+ /**
6629
+ * **DO NOT USE!**
6630
+ *
6631
+ * This field exists to force TypeScript to recognize this as a nominal type
6632
+ * @hidden
6633
+ * @deprecated
6634
+ */
6635
+ readonly _nominal_HarmonyService: unique symbol;
6636
+ }
6621
6637
  /**
6622
6638
  * - **Tags**: NotCreatable, Service
6623
6639
  *
@@ -9805,20 +9805,11 @@ declare namespace Enum {
9805
9805
  EnumType: typeof globalThis.Enum.DeviceForm;
9806
9806
  }
9807
9807
  export const VR: VR;
9808
- /**
9809
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceForm#Handheld)
9810
- */
9811
- export interface Handheld extends globalThis.EnumItem {
9812
- Name: "Handheld";
9813
- Value: 5;
9814
- EnumType: typeof globalThis.Enum.DeviceForm;
9815
- }
9816
- export const Handheld: Handheld;
9817
9808
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DeviceForm>;
9818
9809
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeviceForm | undefined;
9819
9810
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeviceForm | undefined;
9820
9811
  }
9821
- export type DeviceForm = DeviceForm.Console | DeviceForm.Phone | DeviceForm.Tablet | DeviceForm.Desktop | DeviceForm.VR | DeviceForm.Handheld;
9812
+ export type DeviceForm = DeviceForm.Console | DeviceForm.Phone | DeviceForm.Tablet | DeviceForm.Desktop | DeviceForm.VR;
9822
9813
  /**
9823
9814
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceLevel)
9824
9815
  */
@@ -22413,6 +22404,42 @@ declare namespace Enum {
22413
22404
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PhysicsSteppingMethod | undefined;
22414
22405
  }
22415
22406
  export type PhysicsSteppingMethod = PhysicsSteppingMethod.Default | PhysicsSteppingMethod.Fixed | PhysicsSteppingMethod.Adaptive;
22407
+ /**
22408
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlacePublishType)
22409
+ */
22410
+ export namespace PlacePublishType {
22411
+ /**
22412
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlacePublishType#None)
22413
+ */
22414
+ export interface None extends globalThis.EnumItem {
22415
+ Name: "None";
22416
+ Value: 0;
22417
+ EnumType: typeof globalThis.Enum.PlacePublishType;
22418
+ }
22419
+ export const None: None;
22420
+ /**
22421
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlacePublishType#Publish)
22422
+ */
22423
+ export interface Publish extends globalThis.EnumItem {
22424
+ Name: "Publish";
22425
+ Value: 1;
22426
+ EnumType: typeof globalThis.Enum.PlacePublishType;
22427
+ }
22428
+ export const Publish: Publish;
22429
+ /**
22430
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlacePublishType#Save)
22431
+ */
22432
+ export interface Save extends globalThis.EnumItem {
22433
+ Name: "Save";
22434
+ Value: 2;
22435
+ EnumType: typeof globalThis.Enum.PlacePublishType;
22436
+ }
22437
+ export const Save: Save;
22438
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlacePublishType>;
22439
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlacePublishType | undefined;
22440
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlacePublishType | undefined;
22441
+ }
22442
+ export type PlacePublishType = PlacePublishType.None | PlacePublishType.Publish | PlacePublishType.Save;
22416
22443
  /**
22417
22444
  * Host operating system of the client.
22418
22445
  *
@@ -27613,6 +27640,33 @@ declare namespace Enum {
27613
27640
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StreamingPauseMode | undefined;
27614
27641
  }
27615
27642
  export type StreamingPauseMode = StreamingPauseMode.Default | StreamingPauseMode.Disabled | StreamingPauseMode.ClientPhysicsPause;
27643
+ /**
27644
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode)
27645
+ */
27646
+ export namespace StrokeSizingMode {
27647
+ /**
27648
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode#FixedSize)
27649
+ */
27650
+ export interface FixedSize extends globalThis.EnumItem {
27651
+ Name: "FixedSize";
27652
+ Value: 0;
27653
+ EnumType: typeof globalThis.Enum.StrokeSizingMode;
27654
+ }
27655
+ export const FixedSize: FixedSize;
27656
+ /**
27657
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode#ScaledSize)
27658
+ */
27659
+ export interface ScaledSize extends globalThis.EnumItem {
27660
+ Name: "ScaledSize";
27661
+ Value: 1;
27662
+ EnumType: typeof globalThis.Enum.StrokeSizingMode;
27663
+ }
27664
+ export const ScaledSize: ScaledSize;
27665
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.StrokeSizingMode>;
27666
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.StrokeSizingMode | undefined;
27667
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StrokeSizingMode | undefined;
27668
+ }
27669
+ export type StrokeSizingMode = StrokeSizingMode.FixedSize | StrokeSizingMode.ScaledSize;
27616
27670
  /**
27617
27671
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioCloseMode)
27618
27672
  */
@@ -30154,7 +30208,7 @@ declare namespace Enum {
30154
30208
  }
30155
30209
  export type TeamCreateErrorState = TeamCreateErrorState.PlaceSizeTooLarge | TeamCreateErrorState.PlaceSizeApproachingLimit | TeamCreateErrorState.NoError;
30156
30210
  /**
30157
- * Represents the different lighting systems available for rendering the 3D world. It is used by the `Lighting.Technology` property.
30211
+ * Enum used by `Lighting.Technology` to represent the different lighting systems available for rendering the 3D world.
30158
30212
  *
30159
30213
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology)
30160
30214
  */
@@ -1863,7 +1863,7 @@ interface FloatCurveKey {
1863
1863
  type FloatCurveKeyConstructor = new (
1864
1864
  time: number,
1865
1865
  value: number,
1866
- interpolation: CastsToEnum<Enum.KeyInterpolationMode>,
1866
+ interpolation?: CastsToEnum<Enum.KeyInterpolationMode>,
1867
1867
  ) => FloatCurveKey;
1868
1868
  declare const FloatCurveKey: FloatCurveKeyConstructor;
1869
1869
 
@@ -2297,7 +2297,7 @@ interface RotationCurveKey {
2297
2297
  type RotationCurveKeyConstructor = new (
2298
2298
  time: number,
2299
2299
  value: CFrame,
2300
- interpolation: CastsToEnum<Enum.KeyInterpolationMode>,
2300
+ interpolation?: CastsToEnum<Enum.KeyInterpolationMode>,
2301
2301
  ) => RotationCurveKey;
2302
2302
  declare const RotationCurveKey: RotationCurveKeyConstructor;
2303
2303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/types",
3
- "version": "1.0.867",
3
+ "version": "1.0.869",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },