@rbxts/types 1.0.882 → 1.0.884

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.
@@ -1722,6 +1722,42 @@ declare namespace Enum {
1722
1722
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnimatorRetargetingMode | undefined;
1723
1723
  }
1724
1724
  export type AnimatorRetargetingMode = AnimatorRetargetingMode.Default | AnimatorRetargetingMode.Disabled | AnimatorRetargetingMode.Enabled;
1725
+ /**
1726
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationChannelContentPreference)
1727
+ */
1728
+ export namespace AnnotationChannelContentPreference {
1729
+ /**
1730
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationChannelContentPreference#None)
1731
+ */
1732
+ export interface None extends globalThis.EnumItem {
1733
+ Name: "None";
1734
+ Value: 0;
1735
+ EnumType: typeof globalThis.Enum.AnnotationChannelContentPreference;
1736
+ }
1737
+ export const None: None;
1738
+ /**
1739
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationChannelContentPreference#All)
1740
+ */
1741
+ export interface All extends globalThis.EnumItem {
1742
+ Name: "All";
1743
+ Value: 1;
1744
+ EnumType: typeof globalThis.Enum.AnnotationChannelContentPreference;
1745
+ }
1746
+ export const All: All;
1747
+ /**
1748
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationChannelContentPreference#Unknown)
1749
+ */
1750
+ export interface Unknown extends globalThis.EnumItem {
1751
+ Name: "Unknown";
1752
+ Value: 2;
1753
+ EnumType: typeof globalThis.Enum.AnnotationChannelContentPreference;
1754
+ }
1755
+ export const Unknown: Unknown;
1756
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnnotationChannelContentPreference>;
1757
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnnotationChannelContentPreference | undefined;
1758
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnnotationChannelContentPreference | undefined;
1759
+ }
1760
+ export type AnnotationChannelContentPreference = AnnotationChannelContentPreference.None | AnnotationChannelContentPreference.All | AnnotationChannelContentPreference.Unknown;
1725
1761
  /**
1726
1762
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationEditingMode)
1727
1763
  */
@@ -1758,6 +1794,51 @@ declare namespace Enum {
1758
1794
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnnotationEditingMode | undefined;
1759
1795
  }
1760
1796
  export type AnnotationEditingMode = AnnotationEditingMode.None | AnnotationEditingMode.PlacingNew | AnnotationEditingMode.WritingNew;
1797
+ /**
1798
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationPlaceContentPreference)
1799
+ */
1800
+ export namespace AnnotationPlaceContentPreference {
1801
+ /**
1802
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationPlaceContentPreference#None)
1803
+ */
1804
+ export interface None extends globalThis.EnumItem {
1805
+ Name: "None";
1806
+ Value: 0;
1807
+ EnumType: typeof globalThis.Enum.AnnotationPlaceContentPreference;
1808
+ }
1809
+ export const None: None;
1810
+ /**
1811
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationPlaceContentPreference#All)
1812
+ */
1813
+ export interface All extends globalThis.EnumItem {
1814
+ Name: "All";
1815
+ Value: 1;
1816
+ EnumType: typeof globalThis.Enum.AnnotationPlaceContentPreference;
1817
+ }
1818
+ export const All: All;
1819
+ /**
1820
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationPlaceContentPreference#MentionsAndReplies)
1821
+ */
1822
+ export interface MentionsAndReplies extends globalThis.EnumItem {
1823
+ Name: "MentionsAndReplies";
1824
+ Value: 2;
1825
+ EnumType: typeof globalThis.Enum.AnnotationPlaceContentPreference;
1826
+ }
1827
+ export const MentionsAndReplies: MentionsAndReplies;
1828
+ /**
1829
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationPlaceContentPreference#Unknown)
1830
+ */
1831
+ export interface Unknown extends globalThis.EnumItem {
1832
+ Name: "Unknown";
1833
+ Value: 3;
1834
+ EnumType: typeof globalThis.Enum.AnnotationPlaceContentPreference;
1835
+ }
1836
+ export const Unknown: Unknown;
1837
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnnotationPlaceContentPreference>;
1838
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnnotationPlaceContentPreference | undefined;
1839
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnnotationPlaceContentPreference | undefined;
1840
+ }
1841
+ export type AnnotationPlaceContentPreference = AnnotationPlaceContentPreference.None | AnnotationPlaceContentPreference.All | AnnotationPlaceContentPreference.MentionsAndReplies | AnnotationPlaceContentPreference.Unknown;
1761
1842
  /**
1762
1843
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus)
1763
1844
  */
@@ -2779,24 +2860,6 @@ declare namespace Enum {
2779
2860
  EnumType: typeof globalThis.Enum.AssetType;
2780
2861
  }
2781
2862
  export const PoseAnimation: PoseAnimation;
2782
- /**
2783
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#EarAccessory)
2784
- */
2785
- export interface EarAccessory extends globalThis.EnumItem {
2786
- Name: "EarAccessory";
2787
- Value: 57;
2788
- EnumType: typeof globalThis.Enum.AssetType;
2789
- }
2790
- export const EarAccessory: EarAccessory;
2791
- /**
2792
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#EyeAccessory)
2793
- */
2794
- export interface EyeAccessory extends globalThis.EnumItem {
2795
- Name: "EyeAccessory";
2796
- Value: 58;
2797
- EnumType: typeof globalThis.Enum.AssetType;
2798
- }
2799
- export const EyeAccessory: EyeAccessory;
2800
2863
  /**
2801
2864
  * The asset is an emote animation.
2802
2865
  *
@@ -2949,11 +3012,29 @@ declare namespace Enum {
2949
3012
  EnumType: typeof globalThis.Enum.AssetType;
2950
3013
  }
2951
3014
  export const DynamicHead: DynamicHead;
3015
+ /**
3016
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#EarAccessory)
3017
+ */
3018
+ export interface EarAccessory extends globalThis.EnumItem {
3019
+ Name: "EarAccessory";
3020
+ Value: 57;
3021
+ EnumType: typeof globalThis.Enum.AssetType;
3022
+ }
3023
+ export const EarAccessory: EarAccessory;
3024
+ /**
3025
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#EyeAccessory)
3026
+ */
3027
+ export interface EyeAccessory extends globalThis.EnumItem {
3028
+ Name: "EyeAccessory";
3029
+ Value: 58;
3030
+ EnumType: typeof globalThis.Enum.AssetType;
3031
+ }
3032
+ export const EyeAccessory: EyeAccessory;
2952
3033
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
2953
3034
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
2954
3035
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
2955
3036
  }
2956
- export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EarAccessory | AssetType.EyeAccessory | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead;
3037
+ export type AssetType = AssetType.Image | AssetType.TShirt | AssetType.Audio | AssetType.Mesh | AssetType.Lua | AssetType.Hat | AssetType.Place | AssetType.Model | AssetType.Shirt | AssetType.Pants | AssetType.Decal | AssetType.Head | AssetType.Face | AssetType.Gear | AssetType.Badge | AssetType.Animation | AssetType.Torso | AssetType.RightArm | AssetType.LeftArm | AssetType.LeftLeg | AssetType.RightLeg | AssetType.Package | AssetType.GamePass | AssetType.Plugin | AssetType.MeshPart | AssetType.HairAccessory | AssetType.FaceAccessory | AssetType.NeckAccessory | AssetType.ShoulderAccessory | AssetType.FrontAccessory | AssetType.BackAccessory | AssetType.WaistAccessory | AssetType.ClimbAnimation | AssetType.DeathAnimation | AssetType.FallAnimation | AssetType.IdleAnimation | AssetType.JumpAnimation | AssetType.RunAnimation | AssetType.SwimAnimation | AssetType.WalkAnimation | AssetType.PoseAnimation | AssetType.EmoteAnimation | AssetType.Video | AssetType.TShirtAccessory | AssetType.ShirtAccessory | AssetType.PantsAccessory | AssetType.JacketAccessory | AssetType.SweaterAccessory | AssetType.ShortsAccessory | AssetType.LeftShoeAccessory | AssetType.RightShoeAccessory | AssetType.DressSkirtAccessory | AssetType.FontFamily | AssetType.EyebrowAccessory | AssetType.EyelashAccessory | AssetType.MoodAnimation | AssetType.DynamicHead | AssetType.EarAccessory | AssetType.EyeAccessory;
2957
3038
  /**
2958
3039
  * Determines the asset type verification mode.
2959
3040
  *
@@ -5237,10 +5318,18 @@ declare namespace Enum {
5237
5318
  }
5238
5319
  export type BorderMode = BorderMode.Outline | BorderMode.Middle | BorderMode.Inset;
5239
5320
  /**
5321
+ * Used by `UIStroke.BorderStrokePosition` to determine the stroke's position on its parent's border.
5322
+ *
5240
5323
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition)
5241
5324
  */
5242
5325
  export namespace BorderStrokePosition {
5243
5326
  /**
5327
+ * The stroke renders on the outer border of the parent UI element.
5328
+ *
5329
+ *
5330
+ *
5331
+ * ![](https://prod.docsiteassets.roblox.com/../../../assets/ui/ui-objects/UIStroke-BorderStrokePosition-Outer.png)
5332
+ *
5244
5333
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Outer)
5245
5334
  */
5246
5335
  export interface Outer extends globalThis.EnumItem {
@@ -5250,6 +5339,12 @@ declare namespace Enum {
5250
5339
  }
5251
5340
  export const Outer: Outer;
5252
5341
  /**
5342
+ * The stroke renders on the center border of the parent UI element.
5343
+ *
5344
+ *
5345
+ *
5346
+ * ![](https://prod.docsiteassets.roblox.com/../../../assets/ui/ui-objects/UIStroke-BorderStrokePosition-Center.png)
5347
+ *
5253
5348
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Center)
5254
5349
  */
5255
5350
  export interface Center extends globalThis.EnumItem {
@@ -5259,6 +5354,12 @@ declare namespace Enum {
5259
5354
  }
5260
5355
  export const Center: Center;
5261
5356
  /**
5357
+ * The stroke renders on the inner border of the parent UI element.
5358
+ *
5359
+ *
5360
+ *
5361
+ * ![](https://prod.docsiteassets.roblox.com/../../../assets/ui/ui-objects/UIStroke-BorderStrokePosition-Inner.png)
5362
+ *
5262
5363
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/BorderStrokePosition#Inner)
5263
5364
  */
5264
5365
  export interface Inner extends globalThis.EnumItem {
@@ -9623,16 +9724,18 @@ declare namespace Enum {
9623
9724
  }
9624
9725
  export const PhysicsCollision: PhysicsCollision;
9625
9726
  /**
9626
- * Physics bodies and the components that control their behavior.
9627
- *
9628
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeveloperMemoryTag#PhysicsParts)
9727
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeveloperMemoryTag#BaseParts)
9629
9728
  */
9630
- export interface PhysicsParts extends globalThis.EnumItem {
9631
- Name: "PhysicsParts";
9729
+ export interface BaseParts extends globalThis.EnumItem {
9730
+ Name: "BaseParts";
9632
9731
  Value: 7;
9633
9732
  EnumType: typeof globalThis.Enum.DeveloperMemoryTag;
9634
9733
  }
9635
- export const PhysicsParts: PhysicsParts;
9734
+ export const BaseParts: BaseParts;
9735
+ /**
9736
+ * @deprecated renamed to BaseParts
9737
+ */
9738
+ export const PhysicsParts: BaseParts;
9636
9739
  /**
9637
9740
  * Rendering solid models (stuff made with Union, Negate, etc.).
9638
9741
  *
@@ -9809,7 +9912,7 @@ declare namespace Enum {
9809
9912
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DeveloperMemoryTag | undefined;
9810
9913
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DeveloperMemoryTag | undefined;
9811
9914
  }
9812
- export type DeveloperMemoryTag = DeveloperMemoryTag.Internal | DeveloperMemoryTag.HttpCache | DeveloperMemoryTag.Instances | DeveloperMemoryTag.Signals | DeveloperMemoryTag.LuaHeap | DeveloperMemoryTag.Script | DeveloperMemoryTag.PhysicsCollision | DeveloperMemoryTag.PhysicsParts | DeveloperMemoryTag.GraphicsSolidModels | DeveloperMemoryTag.GraphicsMeshParts | DeveloperMemoryTag.GraphicsParticles | DeveloperMemoryTag.GraphicsParts | DeveloperMemoryTag.GraphicsSpatialHash | DeveloperMemoryTag.GraphicsTerrain | DeveloperMemoryTag.GraphicsTexture | DeveloperMemoryTag.GraphicsTextureCharacter | DeveloperMemoryTag.Sounds | DeveloperMemoryTag.StreamingSounds | DeveloperMemoryTag.TerrainVoxels | DeveloperMemoryTag.Gui | DeveloperMemoryTag.Animation | DeveloperMemoryTag.Navigation | DeveloperMemoryTag.GeometryCSG | DeveloperMemoryTag.GraphicsSlimModels;
9915
+ export type DeveloperMemoryTag = DeveloperMemoryTag.Internal | DeveloperMemoryTag.HttpCache | DeveloperMemoryTag.Instances | DeveloperMemoryTag.Signals | DeveloperMemoryTag.LuaHeap | DeveloperMemoryTag.Script | DeveloperMemoryTag.PhysicsCollision | DeveloperMemoryTag.BaseParts | DeveloperMemoryTag.GraphicsSolidModels | DeveloperMemoryTag.GraphicsMeshParts | DeveloperMemoryTag.GraphicsParticles | DeveloperMemoryTag.GraphicsParts | DeveloperMemoryTag.GraphicsSpatialHash | DeveloperMemoryTag.GraphicsTerrain | DeveloperMemoryTag.GraphicsTexture | DeveloperMemoryTag.GraphicsTextureCharacter | DeveloperMemoryTag.Sounds | DeveloperMemoryTag.StreamingSounds | DeveloperMemoryTag.TerrainVoxels | DeveloperMemoryTag.Gui | DeveloperMemoryTag.Animation | DeveloperMemoryTag.Navigation | DeveloperMemoryTag.GeometryCSG | DeveloperMemoryTag.GraphicsSlimModels;
9813
9916
  /**
9814
9917
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DeviceFeatureType)
9815
9918
  */
@@ -10859,6 +10962,114 @@ declare namespace Enum {
10859
10962
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceAuthScope | undefined;
10860
10963
  }
10861
10964
  export type ExperienceAuthScope = ExperienceAuthScope.DefaultScope | ExperienceAuthScope.CreatorAssetsCreate;
10965
+ /**
10966
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadMode)
10967
+ */
10968
+ export namespace ExperienceStateRecordingLoadMode {
10969
+ /**
10970
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadMode#NewReplay)
10971
+ */
10972
+ export interface NewReplay extends globalThis.EnumItem {
10973
+ Name: "NewReplay";
10974
+ Value: 0;
10975
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingLoadMode;
10976
+ }
10977
+ export const NewReplay: NewReplay;
10978
+ /**
10979
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadMode#ContiguousSlice)
10980
+ */
10981
+ export interface ContiguousSlice extends globalThis.EnumItem {
10982
+ Name: "ContiguousSlice";
10983
+ Value: 1;
10984
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingLoadMode;
10985
+ }
10986
+ export const ContiguousSlice: ContiguousSlice;
10987
+ /**
10988
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadMode#NoncontiguousSlice)
10989
+ */
10990
+ export interface NoncontiguousSlice extends globalThis.EnumItem {
10991
+ Name: "NoncontiguousSlice";
10992
+ Value: 2;
10993
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingLoadMode;
10994
+ }
10995
+ export const NoncontiguousSlice: NoncontiguousSlice;
10996
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExperienceStateRecordingLoadMode>;
10997
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExperienceStateRecordingLoadMode | undefined;
10998
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceStateRecordingLoadMode | undefined;
10999
+ }
11000
+ export type ExperienceStateRecordingLoadMode = ExperienceStateRecordingLoadMode.NewReplay | ExperienceStateRecordingLoadMode.ContiguousSlice | ExperienceStateRecordingLoadMode.NoncontiguousSlice;
11001
+ /**
11002
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadSourceType)
11003
+ */
11004
+ export namespace ExperienceStateRecordingLoadSourceType {
11005
+ /**
11006
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadSourceType#S3Url)
11007
+ */
11008
+ export interface S3Url extends globalThis.EnumItem {
11009
+ Name: "S3Url";
11010
+ Value: 0;
11011
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingLoadSourceType;
11012
+ }
11013
+ export const S3Url: S3Url;
11014
+ /**
11015
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingLoadSourceType#File)
11016
+ */
11017
+ export interface File extends globalThis.EnumItem {
11018
+ Name: "File";
11019
+ Value: 1;
11020
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingLoadSourceType;
11021
+ }
11022
+ export const File: File;
11023
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExperienceStateRecordingLoadSourceType>;
11024
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExperienceStateRecordingLoadSourceType | undefined;
11025
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceStateRecordingLoadSourceType | undefined;
11026
+ }
11027
+ export type ExperienceStateRecordingLoadSourceType = ExperienceStateRecordingLoadSourceType.S3Url | ExperienceStateRecordingLoadSourceType.File;
11028
+ /**
11029
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingPlaybackMode)
11030
+ */
11031
+ export namespace ExperienceStateRecordingPlaybackMode {
11032
+ /**
11033
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingPlaybackMode#Undefined)
11034
+ */
11035
+ export interface Undefined extends globalThis.EnumItem {
11036
+ Name: "Undefined";
11037
+ Value: 0;
11038
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingPlaybackMode;
11039
+ }
11040
+ export const Undefined: Undefined;
11041
+ /**
11042
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingPlaybackMode#Stopped)
11043
+ */
11044
+ export interface Stopped extends globalThis.EnumItem {
11045
+ Name: "Stopped";
11046
+ Value: 1;
11047
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingPlaybackMode;
11048
+ }
11049
+ export const Stopped: Stopped;
11050
+ /**
11051
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingPlaybackMode#Playing)
11052
+ */
11053
+ export interface Playing extends globalThis.EnumItem {
11054
+ Name: "Playing";
11055
+ Value: 2;
11056
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingPlaybackMode;
11057
+ }
11058
+ export const Playing: Playing;
11059
+ /**
11060
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExperienceStateRecordingPlaybackMode#Rewinding)
11061
+ */
11062
+ export interface Rewinding extends globalThis.EnumItem {
11063
+ Name: "Rewinding";
11064
+ Value: 3;
11065
+ EnumType: typeof globalThis.Enum.ExperienceStateRecordingPlaybackMode;
11066
+ }
11067
+ export const Rewinding: Rewinding;
11068
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ExperienceStateRecordingPlaybackMode>;
11069
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ExperienceStateRecordingPlaybackMode | undefined;
11070
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ExperienceStateRecordingPlaybackMode | undefined;
11071
+ }
11072
+ export type ExperienceStateRecordingPlaybackMode = ExperienceStateRecordingPlaybackMode.Undefined | ExperienceStateRecordingPlaybackMode.Stopped | ExperienceStateRecordingPlaybackMode.Playing | ExperienceStateRecordingPlaybackMode.Rewinding;
10862
11073
  /**
10863
11074
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ExplosionType)
10864
11075
  */
@@ -22045,11 +22256,20 @@ declare namespace Enum {
22045
22256
  EnumType: typeof globalThis.Enum.ParticleFlipbookLayout;
22046
22257
  }
22047
22258
  export const Grid8x8: Grid8x8;
22259
+ /**
22260
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ParticleFlipbookLayout#Custom)
22261
+ */
22262
+ export interface Custom extends globalThis.EnumItem {
22263
+ Name: "Custom";
22264
+ Value: 4;
22265
+ EnumType: typeof globalThis.Enum.ParticleFlipbookLayout;
22266
+ }
22267
+ export const Custom: Custom;
22048
22268
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ParticleFlipbookLayout>;
22049
22269
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ParticleFlipbookLayout | undefined;
22050
22270
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ParticleFlipbookLayout | undefined;
22051
22271
  }
22052
- export type ParticleFlipbookLayout = ParticleFlipbookLayout.None | ParticleFlipbookLayout.Grid2x2 | ParticleFlipbookLayout.Grid4x4 | ParticleFlipbookLayout.Grid8x8;
22272
+ export type ParticleFlipbookLayout = ParticleFlipbookLayout.None | ParticleFlipbookLayout.Grid2x2 | ParticleFlipbookLayout.Grid4x4 | ParticleFlipbookLayout.Grid8x8 | ParticleFlipbookLayout.Custom;
22053
22273
  /**
22054
22274
  * Determines the type of the flipbook animation.
22055
22275
  *
@@ -22565,6 +22785,51 @@ declare namespace Enum {
22565
22785
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PhysicsSteppingMethod | undefined;
22566
22786
  }
22567
22787
  export type PhysicsSteppingMethod = PhysicsSteppingMethod.Default | PhysicsSteppingMethod.Fixed | PhysicsSteppingMethod.Adaptive;
22788
+ /**
22789
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlaceContentPreference)
22790
+ */
22791
+ export namespace PlaceContentPreference {
22792
+ /**
22793
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlaceContentPreference#None)
22794
+ */
22795
+ export interface None extends globalThis.EnumItem {
22796
+ Name: "None";
22797
+ Value: 0;
22798
+ EnumType: typeof globalThis.Enum.PlaceContentPreference;
22799
+ }
22800
+ export const None: None;
22801
+ /**
22802
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlaceContentPreference#All)
22803
+ */
22804
+ export interface All extends globalThis.EnumItem {
22805
+ Name: "All";
22806
+ Value: 1;
22807
+ EnumType: typeof globalThis.Enum.PlaceContentPreference;
22808
+ }
22809
+ export const All: All;
22810
+ /**
22811
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlaceContentPreference#MentionsAndReplies)
22812
+ */
22813
+ export interface MentionsAndReplies extends globalThis.EnumItem {
22814
+ Name: "MentionsAndReplies";
22815
+ Value: 2;
22816
+ EnumType: typeof globalThis.Enum.PlaceContentPreference;
22817
+ }
22818
+ export const MentionsAndReplies: MentionsAndReplies;
22819
+ /**
22820
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlaceContentPreference#Unknown)
22821
+ */
22822
+ export interface Unknown extends globalThis.EnumItem {
22823
+ Name: "Unknown";
22824
+ Value: 3;
22825
+ EnumType: typeof globalThis.Enum.PlaceContentPreference;
22826
+ }
22827
+ export const Unknown: Unknown;
22828
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PlaceContentPreference>;
22829
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PlaceContentPreference | undefined;
22830
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PlaceContentPreference | undefined;
22831
+ }
22832
+ export type PlaceContentPreference = PlaceContentPreference.None | PlaceContentPreference.All | PlaceContentPreference.MentionsAndReplies | PlaceContentPreference.Unknown;
22568
22833
  /**
22569
22834
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlacePublishType)
22570
22835
  */
@@ -23311,14 +23576,14 @@ declare namespace Enum {
23311
23576
  */
23312
23577
  export namespace PredictionMode {
23313
23578
  /**
23314
- * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#Auto)
23579
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#Automatic)
23315
23580
  */
23316
- export interface Auto extends globalThis.EnumItem {
23317
- Name: "Auto";
23581
+ export interface Automatic extends globalThis.EnumItem {
23582
+ Name: "Automatic";
23318
23583
  Value: 0;
23319
23584
  EnumType: typeof globalThis.Enum.PredictionMode;
23320
23585
  }
23321
- export const Auto: Auto;
23586
+ export const Automatic: Automatic;
23322
23587
  /**
23323
23588
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PredictionMode#On)
23324
23589
  */
@@ -23341,7 +23606,7 @@ declare namespace Enum {
23341
23606
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PredictionMode | undefined;
23342
23607
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PredictionMode | undefined;
23343
23608
  }
23344
- export type PredictionMode = PredictionMode.Auto | PredictionMode.On | PredictionMode.Off;
23609
+ export type PredictionMode = PredictionMode.Automatic | PredictionMode.On | PredictionMode.Off;
23345
23610
  /**
23346
23611
  * This enum is used with `UserInputService.PreferredInput` to indicate the primary input type a player is likely using.
23347
23612
  *
@@ -23786,11 +24051,47 @@ declare namespace Enum {
23786
24051
  EnumType: typeof globalThis.Enum.PromptCreateAssetResult;
23787
24052
  }
23788
24053
  export const UnknownFailure: UnknownFailure;
24054
+ /**
24055
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PromptCreateAssetResult#UGCValidationFailed)
24056
+ */
24057
+ export interface UGCValidationFailed extends globalThis.EnumItem {
24058
+ Name: "UGCValidationFailed";
24059
+ Value: 7;
24060
+ EnumType: typeof globalThis.Enum.PromptCreateAssetResult;
24061
+ }
24062
+ export const UGCValidationFailed: UGCValidationFailed;
24063
+ /**
24064
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PromptCreateAssetResult#ModeratedName)
24065
+ */
24066
+ export interface ModeratedName extends globalThis.EnumItem {
24067
+ Name: "ModeratedName";
24068
+ Value: 8;
24069
+ EnumType: typeof globalThis.Enum.PromptCreateAssetResult;
24070
+ }
24071
+ export const ModeratedName: ModeratedName;
24072
+ /**
24073
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PromptCreateAssetResult#PurchaseFailure)
24074
+ */
24075
+ export interface PurchaseFailure extends globalThis.EnumItem {
24076
+ Name: "PurchaseFailure";
24077
+ Value: 9;
24078
+ EnumType: typeof globalThis.Enum.PromptCreateAssetResult;
24079
+ }
24080
+ export const PurchaseFailure: PurchaseFailure;
24081
+ /**
24082
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PromptCreateAssetResult#TokenInvalid)
24083
+ */
24084
+ export interface TokenInvalid extends globalThis.EnumItem {
24085
+ Name: "TokenInvalid";
24086
+ Value: 10;
24087
+ EnumType: typeof globalThis.Enum.PromptCreateAssetResult;
24088
+ }
24089
+ export const TokenInvalid: TokenInvalid;
23789
24090
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PromptCreateAssetResult>;
23790
24091
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PromptCreateAssetResult | undefined;
23791
24092
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PromptCreateAssetResult | undefined;
23792
24093
  }
23793
- export type PromptCreateAssetResult = PromptCreateAssetResult.Success | PromptCreateAssetResult.PermissionDenied | PromptCreateAssetResult.Timeout | PromptCreateAssetResult.UploadFailed | PromptCreateAssetResult.NoUserInput | PromptCreateAssetResult.UnknownFailure;
24094
+ export type PromptCreateAssetResult = PromptCreateAssetResult.Success | PromptCreateAssetResult.PermissionDenied | PromptCreateAssetResult.Timeout | PromptCreateAssetResult.UploadFailed | PromptCreateAssetResult.NoUserInput | PromptCreateAssetResult.UnknownFailure | PromptCreateAssetResult.UGCValidationFailed | PromptCreateAssetResult.ModeratedName | PromptCreateAssetResult.PurchaseFailure | PromptCreateAssetResult.TokenInvalid;
23794
24095
  /**
23795
24096
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PromptCreateAvatarResult)
23796
24097
  */
@@ -24578,6 +24879,42 @@ declare namespace Enum {
24578
24879
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationActionType | undefined;
24579
24880
  }
24580
24881
  export type RecommendationActionType = RecommendationActionType.AddReaction | RecommendationActionType.RemoveReaction | RecommendationActionType.Share | RecommendationActionType.Report | RecommendationActionType.Comment | RecommendationActionType.Play | RecommendationActionType.Purchase;
24882
+ /**
24883
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationDepartureIntent)
24884
+ */
24885
+ export namespace RecommendationDepartureIntent {
24886
+ /**
24887
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationDepartureIntent#Neutral)
24888
+ */
24889
+ export interface Neutral extends globalThis.EnumItem {
24890
+ Name: "Neutral";
24891
+ Value: 0;
24892
+ EnumType: typeof globalThis.Enum.RecommendationDepartureIntent;
24893
+ }
24894
+ export const Neutral: Neutral;
24895
+ /**
24896
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationDepartureIntent#Positive)
24897
+ */
24898
+ export interface Positive extends globalThis.EnumItem {
24899
+ Name: "Positive";
24900
+ Value: 1;
24901
+ EnumType: typeof globalThis.Enum.RecommendationDepartureIntent;
24902
+ }
24903
+ export const Positive: Positive;
24904
+ /**
24905
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationDepartureIntent#Negative)
24906
+ */
24907
+ export interface Negative extends globalThis.EnumItem {
24908
+ Name: "Negative";
24909
+ Value: 2;
24910
+ EnumType: typeof globalThis.Enum.RecommendationDepartureIntent;
24911
+ }
24912
+ export const Negative: Negative;
24913
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationDepartureIntent>;
24914
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationDepartureIntent | undefined;
24915
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationDepartureIntent | undefined;
24916
+ }
24917
+ export type RecommendationDepartureIntent = RecommendationDepartureIntent.Neutral | RecommendationDepartureIntent.Positive | RecommendationDepartureIntent.Negative;
24581
24918
  /**
24582
24919
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationImpressionType)
24583
24920
  */
@@ -24591,11 +24928,56 @@ declare namespace Enum {
24591
24928
  EnumType: typeof globalThis.Enum.RecommendationImpressionType;
24592
24929
  }
24593
24930
  export const View: View;
24931
+ /**
24932
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationImpressionType#NotViewable)
24933
+ */
24934
+ export interface NotViewable extends globalThis.EnumItem {
24935
+ Name: "NotViewable";
24936
+ Value: 1;
24937
+ EnumType: typeof globalThis.Enum.RecommendationImpressionType;
24938
+ }
24939
+ export const NotViewable: NotViewable;
24594
24940
  export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationImpressionType>;
24595
24941
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationImpressionType | undefined;
24596
24942
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationImpressionType | undefined;
24597
24943
  }
24598
- export type RecommendationImpressionType = RecommendationImpressionType.View;
24944
+ export type RecommendationImpressionType = RecommendationImpressionType.View | RecommendationImpressionType.NotViewable;
24945
+ /**
24946
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationItemContentType)
24947
+ */
24948
+ export namespace RecommendationItemContentType {
24949
+ /**
24950
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationItemContentType#Static)
24951
+ */
24952
+ export interface Static extends globalThis.EnumItem {
24953
+ Name: "Static";
24954
+ Value: 0;
24955
+ EnumType: typeof globalThis.Enum.RecommendationItemContentType;
24956
+ }
24957
+ export const Static: Static;
24958
+ /**
24959
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationItemContentType#Dynamic)
24960
+ */
24961
+ export interface Dynamic extends globalThis.EnumItem {
24962
+ Name: "Dynamic";
24963
+ Value: 1;
24964
+ EnumType: typeof globalThis.Enum.RecommendationItemContentType;
24965
+ }
24966
+ export const Dynamic: Dynamic;
24967
+ /**
24968
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationItemContentType#Interactive)
24969
+ */
24970
+ export interface Interactive extends globalThis.EnumItem {
24971
+ Name: "Interactive";
24972
+ Value: 2;
24973
+ EnumType: typeof globalThis.Enum.RecommendationItemContentType;
24974
+ }
24975
+ export const Interactive: Interactive;
24976
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationItemContentType>;
24977
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationItemContentType | undefined;
24978
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationItemContentType | undefined;
24979
+ }
24980
+ export type RecommendationItemContentType = RecommendationItemContentType.Static | RecommendationItemContentType.Dynamic | RecommendationItemContentType.Interactive;
24599
24981
  /**
24600
24982
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationItemVisibility)
24601
24983
  */
@@ -27812,10 +28194,14 @@ declare namespace Enum {
27812
28194
  }
27813
28195
  export type StreamingPauseMode = StreamingPauseMode.Default | StreamingPauseMode.Disabled | StreamingPauseMode.ClientPhysicsPause;
27814
28196
  /**
28197
+ * Used by `UIStroke.StrokeSizingMode` to determine whether the stroke's `Thickness` will be measured in pixels or be relative to the parent.
28198
+ *
27815
28199
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode)
27816
28200
  */
27817
28201
  export namespace StrokeSizingMode {
27818
28202
  /**
28203
+ * `Thickness` is measured in pixels.
28204
+ *
27819
28205
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode#FixedSize)
27820
28206
  */
27821
28207
  export interface FixedSize extends globalThis.EnumItem {
@@ -27825,6 +28211,8 @@ declare namespace Enum {
27825
28211
  }
27826
28212
  export const FixedSize: FixedSize;
27827
28213
  /**
28214
+ * `Thickness` is relative to minimum parent width or height. If stroke is on text, thickness is relative to font size.
28215
+ *
27828
28216
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StrokeSizingMode#ScaledSize)
27829
28217
  */
27830
28218
  export interface ScaledSize extends globalThis.EnumItem {
@@ -30364,12 +30752,21 @@ declare namespace Enum {
30364
30752
  EnumType: typeof globalThis.Enum.TeamCreateErrorState;
30365
30753
  }
30366
30754
  export const PlaceSizeApproachingLimit: PlaceSizeApproachingLimit;
30755
+ /**
30756
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TeamCreateErrorState#PlaceUploadFailing)
30757
+ */
30758
+ export interface PlaceUploadFailing extends globalThis.EnumItem {
30759
+ Name: "PlaceUploadFailing";
30760
+ Value: 2;
30761
+ EnumType: typeof globalThis.Enum.TeamCreateErrorState;
30762
+ }
30763
+ export const PlaceUploadFailing: PlaceUploadFailing;
30367
30764
  /**
30368
30765
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TeamCreateErrorState#NoError)
30369
30766
  */
30370
30767
  export interface NoError extends globalThis.EnumItem {
30371
30768
  Name: "NoError";
30372
- Value: 2;
30769
+ Value: 3;
30373
30770
  EnumType: typeof globalThis.Enum.TeamCreateErrorState;
30374
30771
  }
30375
30772
  export const NoError: NoError;
@@ -30377,7 +30774,7 @@ declare namespace Enum {
30377
30774
  export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.TeamCreateErrorState | undefined;
30378
30775
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.TeamCreateErrorState | undefined;
30379
30776
  }
30380
- export type TeamCreateErrorState = TeamCreateErrorState.PlaceSizeTooLarge | TeamCreateErrorState.PlaceSizeApproachingLimit | TeamCreateErrorState.NoError;
30777
+ export type TeamCreateErrorState = TeamCreateErrorState.PlaceSizeTooLarge | TeamCreateErrorState.PlaceSizeApproachingLimit | TeamCreateErrorState.PlaceUploadFailing | TeamCreateErrorState.NoError;
30381
30778
  /**
30382
30779
  * Enum used by `Lighting.Technology` to represent the different lighting systems available for rendering the 3D world.
30383
30780
  *
@@ -34541,6 +34938,96 @@ declare namespace Enum {
34541
34938
  export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VoiceChatState | undefined;
34542
34939
  }
34543
34940
  export type VoiceChatState = VoiceChatState.Idle | VoiceChatState.Joining | VoiceChatState.JoiningRetry | VoiceChatState.Joined | VoiceChatState.Leaving | VoiceChatState.Ended | VoiceChatState.Failed;
34941
+ /**
34942
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons)
34943
+ */
34944
+ export namespace VoiceClientLeaveReasons {
34945
+ /**
34946
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#Unknown)
34947
+ */
34948
+ export interface Unknown extends globalThis.EnumItem {
34949
+ Name: "Unknown";
34950
+ Value: 0;
34951
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34952
+ }
34953
+ export const Unknown: Unknown;
34954
+ /**
34955
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#ClientNetworkDisconnected)
34956
+ */
34957
+ export interface ClientNetworkDisconnected extends globalThis.EnumItem {
34958
+ Name: "ClientNetworkDisconnected";
34959
+ Value: 1;
34960
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34961
+ }
34962
+ export const ClientNetworkDisconnected: ClientNetworkDisconnected;
34963
+ /**
34964
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#PlayerLeft)
34965
+ */
34966
+ export interface PlayerLeft extends globalThis.EnumItem {
34967
+ Name: "PlayerLeft";
34968
+ Value: 2;
34969
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34970
+ }
34971
+ export const PlayerLeft: PlayerLeft;
34972
+ /**
34973
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#ClientShutdown)
34974
+ */
34975
+ export interface ClientShutdown extends globalThis.EnumItem {
34976
+ Name: "ClientShutdown";
34977
+ Value: 3;
34978
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34979
+ }
34980
+ export const ClientShutdown: ClientShutdown;
34981
+ /**
34982
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#PublishFailed)
34983
+ */
34984
+ export interface PublishFailed extends globalThis.EnumItem {
34985
+ Name: "PublishFailed";
34986
+ Value: 4;
34987
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34988
+ }
34989
+ export const PublishFailed: PublishFailed;
34990
+ /**
34991
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#RejoinReceived)
34992
+ */
34993
+ export interface RejoinReceived extends globalThis.EnumItem {
34994
+ Name: "RejoinReceived";
34995
+ Value: 5;
34996
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
34997
+ }
34998
+ export const RejoinReceived: RejoinReceived;
34999
+ /**
35000
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#VoiceReboot)
35001
+ */
35002
+ export interface VoiceReboot extends globalThis.EnumItem {
35003
+ Name: "VoiceReboot";
35004
+ Value: 6;
35005
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
35006
+ }
35007
+ export const VoiceReboot: VoiceReboot;
35008
+ /**
35009
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#ImguiDebugLeave)
35010
+ */
35011
+ export interface ImguiDebugLeave extends globalThis.EnumItem {
35012
+ Name: "ImguiDebugLeave";
35013
+ Value: 7;
35014
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
35015
+ }
35016
+ export const ImguiDebugLeave: ImguiDebugLeave;
35017
+ /**
35018
+ * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceClientLeaveReasons#LuaInitiated)
35019
+ */
35020
+ export interface LuaInitiated extends globalThis.EnumItem {
35021
+ Name: "LuaInitiated";
35022
+ Value: 8;
35023
+ EnumType: typeof globalThis.Enum.VoiceClientLeaveReasons;
35024
+ }
35025
+ export const LuaInitiated: LuaInitiated;
35026
+ export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.VoiceClientLeaveReasons>;
35027
+ export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.VoiceClientLeaveReasons | undefined;
35028
+ export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.VoiceClientLeaveReasons | undefined;
35029
+ }
35030
+ export type VoiceClientLeaveReasons = VoiceClientLeaveReasons.Unknown | VoiceClientLeaveReasons.ClientNetworkDisconnected | VoiceClientLeaveReasons.PlayerLeft | VoiceClientLeaveReasons.ClientShutdown | VoiceClientLeaveReasons.PublishFailed | VoiceClientLeaveReasons.RejoinReceived | VoiceClientLeaveReasons.VoiceReboot | VoiceClientLeaveReasons.ImguiDebugLeave | VoiceClientLeaveReasons.LuaInitiated;
34544
35031
  /**
34545
35032
  * [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/VoiceControlPath)
34546
35033
  */