@rbxts/types 1.0.918 → 1.0.920
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.
- package/include/generated/None.d.ts +347 -23
- package/include/generated/PluginSecurity.d.ts +173 -78
- package/include/generated/enums.d.ts +1800 -1323
- package/package.json +1 -1
|
@@ -655,39 +655,6 @@ declare namespace Enum {
|
|
|
655
655
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType)
|
|
656
656
|
*/
|
|
657
657
|
export namespace AdEventType {
|
|
658
|
-
/**
|
|
659
|
-
* The event is fired when a click-to-play video ad is being served. This can be used to communicate and promote the reward to users through the UI or signage.
|
|
660
|
-
*
|
|
661
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdLoaded)
|
|
662
|
-
*/
|
|
663
|
-
export interface RewardedAdLoaded extends globalThis.EnumItem {
|
|
664
|
-
Name: "RewardedAdLoaded";
|
|
665
|
-
Value: 3;
|
|
666
|
-
EnumType: typeof globalThis.Enum.AdEventType;
|
|
667
|
-
}
|
|
668
|
-
export const RewardedAdLoaded: RewardedAdLoaded;
|
|
669
|
-
/**
|
|
670
|
-
* The event is fired when a user has watched the click-to-play video ad for a certain time. This can be used to grant the player a reward such as an in-game item or in-game currency. The `RewardedAdGrant` enum will only be triggered once per ad rotation.
|
|
671
|
-
*
|
|
672
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdGrant)
|
|
673
|
-
*/
|
|
674
|
-
export interface RewardedAdGrant extends globalThis.EnumItem {
|
|
675
|
-
Name: "RewardedAdGrant";
|
|
676
|
-
Value: 4;
|
|
677
|
-
EnumType: typeof globalThis.Enum.AdEventType;
|
|
678
|
-
}
|
|
679
|
-
export const RewardedAdGrant: RewardedAdGrant;
|
|
680
|
-
/**
|
|
681
|
-
* The event is fired when a click-to-play video ad is rotated out. This can be used to remove any UI or signage that is promoting the reward.
|
|
682
|
-
*
|
|
683
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdUnloaded)
|
|
684
|
-
*/
|
|
685
|
-
export interface RewardedAdUnloaded extends globalThis.EnumItem {
|
|
686
|
-
Name: "RewardedAdUnloaded";
|
|
687
|
-
Value: 5;
|
|
688
|
-
EnumType: typeof globalThis.Enum.AdEventType;
|
|
689
|
-
}
|
|
690
|
-
export const RewardedAdUnloaded: RewardedAdUnloaded;
|
|
691
658
|
/**
|
|
692
659
|
* **Deprecated:** This option should not be used for new work.
|
|
693
660
|
*
|
|
@@ -721,11 +688,44 @@ declare namespace Enum {
|
|
|
721
688
|
EnumType: typeof globalThis.Enum.AdEventType;
|
|
722
689
|
}
|
|
723
690
|
export const UserCompletedVideo: UserCompletedVideo;
|
|
691
|
+
/**
|
|
692
|
+
* The event is fired when a click-to-play video ad is being served. This can be used to communicate and promote the reward to users through the UI or signage.
|
|
693
|
+
*
|
|
694
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdLoaded)
|
|
695
|
+
*/
|
|
696
|
+
export interface RewardedAdLoaded extends globalThis.EnumItem {
|
|
697
|
+
Name: "RewardedAdLoaded";
|
|
698
|
+
Value: 3;
|
|
699
|
+
EnumType: typeof globalThis.Enum.AdEventType;
|
|
700
|
+
}
|
|
701
|
+
export const RewardedAdLoaded: RewardedAdLoaded;
|
|
702
|
+
/**
|
|
703
|
+
* The event is fired when a user has watched the click-to-play video ad for a certain time. This can be used to grant the player a reward such as an in-game item or in-game currency. The `RewardedAdGrant` enum will only be triggered once per ad rotation.
|
|
704
|
+
*
|
|
705
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdGrant)
|
|
706
|
+
*/
|
|
707
|
+
export interface RewardedAdGrant extends globalThis.EnumItem {
|
|
708
|
+
Name: "RewardedAdGrant";
|
|
709
|
+
Value: 4;
|
|
710
|
+
EnumType: typeof globalThis.Enum.AdEventType;
|
|
711
|
+
}
|
|
712
|
+
export const RewardedAdGrant: RewardedAdGrant;
|
|
713
|
+
/**
|
|
714
|
+
* The event is fired when a click-to-play video ad is rotated out. This can be used to remove any UI or signage that is promoting the reward.
|
|
715
|
+
*
|
|
716
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdEventType#RewardedAdUnloaded)
|
|
717
|
+
*/
|
|
718
|
+
export interface RewardedAdUnloaded extends globalThis.EnumItem {
|
|
719
|
+
Name: "RewardedAdUnloaded";
|
|
720
|
+
Value: 5;
|
|
721
|
+
EnumType: typeof globalThis.Enum.AdEventType;
|
|
722
|
+
}
|
|
723
|
+
export const RewardedAdUnloaded: RewardedAdUnloaded;
|
|
724
724
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AdEventType>;
|
|
725
725
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AdEventType | undefined;
|
|
726
726
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AdEventType | undefined;
|
|
727
727
|
}
|
|
728
|
-
export type AdEventType = AdEventType.
|
|
728
|
+
export type AdEventType = AdEventType.VideoLoaded | AdEventType.VideoRemoved | AdEventType.UserCompletedVideo | AdEventType.RewardedAdLoaded | AdEventType.RewardedAdGrant | AdEventType.RewardedAdUnloaded;
|
|
729
729
|
/**
|
|
730
730
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AdFormat)
|
|
731
731
|
*/
|
|
@@ -1065,6 +1065,28 @@ declare namespace Enum {
|
|
|
1065
1065
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlignType)
|
|
1066
1066
|
*/
|
|
1067
1067
|
export namespace AlignType {
|
|
1068
|
+
/**
|
|
1069
|
+
* **Deprecated:** Use **PrimaryAxisParallel** instead.
|
|
1070
|
+
*
|
|
1071
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlignType#Parallel)
|
|
1072
|
+
*/
|
|
1073
|
+
export interface Parallel extends globalThis.EnumItem {
|
|
1074
|
+
Name: "Parallel";
|
|
1075
|
+
Value: 0;
|
|
1076
|
+
EnumType: typeof globalThis.Enum.AlignType;
|
|
1077
|
+
}
|
|
1078
|
+
export const Parallel: Parallel;
|
|
1079
|
+
/**
|
|
1080
|
+
* **Deprecated:** Use **PrimaryAxisPerpendicular** instead.
|
|
1081
|
+
*
|
|
1082
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlignType#Perpendicular)
|
|
1083
|
+
*/
|
|
1084
|
+
export interface Perpendicular extends globalThis.EnumItem {
|
|
1085
|
+
Name: "Perpendicular";
|
|
1086
|
+
Value: 1;
|
|
1087
|
+
EnumType: typeof globalThis.Enum.AlignType;
|
|
1088
|
+
}
|
|
1089
|
+
export const Perpendicular: Perpendicular;
|
|
1068
1090
|
/**
|
|
1069
1091
|
* Aligns the primary axis to be parallel to the axis given by `Constraint.Attachment1`.
|
|
1070
1092
|
*
|
|
@@ -1109,33 +1131,11 @@ declare namespace Enum {
|
|
|
1109
1131
|
EnumType: typeof globalThis.Enum.AlignType;
|
|
1110
1132
|
}
|
|
1111
1133
|
export const AllAxes: AllAxes;
|
|
1112
|
-
/**
|
|
1113
|
-
* **Deprecated:** Use **PrimaryAxisParallel** instead.
|
|
1114
|
-
*
|
|
1115
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlignType#Parallel)
|
|
1116
|
-
*/
|
|
1117
|
-
export interface Parallel extends globalThis.EnumItem {
|
|
1118
|
-
Name: "Parallel";
|
|
1119
|
-
Value: 0;
|
|
1120
|
-
EnumType: typeof globalThis.Enum.AlignType;
|
|
1121
|
-
}
|
|
1122
|
-
export const Parallel: Parallel;
|
|
1123
|
-
/**
|
|
1124
|
-
* **Deprecated:** Use **PrimaryAxisPerpendicular** instead.
|
|
1125
|
-
*
|
|
1126
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AlignType#Perpendicular)
|
|
1127
|
-
*/
|
|
1128
|
-
export interface Perpendicular extends globalThis.EnumItem {
|
|
1129
|
-
Name: "Perpendicular";
|
|
1130
|
-
Value: 1;
|
|
1131
|
-
EnumType: typeof globalThis.Enum.AlignType;
|
|
1132
|
-
}
|
|
1133
|
-
export const Perpendicular: Perpendicular;
|
|
1134
1134
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AlignType>;
|
|
1135
1135
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AlignType | undefined;
|
|
1136
1136
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AlignType | undefined;
|
|
1137
1137
|
}
|
|
1138
|
-
export type AlignType = AlignType.
|
|
1138
|
+
export type AlignType = AlignType.Parallel | AlignType.Perpendicular | AlignType.PrimaryAxisParallel | AlignType.PrimaryAxisPerpendicular | AlignType.PrimaryAxisLookAt | AlignType.AllAxes;
|
|
1139
1139
|
/**
|
|
1140
1140
|
* Used by `SurfaceAppearance.AlphaMode` to determine how the alpha channel of the `SurfaceAppearance.ColorMap` of a `SurfaceAppearance` is used.
|
|
1141
1141
|
*
|
|
@@ -2864,6 +2864,33 @@ declare namespace Enum {
|
|
|
2864
2864
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetFetchStatus | undefined;
|
|
2865
2865
|
}
|
|
2866
2866
|
export type AssetFetchStatus = AssetFetchStatus.Success | AssetFetchStatus.Failure | AssetFetchStatus.None | AssetFetchStatus.Loading | AssetFetchStatus.TimedOut;
|
|
2867
|
+
/**
|
|
2868
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetRepresentation)
|
|
2869
|
+
*/
|
|
2870
|
+
export namespace AssetRepresentation {
|
|
2871
|
+
/**
|
|
2872
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetRepresentation#FullLength)
|
|
2873
|
+
*/
|
|
2874
|
+
export interface FullLength extends globalThis.EnumItem {
|
|
2875
|
+
Name: "FullLength";
|
|
2876
|
+
Value: 0;
|
|
2877
|
+
EnumType: typeof globalThis.Enum.AssetRepresentation;
|
|
2878
|
+
}
|
|
2879
|
+
export const FullLength: FullLength;
|
|
2880
|
+
/**
|
|
2881
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetRepresentation#ShortPreview)
|
|
2882
|
+
*/
|
|
2883
|
+
export interface ShortPreview extends globalThis.EnumItem {
|
|
2884
|
+
Name: "ShortPreview";
|
|
2885
|
+
Value: 1;
|
|
2886
|
+
EnumType: typeof globalThis.Enum.AssetRepresentation;
|
|
2887
|
+
}
|
|
2888
|
+
export const ShortPreview: ShortPreview;
|
|
2889
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetRepresentation>;
|
|
2890
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetRepresentation | undefined;
|
|
2891
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetRepresentation | undefined;
|
|
2892
|
+
}
|
|
2893
|
+
export type AssetRepresentation = AssetRepresentation.FullLength | AssetRepresentation.ShortPreview;
|
|
2867
2894
|
/**
|
|
2868
2895
|
* This Enum can be used to match the AssetTypeId from `MarketplaceService:GetProductInfoAsync()` to an asset type.
|
|
2869
2896
|
*
|
|
@@ -3520,11 +3547,20 @@ declare namespace Enum {
|
|
|
3520
3547
|
EnumType: typeof globalThis.Enum.AssetType;
|
|
3521
3548
|
}
|
|
3522
3549
|
export const EyeMakeup: EyeMakeup;
|
|
3550
|
+
/**
|
|
3551
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#VoxelFragment)
|
|
3552
|
+
*/
|
|
3553
|
+
export interface VoxelFragment extends globalThis.EnumItem {
|
|
3554
|
+
Name: "VoxelFragment";
|
|
3555
|
+
Value: 91;
|
|
3556
|
+
EnumType: typeof globalThis.Enum.AssetType;
|
|
3557
|
+
}
|
|
3558
|
+
export const VoxelFragment: VoxelFragment;
|
|
3523
3559
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
|
|
3524
3560
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
|
|
3525
3561
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
|
|
3526
3562
|
}
|
|
3527
|
-
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 | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup;
|
|
3563
|
+
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 | AssetType.FaceMakeup | AssetType.LipMakeup | AssetType.EyeMakeup | AssetType.VoxelFragment;
|
|
3528
3564
|
/**
|
|
3529
3565
|
* Determines the asset type verification mode.
|
|
3530
3566
|
*
|
|
@@ -5353,10 +5389,14 @@ declare namespace Enum {
|
|
|
5353
5389
|
}
|
|
5354
5390
|
export type AvatarThumbnailCustomizationType = AvatarThumbnailCustomizationType.Closeup | AvatarThumbnailCustomizationType.FullBody;
|
|
5355
5391
|
/**
|
|
5392
|
+
* Controls whether the R6 to R15 adapter is active, allowing R15 avatars to join R6 experiences.
|
|
5393
|
+
*
|
|
5356
5394
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode)
|
|
5357
5395
|
*/
|
|
5358
5396
|
export namespace AvatarUnificationMode {
|
|
5359
5397
|
/**
|
|
5398
|
+
* Uses the engine-default avatar unification state.
|
|
5399
|
+
*
|
|
5360
5400
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Default)
|
|
5361
5401
|
*/
|
|
5362
5402
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -5366,6 +5406,8 @@ declare namespace Enum {
|
|
|
5366
5406
|
}
|
|
5367
5407
|
export const Default: Default;
|
|
5368
5408
|
/**
|
|
5409
|
+
* Avatar unification is disabled.
|
|
5410
|
+
*
|
|
5369
5411
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Disabled)
|
|
5370
5412
|
*/
|
|
5371
5413
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -5375,6 +5417,8 @@ declare namespace Enum {
|
|
|
5375
5417
|
}
|
|
5376
5418
|
export const Disabled: Disabled;
|
|
5377
5419
|
/**
|
|
5420
|
+
* Avatar unification is enabled.
|
|
5421
|
+
*
|
|
5378
5422
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Enabled)
|
|
5379
5423
|
*/
|
|
5380
5424
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -7669,11 +7713,20 @@ declare namespace Enum {
|
|
|
7669
7713
|
EnumType: typeof globalThis.Enum.CollisionFidelity;
|
|
7670
7714
|
}
|
|
7671
7715
|
export const PreciseConvexDecomposition: PreciseConvexDecomposition;
|
|
7716
|
+
/**
|
|
7717
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CollisionFidelity#Scalable)
|
|
7718
|
+
*/
|
|
7719
|
+
export interface Scalable extends globalThis.EnumItem {
|
|
7720
|
+
Name: "Scalable";
|
|
7721
|
+
Value: 4;
|
|
7722
|
+
EnumType: typeof globalThis.Enum.CollisionFidelity;
|
|
7723
|
+
}
|
|
7724
|
+
export const Scalable: Scalable;
|
|
7672
7725
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CollisionFidelity>;
|
|
7673
7726
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CollisionFidelity | undefined;
|
|
7674
7727
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CollisionFidelity | undefined;
|
|
7675
7728
|
}
|
|
7676
|
-
export type CollisionFidelity = CollisionFidelity.Default | CollisionFidelity.Hull | CollisionFidelity.Box | CollisionFidelity.PreciseConvexDecomposition;
|
|
7729
|
+
export type CollisionFidelity = CollisionFidelity.Default | CollisionFidelity.Hull | CollisionFidelity.Box | CollisionFidelity.PreciseConvexDecomposition | CollisionFidelity.Scalable;
|
|
7677
7730
|
/**
|
|
7678
7731
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CommandPermission)
|
|
7679
7732
|
*/
|
|
@@ -9193,6 +9246,42 @@ declare namespace Enum {
|
|
|
9193
9246
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9194
9247
|
}
|
|
9195
9248
|
export const PlacelaunchUserPrivacyUnauthorized: PlacelaunchUserPrivacyUnauthorized;
|
|
9249
|
+
/**
|
|
9250
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchVipOwnerNotPresent)
|
|
9251
|
+
*/
|
|
9252
|
+
export interface PlacelaunchVipOwnerNotPresent extends globalThis.EnumItem {
|
|
9253
|
+
Name: "PlacelaunchVipOwnerNotPresent";
|
|
9254
|
+
Value: 541;
|
|
9255
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9256
|
+
}
|
|
9257
|
+
export const PlacelaunchVipOwnerNotPresent: PlacelaunchVipOwnerNotPresent;
|
|
9258
|
+
/**
|
|
9259
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchAgeVerificationRequired)
|
|
9260
|
+
*/
|
|
9261
|
+
export interface PlacelaunchAgeVerificationRequired extends globalThis.EnumItem {
|
|
9262
|
+
Name: "PlacelaunchAgeVerificationRequired";
|
|
9263
|
+
Value: 542;
|
|
9264
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9265
|
+
}
|
|
9266
|
+
export const PlacelaunchAgeVerificationRequired: PlacelaunchAgeVerificationRequired;
|
|
9267
|
+
/**
|
|
9268
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchParentalApprovalRequired)
|
|
9269
|
+
*/
|
|
9270
|
+
export interface PlacelaunchParentalApprovalRequired extends globalThis.EnumItem {
|
|
9271
|
+
Name: "PlacelaunchParentalApprovalRequired";
|
|
9272
|
+
Value: 543;
|
|
9273
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9274
|
+
}
|
|
9275
|
+
export const PlacelaunchParentalApprovalRequired: PlacelaunchParentalApprovalRequired;
|
|
9276
|
+
/**
|
|
9277
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchCoreGated)
|
|
9278
|
+
*/
|
|
9279
|
+
export interface PlacelaunchCoreGated extends globalThis.EnumItem {
|
|
9280
|
+
Name: "PlacelaunchCoreGated";
|
|
9281
|
+
Value: 544;
|
|
9282
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9283
|
+
}
|
|
9284
|
+
export const PlacelaunchCoreGated: PlacelaunchCoreGated;
|
|
9196
9285
|
/**
|
|
9197
9286
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchCreatorBan)
|
|
9198
9287
|
*/
|
|
@@ -9305,7 +9394,7 @@ declare namespace Enum {
|
|
|
9305
9394
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
9306
9395
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
9307
9396
|
}
|
|
9308
|
-
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchDeviceBlock | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
|
|
9397
|
+
export type ConnectionError = ConnectionError.OK | ConnectionError.Unknown | ConnectionError.ConnectErrors | ConnectionError.AlreadyConnected | ConnectionError.NoFreeIncomingConnections | ConnectionError.ConnectionBanned | ConnectionError.InvalidPassword | ConnectionError.IncompatibleProtocolVersion | ConnectionError.IPRecentlyConnected | ConnectionError.OurSystemRequiresSecurity | ConnectionError.SecurityKeyMismatch | ConnectionError.DisconnectErrors | ConnectionError.DisconnectBadhash | ConnectionError.DisconnectSecurityKeyMismatch | ConnectionError.DisconnectProtocolMismatch | ConnectionError.DisconnectReceivePacketError | ConnectionError.DisconnectReceivePacketStreamError | ConnectionError.DisconnectSendPacketError | ConnectionError.DisconnectIllegalTeleport | ConnectionError.DisconnectDuplicatePlayer | ConnectionError.DisconnectDuplicateTicket | ConnectionError.DisconnectTimeout | ConnectionError.DisconnectLuaKick | ConnectionError.DisconnectOnRemoteSysStats | ConnectionError.DisconnectHashTimeout | ConnectionError.DisconnectCloudEditKick | ConnectionError.DisconnectPlayerless | ConnectionError.DisconnectNewSecurityKeyMismatch | ConnectionError.DisconnectEvicted | ConnectionError.DisconnectDevMaintenance | ConnectionError.DisconnectRobloxMaintenance | ConnectionError.DisconnectRejoin | ConnectionError.DisconnectConnectionLost | ConnectionError.DisconnectIdle | ConnectionError.DisconnectRaknetErrors | ConnectionError.DisconnectWrongVersion | ConnectionError.DisconnectBySecurityPolicy | ConnectionError.DisconnectBlockedIP | ConnectionError.DisconnectClientFailure | ConnectionError.DisconnectClientRequest | ConnectionError.DisconnectPrivateServerKickout | ConnectionError.DisconnectModeratedGame | ConnectionError.ServerShutdown | ConnectionError.ReplicatorTimeout | ConnectionError.PlayerRemoved | ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave | ConnectionError.DisconnectRomarkEndOfTest | ConnectionError.DisconnectCollaboratorPermissionRevoked | ConnectionError.DisconnectCollaboratorUnderage | ConnectionError.NetworkInternal | ConnectionError.NetworkSend | ConnectionError.NetworkTimeout | ConnectionError.NetworkMisbehavior | ConnectionError.NetworkSecurity | ConnectionError.ReplacementReady | ConnectionError.ServerEmpty | ConnectionError.PhantomFreeze | ConnectionError.AndroidAnticheatKick | ConnectionError.AndroidEmulatorKick | ConnectionError.AndroidRootedKick | ConnectionError.ScreentimeLockoutKick | ConnectionError.DisconnectionNotification | ConnectionError.DisconnectVerboselyModeratedGame | ConnectionError.DisconnectCollaboratorNotAgeVerified | ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired | ConnectionError.DisconnectCollaboratorOwnerActionRequired | ConnectionError.DisconnectCollaboratorTooManyCollaborators | ConnectionError.DisconnectCollaboratorUnknownError | ConnectionError.PlacelaunchErrors | ConnectionError.PlacelaunchDisabled | ConnectionError.PlacelaunchError | ConnectionError.PlacelaunchGameEnded | ConnectionError.PlacelaunchGameFull | ConnectionError.PlacelaunchUserLeft | ConnectionError.PlacelaunchRestricted | ConnectionError.PlacelaunchUnauthorized | ConnectionError.PlacelaunchFlooded | ConnectionError.PlacelaunchHashExpired | ConnectionError.PlacelaunchHashException | ConnectionError.PlacelaunchPartyCannotFit | ConnectionError.PlacelaunchHttpError | ConnectionError.PlacelaunchUserPrivacyUnauthorized | ConnectionError.PlacelaunchVipOwnerNotPresent | ConnectionError.PlacelaunchAgeVerificationRequired | ConnectionError.PlacelaunchParentalApprovalRequired | ConnectionError.PlacelaunchCoreGated | ConnectionError.PlacelaunchCreatorBan | ConnectionError.PlacelaunchDeviceBlock | ConnectionError.PlacelaunchCustomMessage | ConnectionError.PlacelaunchOtherError | ConnectionError.TeleportErrors | ConnectionError.TeleportFailure | ConnectionError.TeleportGameNotFound | ConnectionError.TeleportGameEnded | ConnectionError.TeleportGameFull | ConnectionError.TeleportUnauthorized | ConnectionError.TeleportFlooded | ConnectionError.TeleportIsTeleporting;
|
|
9309
9398
|
/**
|
|
9310
9399
|
* Used to determine the connection state of the client to the game server.
|
|
9311
9400
|
*
|
|
@@ -9613,11 +9702,20 @@ declare namespace Enum {
|
|
|
9613
9702
|
EnumType: typeof globalThis.Enum.CoreGuiType;
|
|
9614
9703
|
}
|
|
9615
9704
|
export const AvatarSwitcher: AvatarSwitcher;
|
|
9705
|
+
/**
|
|
9706
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CoreGuiType#ExperienceShop)
|
|
9707
|
+
*/
|
|
9708
|
+
export interface ExperienceShop extends globalThis.EnumItem {
|
|
9709
|
+
Name: "ExperienceShop";
|
|
9710
|
+
Value: 9;
|
|
9711
|
+
EnumType: typeof globalThis.Enum.CoreGuiType;
|
|
9712
|
+
}
|
|
9713
|
+
export const ExperienceShop: ExperienceShop;
|
|
9616
9714
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CoreGuiType>;
|
|
9617
9715
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CoreGuiType | undefined;
|
|
9618
9716
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CoreGuiType | undefined;
|
|
9619
9717
|
}
|
|
9620
|
-
export type CoreGuiType = CoreGuiType.PlayerList | CoreGuiType.Health | CoreGuiType.Backpack | CoreGuiType.Chat | CoreGuiType.All | CoreGuiType.EmotesMenu | CoreGuiType.SelfView | CoreGuiType.Captures | CoreGuiType.AvatarSwitcher;
|
|
9718
|
+
export type CoreGuiType = CoreGuiType.PlayerList | CoreGuiType.Health | CoreGuiType.Backpack | CoreGuiType.Chat | CoreGuiType.All | CoreGuiType.EmotesMenu | CoreGuiType.SelfView | CoreGuiType.Captures | CoreGuiType.AvatarSwitcher | CoreGuiType.ExperienceShop;
|
|
9621
9719
|
/**
|
|
9622
9720
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateAssetResult)
|
|
9623
9721
|
*/
|
|
@@ -10150,6 +10248,42 @@ declare namespace Enum {
|
|
|
10150
10248
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DataStoreRequestType | undefined;
|
|
10151
10249
|
}
|
|
10152
10250
|
export type DataStoreRequestType = DataStoreRequestType.GetAsync | DataStoreRequestType.SetIncrementAsync | DataStoreRequestType.UpdateAsync | DataStoreRequestType.GetSortedAsync | DataStoreRequestType.SetIncrementSortedAsync | DataStoreRequestType.OnUpdate | DataStoreRequestType.ListAsync | DataStoreRequestType.GetVersionAsync | DataStoreRequestType.RemoveVersionAsync | DataStoreRequestType.StandardRead | DataStoreRequestType.StandardWrite | DataStoreRequestType.StandardList | DataStoreRequestType.StandardRemove | DataStoreRequestType.OrderedRead | DataStoreRequestType.OrderedWrite | DataStoreRequestType.OrderedList | DataStoreRequestType.OrderedRemove;
|
|
10251
|
+
/**
|
|
10252
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebugBreakModeType)
|
|
10253
|
+
*/
|
|
10254
|
+
export namespace DebugBreakModeType {
|
|
10255
|
+
/**
|
|
10256
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebugBreakModeType#Never)
|
|
10257
|
+
*/
|
|
10258
|
+
export interface Never extends globalThis.EnumItem {
|
|
10259
|
+
Name: "Never";
|
|
10260
|
+
Value: 0;
|
|
10261
|
+
EnumType: typeof globalThis.Enum.DebugBreakModeType;
|
|
10262
|
+
}
|
|
10263
|
+
export const Never: Never;
|
|
10264
|
+
/**
|
|
10265
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebugBreakModeType#Always)
|
|
10266
|
+
*/
|
|
10267
|
+
export interface Always extends globalThis.EnumItem {
|
|
10268
|
+
Name: "Always";
|
|
10269
|
+
Value: 1;
|
|
10270
|
+
EnumType: typeof globalThis.Enum.DebugBreakModeType;
|
|
10271
|
+
}
|
|
10272
|
+
export const Always: Always;
|
|
10273
|
+
/**
|
|
10274
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebugBreakModeType#Unhandled)
|
|
10275
|
+
*/
|
|
10276
|
+
export interface Unhandled extends globalThis.EnumItem {
|
|
10277
|
+
Name: "Unhandled";
|
|
10278
|
+
Value: 2;
|
|
10279
|
+
EnumType: typeof globalThis.Enum.DebugBreakModeType;
|
|
10280
|
+
}
|
|
10281
|
+
export const Unhandled: Unhandled;
|
|
10282
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DebugBreakModeType>;
|
|
10283
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DebugBreakModeType | undefined;
|
|
10284
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DebugBreakModeType | undefined;
|
|
10285
|
+
}
|
|
10286
|
+
export type DebugBreakModeType = DebugBreakModeType.Never | DebugBreakModeType.Always | DebugBreakModeType.Unhandled;
|
|
10153
10287
|
/**
|
|
10154
10288
|
* Reason for the end of the debugger session.
|
|
10155
10289
|
*
|
|
@@ -10395,6 +10529,51 @@ declare namespace Enum {
|
|
|
10395
10529
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DebuggerPauseReason | undefined;
|
|
10396
10530
|
}
|
|
10397
10531
|
export type DebuggerPauseReason = DebuggerPauseReason.Unknown | DebuggerPauseReason.Requested | DebuggerPauseReason.Breakpoint | DebuggerPauseReason.Exception | DebuggerPauseReason.SingleStep | DebuggerPauseReason.Entrypoint;
|
|
10532
|
+
/**
|
|
10533
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebuggerResumeType)
|
|
10534
|
+
*/
|
|
10535
|
+
export namespace DebuggerResumeType {
|
|
10536
|
+
/**
|
|
10537
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebuggerResumeType#StepInto)
|
|
10538
|
+
*/
|
|
10539
|
+
export interface StepInto extends globalThis.EnumItem {
|
|
10540
|
+
Name: "StepInto";
|
|
10541
|
+
Value: 0;
|
|
10542
|
+
EnumType: typeof globalThis.Enum.DebuggerResumeType;
|
|
10543
|
+
}
|
|
10544
|
+
export const StepInto: StepInto;
|
|
10545
|
+
/**
|
|
10546
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebuggerResumeType#StepOut)
|
|
10547
|
+
*/
|
|
10548
|
+
export interface StepOut extends globalThis.EnumItem {
|
|
10549
|
+
Name: "StepOut";
|
|
10550
|
+
Value: 1;
|
|
10551
|
+
EnumType: typeof globalThis.Enum.DebuggerResumeType;
|
|
10552
|
+
}
|
|
10553
|
+
export const StepOut: StepOut;
|
|
10554
|
+
/**
|
|
10555
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebuggerResumeType#StepOver)
|
|
10556
|
+
*/
|
|
10557
|
+
export interface StepOver extends globalThis.EnumItem {
|
|
10558
|
+
Name: "StepOver";
|
|
10559
|
+
Value: 2;
|
|
10560
|
+
EnumType: typeof globalThis.Enum.DebuggerResumeType;
|
|
10561
|
+
}
|
|
10562
|
+
export const StepOver: StepOver;
|
|
10563
|
+
/**
|
|
10564
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DebuggerResumeType#Resume)
|
|
10565
|
+
*/
|
|
10566
|
+
export interface Resume extends globalThis.EnumItem {
|
|
10567
|
+
Name: "Resume";
|
|
10568
|
+
Value: 3;
|
|
10569
|
+
EnumType: typeof globalThis.Enum.DebuggerResumeType;
|
|
10570
|
+
}
|
|
10571
|
+
export const Resume: Resume;
|
|
10572
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.DebuggerResumeType>;
|
|
10573
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DebuggerResumeType | undefined;
|
|
10574
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DebuggerResumeType | undefined;
|
|
10575
|
+
}
|
|
10576
|
+
export type DebuggerResumeType = DebuggerResumeType.StepInto | DebuggerResumeType.StepOut | DebuggerResumeType.StepOver | DebuggerResumeType.Resume;
|
|
10398
10577
|
/**
|
|
10399
10578
|
* Result of a debugger request.
|
|
10400
10579
|
*
|
|
@@ -12265,10 +12444,14 @@ declare namespace Enum {
|
|
|
12265
12444
|
}
|
|
12266
12445
|
export type EngineFolder = EngineFolder.Screenshots | EngineFolder.Videos | EngineFolder.Logs;
|
|
12267
12446
|
/**
|
|
12447
|
+
* Used to control the throttle rate of Roblox's physics engine.
|
|
12448
|
+
*
|
|
12268
12449
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle)
|
|
12269
12450
|
*/
|
|
12270
12451
|
export namespace EnviromentalPhysicsThrottle {
|
|
12271
12452
|
/**
|
|
12453
|
+
* Automatically adjusts throttle level based on performance.
|
|
12454
|
+
*
|
|
12272
12455
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#DefaultAuto)
|
|
12273
12456
|
*/
|
|
12274
12457
|
export interface DefaultAuto extends globalThis.EnumItem {
|
|
@@ -12278,6 +12461,8 @@ declare namespace Enum {
|
|
|
12278
12461
|
}
|
|
12279
12462
|
export const DefaultAuto: DefaultAuto;
|
|
12280
12463
|
/**
|
|
12464
|
+
* No throttling; every physics step runs.
|
|
12465
|
+
*
|
|
12281
12466
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Disabled)
|
|
12282
12467
|
*/
|
|
12283
12468
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -12287,6 +12472,8 @@ declare namespace Enum {
|
|
|
12287
12472
|
}
|
|
12288
12473
|
export const Disabled: Disabled;
|
|
12289
12474
|
/**
|
|
12475
|
+
* Maximum throttling; physics is effectively frozen.
|
|
12476
|
+
*
|
|
12290
12477
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Always)
|
|
12291
12478
|
*/
|
|
12292
12479
|
export interface Always extends globalThis.EnumItem {
|
|
@@ -12296,6 +12483,8 @@ declare namespace Enum {
|
|
|
12296
12483
|
}
|
|
12297
12484
|
export const Always: Always;
|
|
12298
12485
|
/**
|
|
12486
|
+
* Runs 1 out of every 2 steps (50% reduction). If `Workspace.PhysicsSteppingMethod` is set to `Adaptive`, skipping is based on groups of 4 steps instead of individual steps.
|
|
12487
|
+
*
|
|
12299
12488
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Skip2)
|
|
12300
12489
|
*/
|
|
12301
12490
|
export interface Skip2 extends globalThis.EnumItem {
|
|
@@ -12305,6 +12494,8 @@ declare namespace Enum {
|
|
|
12305
12494
|
}
|
|
12306
12495
|
export const Skip2: Skip2;
|
|
12307
12496
|
/**
|
|
12497
|
+
* Runs 1 out of every 4 steps (75% reduction). If `Workspace.PhysicsSteppingMethod` is set to `Adaptive`, skipping is based on groups of 4 steps instead of individual steps.
|
|
12498
|
+
*
|
|
12308
12499
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Skip4)
|
|
12309
12500
|
*/
|
|
12310
12501
|
export interface Skip4 extends globalThis.EnumItem {
|
|
@@ -12314,6 +12505,8 @@ declare namespace Enum {
|
|
|
12314
12505
|
}
|
|
12315
12506
|
export const Skip4: Skip4;
|
|
12316
12507
|
/**
|
|
12508
|
+
* Runs 1 out of every 8 steps (87.5% reduction). If `Workspace.PhysicsSteppingMethod` is set to `Adaptive`, skipping is based on groups of 4 steps instead of individual steps.
|
|
12509
|
+
*
|
|
12317
12510
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Skip8)
|
|
12318
12511
|
*/
|
|
12319
12512
|
export interface Skip8 extends globalThis.EnumItem {
|
|
@@ -12323,6 +12516,8 @@ declare namespace Enum {
|
|
|
12323
12516
|
}
|
|
12324
12517
|
export const Skip8: Skip8;
|
|
12325
12518
|
/**
|
|
12519
|
+
* Runs 1 out of every 16 steps (93.75% reduction). If `Workspace.PhysicsSteppingMethod` is set to `Adaptive`, skipping is based on groups of 4 steps instead of individual steps.
|
|
12520
|
+
*
|
|
12326
12521
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/EnviromentalPhysicsThrottle#Skip16)
|
|
12327
12522
|
*/
|
|
12328
12523
|
export interface Skip16 extends globalThis.EnumItem {
|
|
@@ -17023,11 +17218,20 @@ declare namespace Enum {
|
|
|
17023
17218
|
EnumType: typeof globalThis.Enum.ImageCombineType;
|
|
17024
17219
|
}
|
|
17025
17220
|
export const AlphaBlend: AlphaBlend;
|
|
17221
|
+
/**
|
|
17222
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ImageCombineType#NormalMapBlend)
|
|
17223
|
+
*/
|
|
17224
|
+
export interface NormalMapBlend extends globalThis.EnumItem {
|
|
17225
|
+
Name: "NormalMapBlend";
|
|
17226
|
+
Value: 6;
|
|
17227
|
+
EnumType: typeof globalThis.Enum.ImageCombineType;
|
|
17228
|
+
}
|
|
17229
|
+
export const NormalMapBlend: NormalMapBlend;
|
|
17026
17230
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ImageCombineType>;
|
|
17027
17231
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ImageCombineType | undefined;
|
|
17028
17232
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ImageCombineType | undefined;
|
|
17029
17233
|
}
|
|
17030
|
-
export type ImageCombineType = ImageCombineType.BlendSourceOver | ImageCombineType.Overwrite | ImageCombineType.Add | ImageCombineType.Multiply | ImageCombineType.AlphaBlend;
|
|
17234
|
+
export type ImageCombineType = ImageCombineType.BlendSourceOver | ImageCombineType.Overwrite | ImageCombineType.Add | ImageCombineType.Multiply | ImageCombineType.AlphaBlend | ImageCombineType.NormalMapBlend;
|
|
17031
17235
|
/**
|
|
17032
17236
|
* The InOut Enum is used to set where the object is on the side of its parent.
|
|
17033
17237
|
*
|
|
@@ -18534,2158 +18738,2078 @@ declare namespace Enum {
|
|
|
18534
18738
|
}
|
|
18535
18739
|
export const Delete: Delete;
|
|
18536
18740
|
/**
|
|
18537
|
-
*
|
|
18741
|
+
* **Deprecated:**
|
|
18538
18742
|
*
|
|
18539
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18743
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World0)
|
|
18540
18744
|
*/
|
|
18541
|
-
export interface
|
|
18542
|
-
Name: "
|
|
18543
|
-
Value:
|
|
18745
|
+
export interface World0 extends globalThis.EnumItem {
|
|
18746
|
+
Name: "World0";
|
|
18747
|
+
Value: 160;
|
|
18544
18748
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18545
18749
|
}
|
|
18546
|
-
export const
|
|
18750
|
+
export const World0: World0;
|
|
18547
18751
|
/**
|
|
18548
|
-
*
|
|
18752
|
+
* **Deprecated:**
|
|
18549
18753
|
*
|
|
18550
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18754
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World1)
|
|
18551
18755
|
*/
|
|
18552
|
-
export interface
|
|
18553
|
-
Name: "
|
|
18554
|
-
Value:
|
|
18756
|
+
export interface World1 extends globalThis.EnumItem {
|
|
18757
|
+
Name: "World1";
|
|
18758
|
+
Value: 161;
|
|
18555
18759
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18556
18760
|
}
|
|
18557
|
-
export const
|
|
18761
|
+
export const World1: World1;
|
|
18558
18762
|
/**
|
|
18559
|
-
*
|
|
18763
|
+
* **Deprecated:**
|
|
18560
18764
|
*
|
|
18561
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18765
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World2)
|
|
18562
18766
|
*/
|
|
18563
|
-
export interface
|
|
18564
|
-
Name: "
|
|
18565
|
-
Value:
|
|
18767
|
+
export interface World2 extends globalThis.EnumItem {
|
|
18768
|
+
Name: "World2";
|
|
18769
|
+
Value: 162;
|
|
18566
18770
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18567
18771
|
}
|
|
18568
|
-
export const
|
|
18772
|
+
export const World2: World2;
|
|
18569
18773
|
/**
|
|
18570
|
-
*
|
|
18774
|
+
* **Deprecated:**
|
|
18571
18775
|
*
|
|
18572
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18776
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World3)
|
|
18573
18777
|
*/
|
|
18574
|
-
export interface
|
|
18575
|
-
Name: "
|
|
18576
|
-
Value:
|
|
18778
|
+
export interface World3 extends globalThis.EnumItem {
|
|
18779
|
+
Name: "World3";
|
|
18780
|
+
Value: 163;
|
|
18577
18781
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18578
18782
|
}
|
|
18579
|
-
export const
|
|
18783
|
+
export const World3: World3;
|
|
18580
18784
|
/**
|
|
18581
|
-
*
|
|
18785
|
+
* **Deprecated:**
|
|
18582
18786
|
*
|
|
18583
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18787
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World4)
|
|
18584
18788
|
*/
|
|
18585
|
-
export interface
|
|
18586
|
-
Name: "
|
|
18587
|
-
Value:
|
|
18789
|
+
export interface World4 extends globalThis.EnumItem {
|
|
18790
|
+
Name: "World4";
|
|
18791
|
+
Value: 164;
|
|
18588
18792
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18589
18793
|
}
|
|
18590
|
-
export const
|
|
18794
|
+
export const World4: World4;
|
|
18591
18795
|
/**
|
|
18592
|
-
*
|
|
18796
|
+
* **Deprecated:**
|
|
18593
18797
|
*
|
|
18594
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18798
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World5)
|
|
18595
18799
|
*/
|
|
18596
|
-
export interface
|
|
18597
|
-
Name: "
|
|
18598
|
-
Value:
|
|
18800
|
+
export interface World5 extends globalThis.EnumItem {
|
|
18801
|
+
Name: "World5";
|
|
18802
|
+
Value: 165;
|
|
18599
18803
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18600
18804
|
}
|
|
18601
|
-
export const
|
|
18805
|
+
export const World5: World5;
|
|
18602
18806
|
/**
|
|
18603
|
-
*
|
|
18807
|
+
* **Deprecated:**
|
|
18604
18808
|
*
|
|
18605
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18809
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World6)
|
|
18606
18810
|
*/
|
|
18607
|
-
export interface
|
|
18608
|
-
Name: "
|
|
18609
|
-
Value:
|
|
18811
|
+
export interface World6 extends globalThis.EnumItem {
|
|
18812
|
+
Name: "World6";
|
|
18813
|
+
Value: 166;
|
|
18610
18814
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18611
18815
|
}
|
|
18612
|
-
export const
|
|
18816
|
+
export const World6: World6;
|
|
18613
18817
|
/**
|
|
18614
|
-
*
|
|
18818
|
+
* **Deprecated:**
|
|
18615
18819
|
*
|
|
18616
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18820
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World7)
|
|
18617
18821
|
*/
|
|
18618
|
-
export interface
|
|
18619
|
-
Name: "
|
|
18620
|
-
Value:
|
|
18822
|
+
export interface World7 extends globalThis.EnumItem {
|
|
18823
|
+
Name: "World7";
|
|
18824
|
+
Value: 167;
|
|
18621
18825
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18622
18826
|
}
|
|
18623
|
-
export const
|
|
18827
|
+
export const World7: World7;
|
|
18624
18828
|
/**
|
|
18625
|
-
*
|
|
18829
|
+
* **Deprecated:**
|
|
18626
18830
|
*
|
|
18627
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18831
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World8)
|
|
18628
18832
|
*/
|
|
18629
|
-
export interface
|
|
18630
|
-
Name: "
|
|
18631
|
-
Value:
|
|
18833
|
+
export interface World8 extends globalThis.EnumItem {
|
|
18834
|
+
Name: "World8";
|
|
18835
|
+
Value: 168;
|
|
18632
18836
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18633
18837
|
}
|
|
18634
|
-
export const
|
|
18838
|
+
export const World8: World8;
|
|
18635
18839
|
/**
|
|
18636
|
-
*
|
|
18840
|
+
* **Deprecated:**
|
|
18637
18841
|
*
|
|
18638
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18842
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World9)
|
|
18639
18843
|
*/
|
|
18640
|
-
export interface
|
|
18641
|
-
Name: "
|
|
18642
|
-
Value:
|
|
18844
|
+
export interface World9 extends globalThis.EnumItem {
|
|
18845
|
+
Name: "World9";
|
|
18846
|
+
Value: 169;
|
|
18643
18847
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18644
18848
|
}
|
|
18645
|
-
export const
|
|
18849
|
+
export const World9: World9;
|
|
18646
18850
|
/**
|
|
18647
|
-
*
|
|
18851
|
+
* **Deprecated:**
|
|
18648
18852
|
*
|
|
18649
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18853
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World10)
|
|
18650
18854
|
*/
|
|
18651
|
-
export interface
|
|
18652
|
-
Name: "
|
|
18653
|
-
Value:
|
|
18855
|
+
export interface World10 extends globalThis.EnumItem {
|
|
18856
|
+
Name: "World10";
|
|
18857
|
+
Value: 170;
|
|
18654
18858
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18655
18859
|
}
|
|
18656
|
-
export const
|
|
18860
|
+
export const World10: World10;
|
|
18657
18861
|
/**
|
|
18658
|
-
*
|
|
18862
|
+
* **Deprecated:**
|
|
18659
18863
|
*
|
|
18660
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18864
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World11)
|
|
18661
18865
|
*/
|
|
18662
|
-
export interface
|
|
18663
|
-
Name: "
|
|
18664
|
-
Value:
|
|
18866
|
+
export interface World11 extends globalThis.EnumItem {
|
|
18867
|
+
Name: "World11";
|
|
18868
|
+
Value: 171;
|
|
18665
18869
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18666
18870
|
}
|
|
18667
|
-
export const
|
|
18871
|
+
export const World11: World11;
|
|
18668
18872
|
/**
|
|
18669
|
-
*
|
|
18873
|
+
* **Deprecated:**
|
|
18670
18874
|
*
|
|
18671
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18875
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World12)
|
|
18672
18876
|
*/
|
|
18673
|
-
export interface
|
|
18674
|
-
Name: "
|
|
18675
|
-
Value:
|
|
18877
|
+
export interface World12 extends globalThis.EnumItem {
|
|
18878
|
+
Name: "World12";
|
|
18879
|
+
Value: 172;
|
|
18676
18880
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18677
18881
|
}
|
|
18678
|
-
export const
|
|
18882
|
+
export const World12: World12;
|
|
18679
18883
|
/**
|
|
18680
|
-
*
|
|
18884
|
+
* **Deprecated:**
|
|
18681
18885
|
*
|
|
18682
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18886
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World13)
|
|
18683
18887
|
*/
|
|
18684
|
-
export interface
|
|
18685
|
-
Name: "
|
|
18686
|
-
Value:
|
|
18888
|
+
export interface World13 extends globalThis.EnumItem {
|
|
18889
|
+
Name: "World13";
|
|
18890
|
+
Value: 173;
|
|
18687
18891
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18688
18892
|
}
|
|
18689
|
-
export const
|
|
18893
|
+
export const World13: World13;
|
|
18690
18894
|
/**
|
|
18691
|
-
*
|
|
18895
|
+
* **Deprecated:**
|
|
18692
18896
|
*
|
|
18693
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18897
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World14)
|
|
18694
18898
|
*/
|
|
18695
|
-
export interface
|
|
18696
|
-
Name: "
|
|
18697
|
-
Value:
|
|
18899
|
+
export interface World14 extends globalThis.EnumItem {
|
|
18900
|
+
Name: "World14";
|
|
18901
|
+
Value: 174;
|
|
18698
18902
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18699
18903
|
}
|
|
18700
|
-
export const
|
|
18904
|
+
export const World14: World14;
|
|
18701
18905
|
/**
|
|
18702
|
-
*
|
|
18906
|
+
* **Deprecated:**
|
|
18703
18907
|
*
|
|
18704
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18908
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World15)
|
|
18705
18909
|
*/
|
|
18706
|
-
export interface
|
|
18707
|
-
Name: "
|
|
18708
|
-
Value:
|
|
18910
|
+
export interface World15 extends globalThis.EnumItem {
|
|
18911
|
+
Name: "World15";
|
|
18912
|
+
Value: 175;
|
|
18709
18913
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18710
18914
|
}
|
|
18711
|
-
export const
|
|
18915
|
+
export const World15: World15;
|
|
18712
18916
|
/**
|
|
18713
|
-
*
|
|
18917
|
+
* **Deprecated:**
|
|
18714
18918
|
*
|
|
18715
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18919
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World16)
|
|
18716
18920
|
*/
|
|
18717
|
-
export interface
|
|
18718
|
-
Name: "
|
|
18719
|
-
Value:
|
|
18921
|
+
export interface World16 extends globalThis.EnumItem {
|
|
18922
|
+
Name: "World16";
|
|
18923
|
+
Value: 176;
|
|
18720
18924
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18721
18925
|
}
|
|
18722
|
-
export const
|
|
18926
|
+
export const World16: World16;
|
|
18723
18927
|
/**
|
|
18724
|
-
*
|
|
18928
|
+
* **Deprecated:**
|
|
18725
18929
|
*
|
|
18726
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18930
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World17)
|
|
18727
18931
|
*/
|
|
18728
|
-
export interface
|
|
18729
|
-
Name: "
|
|
18730
|
-
Value:
|
|
18932
|
+
export interface World17 extends globalThis.EnumItem {
|
|
18933
|
+
Name: "World17";
|
|
18934
|
+
Value: 177;
|
|
18731
18935
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18732
18936
|
}
|
|
18733
|
-
export const
|
|
18937
|
+
export const World17: World17;
|
|
18734
18938
|
/**
|
|
18735
|
-
*
|
|
18939
|
+
* **Deprecated:**
|
|
18736
18940
|
*
|
|
18737
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18941
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World18)
|
|
18738
18942
|
*/
|
|
18739
|
-
export interface
|
|
18740
|
-
Name: "
|
|
18741
|
-
Value:
|
|
18943
|
+
export interface World18 extends globalThis.EnumItem {
|
|
18944
|
+
Name: "World18";
|
|
18945
|
+
Value: 178;
|
|
18742
18946
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18743
18947
|
}
|
|
18744
|
-
export const
|
|
18948
|
+
export const World18: World18;
|
|
18745
18949
|
/**
|
|
18746
|
-
*
|
|
18950
|
+
* **Deprecated:**
|
|
18747
18951
|
*
|
|
18748
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18952
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World19)
|
|
18749
18953
|
*/
|
|
18750
|
-
export interface
|
|
18751
|
-
Name: "
|
|
18752
|
-
Value:
|
|
18954
|
+
export interface World19 extends globalThis.EnumItem {
|
|
18955
|
+
Name: "World19";
|
|
18956
|
+
Value: 179;
|
|
18753
18957
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18754
18958
|
}
|
|
18755
|
-
export const
|
|
18959
|
+
export const World19: World19;
|
|
18756
18960
|
/**
|
|
18757
|
-
*
|
|
18961
|
+
* **Deprecated:**
|
|
18758
18962
|
*
|
|
18759
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18963
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World20)
|
|
18760
18964
|
*/
|
|
18761
|
-
export interface
|
|
18762
|
-
Name: "
|
|
18763
|
-
Value:
|
|
18965
|
+
export interface World20 extends globalThis.EnumItem {
|
|
18966
|
+
Name: "World20";
|
|
18967
|
+
Value: 180;
|
|
18764
18968
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18765
18969
|
}
|
|
18766
|
-
export const
|
|
18970
|
+
export const World20: World20;
|
|
18767
18971
|
/**
|
|
18768
|
-
*
|
|
18972
|
+
* **Deprecated:**
|
|
18769
18973
|
*
|
|
18770
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18974
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World21)
|
|
18771
18975
|
*/
|
|
18772
|
-
export interface
|
|
18773
|
-
Name: "
|
|
18774
|
-
Value:
|
|
18976
|
+
export interface World21 extends globalThis.EnumItem {
|
|
18977
|
+
Name: "World21";
|
|
18978
|
+
Value: 181;
|
|
18775
18979
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18776
18980
|
}
|
|
18777
|
-
export const
|
|
18981
|
+
export const World21: World21;
|
|
18778
18982
|
/**
|
|
18779
|
-
*
|
|
18983
|
+
* **Deprecated:**
|
|
18780
18984
|
*
|
|
18781
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18985
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World22)
|
|
18782
18986
|
*/
|
|
18783
|
-
export interface
|
|
18784
|
-
Name: "
|
|
18785
|
-
Value:
|
|
18987
|
+
export interface World22 extends globalThis.EnumItem {
|
|
18988
|
+
Name: "World22";
|
|
18989
|
+
Value: 182;
|
|
18786
18990
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18787
18991
|
}
|
|
18788
|
-
export const
|
|
18992
|
+
export const World22: World22;
|
|
18789
18993
|
/**
|
|
18790
|
-
*
|
|
18994
|
+
* **Deprecated:**
|
|
18791
18995
|
*
|
|
18792
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18996
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World23)
|
|
18793
18997
|
*/
|
|
18794
|
-
export interface
|
|
18795
|
-
Name: "
|
|
18796
|
-
Value:
|
|
18998
|
+
export interface World23 extends globalThis.EnumItem {
|
|
18999
|
+
Name: "World23";
|
|
19000
|
+
Value: 183;
|
|
18797
19001
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18798
19002
|
}
|
|
18799
|
-
export const
|
|
19003
|
+
export const World23: World23;
|
|
18800
19004
|
/**
|
|
18801
|
-
*
|
|
19005
|
+
* **Deprecated:**
|
|
18802
19006
|
*
|
|
18803
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19007
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World24)
|
|
18804
19008
|
*/
|
|
18805
|
-
export interface
|
|
18806
|
-
Name: "
|
|
18807
|
-
Value:
|
|
19009
|
+
export interface World24 extends globalThis.EnumItem {
|
|
19010
|
+
Name: "World24";
|
|
19011
|
+
Value: 184;
|
|
18808
19012
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18809
19013
|
}
|
|
18810
|
-
export const
|
|
19014
|
+
export const World24: World24;
|
|
18811
19015
|
/**
|
|
18812
|
-
*
|
|
19016
|
+
* **Deprecated:**
|
|
18813
19017
|
*
|
|
18814
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19018
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World25)
|
|
18815
19019
|
*/
|
|
18816
|
-
export interface
|
|
18817
|
-
Name: "
|
|
18818
|
-
Value:
|
|
19020
|
+
export interface World25 extends globalThis.EnumItem {
|
|
19021
|
+
Name: "World25";
|
|
19022
|
+
Value: 185;
|
|
18819
19023
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18820
19024
|
}
|
|
18821
|
-
export const
|
|
19025
|
+
export const World25: World25;
|
|
18822
19026
|
/**
|
|
18823
|
-
*
|
|
19027
|
+
* **Deprecated:**
|
|
18824
19028
|
*
|
|
18825
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19029
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World26)
|
|
18826
19030
|
*/
|
|
18827
|
-
export interface
|
|
18828
|
-
Name: "
|
|
18829
|
-
Value:
|
|
19031
|
+
export interface World26 extends globalThis.EnumItem {
|
|
19032
|
+
Name: "World26";
|
|
19033
|
+
Value: 186;
|
|
18830
19034
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18831
19035
|
}
|
|
18832
|
-
export const
|
|
19036
|
+
export const World26: World26;
|
|
18833
19037
|
/**
|
|
18834
|
-
*
|
|
19038
|
+
* **Deprecated:**
|
|
18835
19039
|
*
|
|
18836
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19040
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World27)
|
|
18837
19041
|
*/
|
|
18838
|
-
export interface
|
|
18839
|
-
Name: "
|
|
18840
|
-
Value:
|
|
19042
|
+
export interface World27 extends globalThis.EnumItem {
|
|
19043
|
+
Name: "World27";
|
|
19044
|
+
Value: 187;
|
|
18841
19045
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18842
19046
|
}
|
|
18843
|
-
export const
|
|
19047
|
+
export const World27: World27;
|
|
18844
19048
|
/**
|
|
18845
|
-
*
|
|
19049
|
+
* **Deprecated:**
|
|
18846
19050
|
*
|
|
18847
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19051
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World28)
|
|
18848
19052
|
*/
|
|
18849
|
-
export interface
|
|
18850
|
-
Name: "
|
|
18851
|
-
Value:
|
|
19053
|
+
export interface World28 extends globalThis.EnumItem {
|
|
19054
|
+
Name: "World28";
|
|
19055
|
+
Value: 188;
|
|
18852
19056
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18853
19057
|
}
|
|
18854
|
-
export const
|
|
19058
|
+
export const World28: World28;
|
|
18855
19059
|
/**
|
|
18856
|
-
*
|
|
19060
|
+
* **Deprecated:**
|
|
18857
19061
|
*
|
|
18858
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19062
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World29)
|
|
18859
19063
|
*/
|
|
18860
|
-
export interface
|
|
18861
|
-
Name: "
|
|
18862
|
-
Value:
|
|
19064
|
+
export interface World29 extends globalThis.EnumItem {
|
|
19065
|
+
Name: "World29";
|
|
19066
|
+
Value: 189;
|
|
18863
19067
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18864
19068
|
}
|
|
18865
|
-
export const
|
|
19069
|
+
export const World29: World29;
|
|
18866
19070
|
/**
|
|
18867
|
-
*
|
|
19071
|
+
* **Deprecated:**
|
|
18868
19072
|
*
|
|
18869
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19073
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World30)
|
|
18870
19074
|
*/
|
|
18871
|
-
export interface
|
|
18872
|
-
Name: "
|
|
18873
|
-
Value:
|
|
19075
|
+
export interface World30 extends globalThis.EnumItem {
|
|
19076
|
+
Name: "World30";
|
|
19077
|
+
Value: 190;
|
|
18874
19078
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18875
19079
|
}
|
|
18876
|
-
export const
|
|
19080
|
+
export const World30: World30;
|
|
18877
19081
|
/**
|
|
18878
|
-
*
|
|
19082
|
+
* **Deprecated:**
|
|
18879
19083
|
*
|
|
18880
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19084
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World31)
|
|
18881
19085
|
*/
|
|
18882
|
-
export interface
|
|
18883
|
-
Name: "
|
|
18884
|
-
Value:
|
|
19086
|
+
export interface World31 extends globalThis.EnumItem {
|
|
19087
|
+
Name: "World31";
|
|
19088
|
+
Value: 191;
|
|
18885
19089
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18886
19090
|
}
|
|
18887
|
-
export const
|
|
19091
|
+
export const World31: World31;
|
|
18888
19092
|
/**
|
|
18889
|
-
*
|
|
19093
|
+
* **Deprecated:**
|
|
18890
19094
|
*
|
|
18891
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19095
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World32)
|
|
18892
19096
|
*/
|
|
18893
|
-
export interface
|
|
18894
|
-
Name: "
|
|
18895
|
-
Value:
|
|
19097
|
+
export interface World32 extends globalThis.EnumItem {
|
|
19098
|
+
Name: "World32";
|
|
19099
|
+
Value: 192;
|
|
18896
19100
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18897
19101
|
}
|
|
18898
|
-
export const
|
|
19102
|
+
export const World32: World32;
|
|
18899
19103
|
/**
|
|
18900
|
-
*
|
|
19104
|
+
* **Deprecated:**
|
|
18901
19105
|
*
|
|
18902
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19106
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World33)
|
|
18903
19107
|
*/
|
|
18904
|
-
export interface
|
|
18905
|
-
Name: "
|
|
18906
|
-
Value:
|
|
19108
|
+
export interface World33 extends globalThis.EnumItem {
|
|
19109
|
+
Name: "World33";
|
|
19110
|
+
Value: 193;
|
|
18907
19111
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18908
19112
|
}
|
|
18909
|
-
export const
|
|
19113
|
+
export const World33: World33;
|
|
18910
19114
|
/**
|
|
18911
|
-
*
|
|
19115
|
+
* **Deprecated:**
|
|
18912
19116
|
*
|
|
18913
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19117
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World34)
|
|
18914
19118
|
*/
|
|
18915
|
-
export interface
|
|
18916
|
-
Name: "
|
|
18917
|
-
Value:
|
|
19119
|
+
export interface World34 extends globalThis.EnumItem {
|
|
19120
|
+
Name: "World34";
|
|
19121
|
+
Value: 194;
|
|
18918
19122
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18919
19123
|
}
|
|
18920
|
-
export const
|
|
19124
|
+
export const World34: World34;
|
|
18921
19125
|
/**
|
|
18922
|
-
*
|
|
19126
|
+
* **Deprecated:**
|
|
18923
19127
|
*
|
|
18924
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19128
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World35)
|
|
18925
19129
|
*/
|
|
18926
|
-
export interface
|
|
18927
|
-
Name: "
|
|
18928
|
-
Value:
|
|
19130
|
+
export interface World35 extends globalThis.EnumItem {
|
|
19131
|
+
Name: "World35";
|
|
19132
|
+
Value: 195;
|
|
18929
19133
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18930
19134
|
}
|
|
18931
|
-
export const
|
|
19135
|
+
export const World35: World35;
|
|
18932
19136
|
/**
|
|
18933
|
-
*
|
|
19137
|
+
* **Deprecated:**
|
|
18934
19138
|
*
|
|
18935
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19139
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World36)
|
|
18936
19140
|
*/
|
|
18937
|
-
export interface
|
|
18938
|
-
Name: "
|
|
18939
|
-
Value:
|
|
19141
|
+
export interface World36 extends globalThis.EnumItem {
|
|
19142
|
+
Name: "World36";
|
|
19143
|
+
Value: 196;
|
|
18940
19144
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18941
19145
|
}
|
|
18942
|
-
export const
|
|
19146
|
+
export const World36: World36;
|
|
18943
19147
|
/**
|
|
18944
|
-
*
|
|
19148
|
+
* **Deprecated:**
|
|
18945
19149
|
*
|
|
18946
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19150
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World37)
|
|
18947
19151
|
*/
|
|
18948
|
-
export interface
|
|
18949
|
-
Name: "
|
|
18950
|
-
Value:
|
|
19152
|
+
export interface World37 extends globalThis.EnumItem {
|
|
19153
|
+
Name: "World37";
|
|
19154
|
+
Value: 197;
|
|
18951
19155
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18952
19156
|
}
|
|
18953
|
-
export const
|
|
19157
|
+
export const World37: World37;
|
|
18954
19158
|
/**
|
|
18955
|
-
*
|
|
19159
|
+
* **Deprecated:**
|
|
18956
19160
|
*
|
|
18957
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19161
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World38)
|
|
18958
19162
|
*/
|
|
18959
|
-
export interface
|
|
18960
|
-
Name: "
|
|
18961
|
-
Value:
|
|
19163
|
+
export interface World38 extends globalThis.EnumItem {
|
|
19164
|
+
Name: "World38";
|
|
19165
|
+
Value: 198;
|
|
18962
19166
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18963
19167
|
}
|
|
18964
|
-
export const
|
|
19168
|
+
export const World38: World38;
|
|
18965
19169
|
/**
|
|
18966
|
-
*
|
|
19170
|
+
* **Deprecated:**
|
|
18967
19171
|
*
|
|
18968
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19172
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World39)
|
|
18969
19173
|
*/
|
|
18970
|
-
export interface
|
|
18971
|
-
Name: "
|
|
18972
|
-
Value:
|
|
19174
|
+
export interface World39 extends globalThis.EnumItem {
|
|
19175
|
+
Name: "World39";
|
|
19176
|
+
Value: 199;
|
|
18973
19177
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18974
19178
|
}
|
|
18975
|
-
export const
|
|
19179
|
+
export const World39: World39;
|
|
18976
19180
|
/**
|
|
18977
|
-
*
|
|
19181
|
+
* **Deprecated:**
|
|
18978
19182
|
*
|
|
18979
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19183
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World40)
|
|
18980
19184
|
*/
|
|
18981
|
-
export interface
|
|
18982
|
-
Name: "
|
|
18983
|
-
Value:
|
|
19185
|
+
export interface World40 extends globalThis.EnumItem {
|
|
19186
|
+
Name: "World40";
|
|
19187
|
+
Value: 200;
|
|
18984
19188
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18985
19189
|
}
|
|
18986
|
-
export const
|
|
19190
|
+
export const World40: World40;
|
|
18987
19191
|
/**
|
|
18988
|
-
*
|
|
19192
|
+
* **Deprecated:**
|
|
18989
19193
|
*
|
|
18990
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19194
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World41)
|
|
18991
19195
|
*/
|
|
18992
|
-
export interface
|
|
18993
|
-
Name: "
|
|
18994
|
-
Value:
|
|
19196
|
+
export interface World41 extends globalThis.EnumItem {
|
|
19197
|
+
Name: "World41";
|
|
19198
|
+
Value: 201;
|
|
18995
19199
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18996
19200
|
}
|
|
18997
|
-
export const
|
|
19201
|
+
export const World41: World41;
|
|
18998
19202
|
/**
|
|
18999
|
-
*
|
|
19203
|
+
* **Deprecated:**
|
|
19000
19204
|
*
|
|
19001
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19205
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World42)
|
|
19002
19206
|
*/
|
|
19003
|
-
export interface
|
|
19004
|
-
Name: "
|
|
19005
|
-
Value:
|
|
19207
|
+
export interface World42 extends globalThis.EnumItem {
|
|
19208
|
+
Name: "World42";
|
|
19209
|
+
Value: 202;
|
|
19006
19210
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19007
19211
|
}
|
|
19008
|
-
export const
|
|
19212
|
+
export const World42: World42;
|
|
19009
19213
|
/**
|
|
19010
|
-
*
|
|
19214
|
+
* **Deprecated:**
|
|
19011
19215
|
*
|
|
19012
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19216
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World43)
|
|
19013
19217
|
*/
|
|
19014
|
-
export interface
|
|
19015
|
-
Name: "
|
|
19016
|
-
Value:
|
|
19218
|
+
export interface World43 extends globalThis.EnumItem {
|
|
19219
|
+
Name: "World43";
|
|
19220
|
+
Value: 203;
|
|
19017
19221
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19018
19222
|
}
|
|
19019
|
-
export const
|
|
19223
|
+
export const World43: World43;
|
|
19020
19224
|
/**
|
|
19021
|
-
*
|
|
19225
|
+
* **Deprecated:**
|
|
19022
19226
|
*
|
|
19023
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19227
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World44)
|
|
19024
19228
|
*/
|
|
19025
|
-
export interface
|
|
19026
|
-
Name: "
|
|
19027
|
-
Value:
|
|
19229
|
+
export interface World44 extends globalThis.EnumItem {
|
|
19230
|
+
Name: "World44";
|
|
19231
|
+
Value: 204;
|
|
19028
19232
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19029
19233
|
}
|
|
19030
|
-
export const
|
|
19234
|
+
export const World44: World44;
|
|
19031
19235
|
/**
|
|
19032
|
-
*
|
|
19236
|
+
* **Deprecated:**
|
|
19033
19237
|
*
|
|
19034
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19238
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World45)
|
|
19035
19239
|
*/
|
|
19036
|
-
export interface
|
|
19037
|
-
Name: "
|
|
19038
|
-
Value:
|
|
19240
|
+
export interface World45 extends globalThis.EnumItem {
|
|
19241
|
+
Name: "World45";
|
|
19242
|
+
Value: 205;
|
|
19039
19243
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19040
19244
|
}
|
|
19041
|
-
export const
|
|
19245
|
+
export const World45: World45;
|
|
19042
19246
|
/**
|
|
19043
|
-
*
|
|
19247
|
+
* **Deprecated:**
|
|
19044
19248
|
*
|
|
19045
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19249
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World46)
|
|
19046
19250
|
*/
|
|
19047
|
-
export interface
|
|
19048
|
-
Name: "
|
|
19049
|
-
Value:
|
|
19251
|
+
export interface World46 extends globalThis.EnumItem {
|
|
19252
|
+
Name: "World46";
|
|
19253
|
+
Value: 206;
|
|
19050
19254
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19051
19255
|
}
|
|
19052
|
-
export const
|
|
19256
|
+
export const World46: World46;
|
|
19053
19257
|
/**
|
|
19054
|
-
*
|
|
19258
|
+
* **Deprecated:**
|
|
19055
19259
|
*
|
|
19056
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19260
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World47)
|
|
19057
19261
|
*/
|
|
19058
|
-
export interface
|
|
19059
|
-
Name: "
|
|
19060
|
-
Value:
|
|
19262
|
+
export interface World47 extends globalThis.EnumItem {
|
|
19263
|
+
Name: "World47";
|
|
19264
|
+
Value: 207;
|
|
19061
19265
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19062
19266
|
}
|
|
19063
|
-
export const
|
|
19267
|
+
export const World47: World47;
|
|
19064
19268
|
/**
|
|
19065
|
-
*
|
|
19269
|
+
* **Deprecated:**
|
|
19066
19270
|
*
|
|
19067
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19271
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World48)
|
|
19068
19272
|
*/
|
|
19069
|
-
export interface
|
|
19070
|
-
Name: "
|
|
19071
|
-
Value:
|
|
19273
|
+
export interface World48 extends globalThis.EnumItem {
|
|
19274
|
+
Name: "World48";
|
|
19275
|
+
Value: 208;
|
|
19072
19276
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19073
19277
|
}
|
|
19074
|
-
export const
|
|
19278
|
+
export const World48: World48;
|
|
19075
19279
|
/**
|
|
19076
|
-
*
|
|
19280
|
+
* **Deprecated:**
|
|
19077
19281
|
*
|
|
19078
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19282
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World49)
|
|
19079
19283
|
*/
|
|
19080
|
-
export interface
|
|
19081
|
-
Name: "
|
|
19082
|
-
Value:
|
|
19284
|
+
export interface World49 extends globalThis.EnumItem {
|
|
19285
|
+
Name: "World49";
|
|
19286
|
+
Value: 209;
|
|
19083
19287
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19084
19288
|
}
|
|
19085
|
-
export const
|
|
19289
|
+
export const World49: World49;
|
|
19086
19290
|
/**
|
|
19087
|
-
*
|
|
19291
|
+
* **Deprecated:**
|
|
19088
19292
|
*
|
|
19089
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19293
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World50)
|
|
19090
19294
|
*/
|
|
19091
|
-
export interface
|
|
19092
|
-
Name: "
|
|
19093
|
-
Value:
|
|
19295
|
+
export interface World50 extends globalThis.EnumItem {
|
|
19296
|
+
Name: "World50";
|
|
19297
|
+
Value: 210;
|
|
19094
19298
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19095
19299
|
}
|
|
19096
|
-
export const
|
|
19300
|
+
export const World50: World50;
|
|
19097
19301
|
/**
|
|
19098
|
-
*
|
|
19302
|
+
* **Deprecated:**
|
|
19099
19303
|
*
|
|
19100
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19304
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World51)
|
|
19101
19305
|
*/
|
|
19102
|
-
export interface
|
|
19103
|
-
Name: "
|
|
19104
|
-
Value:
|
|
19306
|
+
export interface World51 extends globalThis.EnumItem {
|
|
19307
|
+
Name: "World51";
|
|
19308
|
+
Value: 211;
|
|
19105
19309
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19106
19310
|
}
|
|
19107
|
-
export const
|
|
19311
|
+
export const World51: World51;
|
|
19108
19312
|
/**
|
|
19109
|
-
*
|
|
19313
|
+
* **Deprecated:**
|
|
19110
19314
|
*
|
|
19111
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19315
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World52)
|
|
19112
19316
|
*/
|
|
19113
|
-
export interface
|
|
19114
|
-
Name: "
|
|
19115
|
-
Value:
|
|
19317
|
+
export interface World52 extends globalThis.EnumItem {
|
|
19318
|
+
Name: "World52";
|
|
19319
|
+
Value: 212;
|
|
19116
19320
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19117
19321
|
}
|
|
19118
|
-
export const
|
|
19322
|
+
export const World52: World52;
|
|
19119
19323
|
/**
|
|
19120
|
-
*
|
|
19324
|
+
* **Deprecated:**
|
|
19121
19325
|
*
|
|
19122
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19326
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World53)
|
|
19123
19327
|
*/
|
|
19124
|
-
export interface
|
|
19125
|
-
Name: "
|
|
19126
|
-
Value:
|
|
19328
|
+
export interface World53 extends globalThis.EnumItem {
|
|
19329
|
+
Name: "World53";
|
|
19330
|
+
Value: 213;
|
|
19127
19331
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19128
19332
|
}
|
|
19129
|
-
export const
|
|
19333
|
+
export const World53: World53;
|
|
19130
19334
|
/**
|
|
19131
|
-
*
|
|
19335
|
+
* **Deprecated:**
|
|
19132
19336
|
*
|
|
19133
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19337
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World54)
|
|
19134
19338
|
*/
|
|
19135
|
-
export interface
|
|
19136
|
-
Name: "
|
|
19137
|
-
Value:
|
|
19339
|
+
export interface World54 extends globalThis.EnumItem {
|
|
19340
|
+
Name: "World54";
|
|
19341
|
+
Value: 214;
|
|
19138
19342
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19139
19343
|
}
|
|
19140
|
-
export const
|
|
19344
|
+
export const World54: World54;
|
|
19141
19345
|
/**
|
|
19142
|
-
*
|
|
19346
|
+
* **Deprecated:**
|
|
19143
19347
|
*
|
|
19144
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19348
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World55)
|
|
19145
19349
|
*/
|
|
19146
|
-
export interface
|
|
19147
|
-
Name: "
|
|
19148
|
-
Value:
|
|
19350
|
+
export interface World55 extends globalThis.EnumItem {
|
|
19351
|
+
Name: "World55";
|
|
19352
|
+
Value: 215;
|
|
19149
19353
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19150
19354
|
}
|
|
19151
|
-
export const
|
|
19355
|
+
export const World55: World55;
|
|
19152
19356
|
/**
|
|
19153
|
-
*
|
|
19357
|
+
* **Deprecated:**
|
|
19154
19358
|
*
|
|
19155
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19359
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World56)
|
|
19156
19360
|
*/
|
|
19157
|
-
export interface
|
|
19158
|
-
Name: "
|
|
19159
|
-
Value:
|
|
19361
|
+
export interface World56 extends globalThis.EnumItem {
|
|
19362
|
+
Name: "World56";
|
|
19363
|
+
Value: 216;
|
|
19160
19364
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19161
19365
|
}
|
|
19162
|
-
export const
|
|
19366
|
+
export const World56: World56;
|
|
19163
19367
|
/**
|
|
19164
|
-
*
|
|
19368
|
+
* **Deprecated:**
|
|
19165
19369
|
*
|
|
19166
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19370
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World57)
|
|
19167
19371
|
*/
|
|
19168
|
-
export interface
|
|
19169
|
-
Name: "
|
|
19170
|
-
Value:
|
|
19372
|
+
export interface World57 extends globalThis.EnumItem {
|
|
19373
|
+
Name: "World57";
|
|
19374
|
+
Value: 217;
|
|
19171
19375
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19172
19376
|
}
|
|
19173
|
-
export const
|
|
19377
|
+
export const World57: World57;
|
|
19174
19378
|
/**
|
|
19175
|
-
*
|
|
19379
|
+
* **Deprecated:**
|
|
19176
19380
|
*
|
|
19177
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19381
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World58)
|
|
19178
19382
|
*/
|
|
19179
|
-
export interface
|
|
19180
|
-
Name: "
|
|
19181
|
-
Value:
|
|
19383
|
+
export interface World58 extends globalThis.EnumItem {
|
|
19384
|
+
Name: "World58";
|
|
19385
|
+
Value: 218;
|
|
19182
19386
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19183
19387
|
}
|
|
19184
|
-
export const
|
|
19388
|
+
export const World58: World58;
|
|
19185
19389
|
/**
|
|
19186
|
-
*
|
|
19390
|
+
* **Deprecated:**
|
|
19187
19391
|
*
|
|
19188
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19392
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World59)
|
|
19189
19393
|
*/
|
|
19190
|
-
export interface
|
|
19191
|
-
Name: "
|
|
19192
|
-
Value:
|
|
19394
|
+
export interface World59 extends globalThis.EnumItem {
|
|
19395
|
+
Name: "World59";
|
|
19396
|
+
Value: 219;
|
|
19193
19397
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19194
19398
|
}
|
|
19195
|
-
export const
|
|
19399
|
+
export const World59: World59;
|
|
19196
19400
|
/**
|
|
19197
|
-
*
|
|
19401
|
+
* **Deprecated:**
|
|
19198
19402
|
*
|
|
19199
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19403
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World60)
|
|
19200
19404
|
*/
|
|
19201
|
-
export interface
|
|
19202
|
-
Name: "
|
|
19203
|
-
Value:
|
|
19405
|
+
export interface World60 extends globalThis.EnumItem {
|
|
19406
|
+
Name: "World60";
|
|
19407
|
+
Value: 220;
|
|
19204
19408
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19205
19409
|
}
|
|
19206
|
-
export const
|
|
19410
|
+
export const World60: World60;
|
|
19207
19411
|
/**
|
|
19208
|
-
*
|
|
19412
|
+
* **Deprecated:**
|
|
19209
19413
|
*
|
|
19210
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19414
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World61)
|
|
19211
19415
|
*/
|
|
19212
|
-
export interface
|
|
19213
|
-
Name: "
|
|
19214
|
-
Value:
|
|
19416
|
+
export interface World61 extends globalThis.EnumItem {
|
|
19417
|
+
Name: "World61";
|
|
19418
|
+
Value: 221;
|
|
19215
19419
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19216
19420
|
}
|
|
19217
|
-
export const
|
|
19421
|
+
export const World61: World61;
|
|
19218
19422
|
/**
|
|
19219
|
-
*
|
|
19423
|
+
* **Deprecated:**
|
|
19220
19424
|
*
|
|
19221
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19425
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World62)
|
|
19222
19426
|
*/
|
|
19223
|
-
export interface
|
|
19224
|
-
Name: "
|
|
19225
|
-
Value:
|
|
19427
|
+
export interface World62 extends globalThis.EnumItem {
|
|
19428
|
+
Name: "World62";
|
|
19429
|
+
Value: 222;
|
|
19226
19430
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19227
19431
|
}
|
|
19228
|
-
export const
|
|
19432
|
+
export const World62: World62;
|
|
19229
19433
|
/**
|
|
19230
|
-
*
|
|
19434
|
+
* **Deprecated:**
|
|
19231
19435
|
*
|
|
19232
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19436
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World63)
|
|
19233
19437
|
*/
|
|
19234
|
-
export interface
|
|
19235
|
-
Name: "
|
|
19236
|
-
Value:
|
|
19438
|
+
export interface World63 extends globalThis.EnumItem {
|
|
19439
|
+
Name: "World63";
|
|
19440
|
+
Value: 223;
|
|
19237
19441
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19238
19442
|
}
|
|
19239
|
-
export const
|
|
19443
|
+
export const World63: World63;
|
|
19240
19444
|
/**
|
|
19241
|
-
*
|
|
19445
|
+
* **Deprecated:**
|
|
19242
19446
|
*
|
|
19243
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19447
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World64)
|
|
19244
19448
|
*/
|
|
19245
|
-
export interface
|
|
19246
|
-
Name: "
|
|
19247
|
-
Value:
|
|
19449
|
+
export interface World64 extends globalThis.EnumItem {
|
|
19450
|
+
Name: "World64";
|
|
19451
|
+
Value: 224;
|
|
19248
19452
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19249
19453
|
}
|
|
19250
|
-
export const
|
|
19454
|
+
export const World64: World64;
|
|
19251
19455
|
/**
|
|
19252
|
-
*
|
|
19456
|
+
* **Deprecated:**
|
|
19253
19457
|
*
|
|
19254
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19458
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World65)
|
|
19255
19459
|
*/
|
|
19256
|
-
export interface
|
|
19257
|
-
Name: "
|
|
19258
|
-
Value:
|
|
19460
|
+
export interface World65 extends globalThis.EnumItem {
|
|
19461
|
+
Name: "World65";
|
|
19462
|
+
Value: 225;
|
|
19259
19463
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19260
19464
|
}
|
|
19261
|
-
export const
|
|
19465
|
+
export const World65: World65;
|
|
19262
19466
|
/**
|
|
19263
|
-
*
|
|
19467
|
+
* **Deprecated:**
|
|
19264
19468
|
*
|
|
19265
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19469
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World66)
|
|
19266
19470
|
*/
|
|
19267
|
-
export interface
|
|
19268
|
-
Name: "
|
|
19269
|
-
Value:
|
|
19471
|
+
export interface World66 extends globalThis.EnumItem {
|
|
19472
|
+
Name: "World66";
|
|
19473
|
+
Value: 226;
|
|
19270
19474
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19271
19475
|
}
|
|
19272
|
-
export const
|
|
19476
|
+
export const World66: World66;
|
|
19273
19477
|
/**
|
|
19274
|
-
*
|
|
19478
|
+
* **Deprecated:**
|
|
19275
19479
|
*
|
|
19276
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19480
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World67)
|
|
19277
19481
|
*/
|
|
19278
|
-
export interface
|
|
19279
|
-
Name: "
|
|
19280
|
-
Value:
|
|
19281
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19282
|
-
}
|
|
19283
|
-
export const ButtonB: ButtonB;
|
|
19284
|
-
/**
|
|
19285
|
-
* Gamepad `R1` button.
|
|
19286
|
-
*
|
|
19287
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR1)
|
|
19288
|
-
*/
|
|
19289
|
-
export interface ButtonR1 extends globalThis.EnumItem {
|
|
19290
|
-
Name: "ButtonR1";
|
|
19291
|
-
Value: 1004;
|
|
19482
|
+
export interface World67 extends globalThis.EnumItem {
|
|
19483
|
+
Name: "World67";
|
|
19484
|
+
Value: 227;
|
|
19292
19485
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19293
19486
|
}
|
|
19294
|
-
export const
|
|
19487
|
+
export const World67: World67;
|
|
19295
19488
|
/**
|
|
19296
|
-
*
|
|
19489
|
+
* **Deprecated:**
|
|
19297
19490
|
*
|
|
19298
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19491
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World68)
|
|
19299
19492
|
*/
|
|
19300
|
-
export interface
|
|
19301
|
-
Name: "
|
|
19302
|
-
Value:
|
|
19493
|
+
export interface World68 extends globalThis.EnumItem {
|
|
19494
|
+
Name: "World68";
|
|
19495
|
+
Value: 228;
|
|
19303
19496
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19304
19497
|
}
|
|
19305
|
-
export const
|
|
19498
|
+
export const World68: World68;
|
|
19306
19499
|
/**
|
|
19307
|
-
*
|
|
19500
|
+
* **Deprecated:**
|
|
19308
19501
|
*
|
|
19309
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19502
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World69)
|
|
19310
19503
|
*/
|
|
19311
|
-
export interface
|
|
19312
|
-
Name: "
|
|
19313
|
-
Value:
|
|
19504
|
+
export interface World69 extends globalThis.EnumItem {
|
|
19505
|
+
Name: "World69";
|
|
19506
|
+
Value: 229;
|
|
19314
19507
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19315
19508
|
}
|
|
19316
|
-
export const
|
|
19509
|
+
export const World69: World69;
|
|
19317
19510
|
/**
|
|
19318
|
-
*
|
|
19511
|
+
* **Deprecated:**
|
|
19319
19512
|
*
|
|
19320
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19513
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World70)
|
|
19321
19514
|
*/
|
|
19322
|
-
export interface
|
|
19323
|
-
Name: "
|
|
19324
|
-
Value:
|
|
19515
|
+
export interface World70 extends globalThis.EnumItem {
|
|
19516
|
+
Name: "World70";
|
|
19517
|
+
Value: 230;
|
|
19325
19518
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19326
19519
|
}
|
|
19327
|
-
export const
|
|
19520
|
+
export const World70: World70;
|
|
19328
19521
|
/**
|
|
19329
|
-
*
|
|
19522
|
+
* **Deprecated:**
|
|
19330
19523
|
*
|
|
19331
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19524
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World71)
|
|
19332
19525
|
*/
|
|
19333
|
-
export interface
|
|
19334
|
-
Name: "
|
|
19335
|
-
Value:
|
|
19526
|
+
export interface World71 extends globalThis.EnumItem {
|
|
19527
|
+
Name: "World71";
|
|
19528
|
+
Value: 231;
|
|
19336
19529
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19337
19530
|
}
|
|
19338
|
-
export const
|
|
19531
|
+
export const World71: World71;
|
|
19339
19532
|
/**
|
|
19340
|
-
*
|
|
19533
|
+
* **Deprecated:**
|
|
19341
19534
|
*
|
|
19342
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19535
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World72)
|
|
19343
19536
|
*/
|
|
19344
|
-
export interface
|
|
19345
|
-
Name: "
|
|
19346
|
-
Value:
|
|
19537
|
+
export interface World72 extends globalThis.EnumItem {
|
|
19538
|
+
Name: "World72";
|
|
19539
|
+
Value: 232;
|
|
19347
19540
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19348
19541
|
}
|
|
19349
|
-
export const
|
|
19542
|
+
export const World72: World72;
|
|
19350
19543
|
/**
|
|
19351
|
-
*
|
|
19544
|
+
* **Deprecated:**
|
|
19352
19545
|
*
|
|
19353
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19546
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World73)
|
|
19354
19547
|
*/
|
|
19355
|
-
export interface
|
|
19356
|
-
Name: "
|
|
19357
|
-
Value:
|
|
19548
|
+
export interface World73 extends globalThis.EnumItem {
|
|
19549
|
+
Name: "World73";
|
|
19550
|
+
Value: 233;
|
|
19358
19551
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19359
19552
|
}
|
|
19360
|
-
export const
|
|
19553
|
+
export const World73: World73;
|
|
19361
19554
|
/**
|
|
19362
|
-
*
|
|
19555
|
+
* **Deprecated:**
|
|
19363
19556
|
*
|
|
19364
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19557
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World74)
|
|
19365
19558
|
*/
|
|
19366
|
-
export interface
|
|
19367
|
-
Name: "
|
|
19368
|
-
Value:
|
|
19559
|
+
export interface World74 extends globalThis.EnumItem {
|
|
19560
|
+
Name: "World74";
|
|
19561
|
+
Value: 234;
|
|
19369
19562
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19370
19563
|
}
|
|
19371
|
-
export const
|
|
19564
|
+
export const World74: World74;
|
|
19372
19565
|
/**
|
|
19373
|
-
*
|
|
19566
|
+
* **Deprecated:**
|
|
19374
19567
|
*
|
|
19375
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19568
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World75)
|
|
19376
19569
|
*/
|
|
19377
|
-
export interface
|
|
19378
|
-
Name: "
|
|
19379
|
-
Value:
|
|
19570
|
+
export interface World75 extends globalThis.EnumItem {
|
|
19571
|
+
Name: "World75";
|
|
19572
|
+
Value: 235;
|
|
19380
19573
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19381
19574
|
}
|
|
19382
|
-
export const
|
|
19575
|
+
export const World75: World75;
|
|
19383
19576
|
/**
|
|
19384
|
-
*
|
|
19577
|
+
* **Deprecated:**
|
|
19385
19578
|
*
|
|
19386
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19579
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World76)
|
|
19387
19580
|
*/
|
|
19388
|
-
export interface
|
|
19389
|
-
Name: "
|
|
19390
|
-
Value:
|
|
19581
|
+
export interface World76 extends globalThis.EnumItem {
|
|
19582
|
+
Name: "World76";
|
|
19583
|
+
Value: 236;
|
|
19391
19584
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19392
19585
|
}
|
|
19393
|
-
export const
|
|
19586
|
+
export const World76: World76;
|
|
19394
19587
|
/**
|
|
19395
|
-
*
|
|
19588
|
+
* **Deprecated:**
|
|
19396
19589
|
*
|
|
19397
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19590
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World77)
|
|
19398
19591
|
*/
|
|
19399
|
-
export interface
|
|
19400
|
-
Name: "
|
|
19401
|
-
Value:
|
|
19592
|
+
export interface World77 extends globalThis.EnumItem {
|
|
19593
|
+
Name: "World77";
|
|
19594
|
+
Value: 237;
|
|
19402
19595
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19403
19596
|
}
|
|
19404
|
-
export const
|
|
19597
|
+
export const World77: World77;
|
|
19405
19598
|
/**
|
|
19406
|
-
*
|
|
19599
|
+
* **Deprecated:**
|
|
19407
19600
|
*
|
|
19408
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19601
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World78)
|
|
19409
19602
|
*/
|
|
19410
|
-
export interface
|
|
19411
|
-
Name: "
|
|
19412
|
-
Value:
|
|
19603
|
+
export interface World78 extends globalThis.EnumItem {
|
|
19604
|
+
Name: "World78";
|
|
19605
|
+
Value: 238;
|
|
19413
19606
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19414
19607
|
}
|
|
19415
|
-
export const
|
|
19608
|
+
export const World78: World78;
|
|
19416
19609
|
/**
|
|
19417
|
-
*
|
|
19610
|
+
* **Deprecated:**
|
|
19418
19611
|
*
|
|
19419
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19612
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World79)
|
|
19420
19613
|
*/
|
|
19421
|
-
export interface
|
|
19422
|
-
Name: "
|
|
19423
|
-
Value:
|
|
19614
|
+
export interface World79 extends globalThis.EnumItem {
|
|
19615
|
+
Name: "World79";
|
|
19616
|
+
Value: 239;
|
|
19424
19617
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19425
19618
|
}
|
|
19426
|
-
export const
|
|
19619
|
+
export const World79: World79;
|
|
19427
19620
|
/**
|
|
19428
|
-
*
|
|
19621
|
+
* **Deprecated:**
|
|
19429
19622
|
*
|
|
19430
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19623
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World80)
|
|
19431
19624
|
*/
|
|
19432
|
-
export interface
|
|
19433
|
-
Name: "
|
|
19434
|
-
Value:
|
|
19625
|
+
export interface World80 extends globalThis.EnumItem {
|
|
19626
|
+
Name: "World80";
|
|
19627
|
+
Value: 240;
|
|
19435
19628
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19436
19629
|
}
|
|
19437
|
-
export const
|
|
19630
|
+
export const World80: World80;
|
|
19438
19631
|
/**
|
|
19439
|
-
*
|
|
19632
|
+
* **Deprecated:**
|
|
19440
19633
|
*
|
|
19441
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19634
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World81)
|
|
19442
19635
|
*/
|
|
19443
|
-
export interface
|
|
19444
|
-
Name: "
|
|
19445
|
-
Value:
|
|
19636
|
+
export interface World81 extends globalThis.EnumItem {
|
|
19637
|
+
Name: "World81";
|
|
19638
|
+
Value: 241;
|
|
19446
19639
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19447
19640
|
}
|
|
19448
|
-
export const
|
|
19641
|
+
export const World81: World81;
|
|
19449
19642
|
/**
|
|
19450
|
-
*
|
|
19643
|
+
* **Deprecated:**
|
|
19451
19644
|
*
|
|
19452
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19645
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World82)
|
|
19453
19646
|
*/
|
|
19454
|
-
export interface
|
|
19455
|
-
Name: "
|
|
19456
|
-
Value:
|
|
19647
|
+
export interface World82 extends globalThis.EnumItem {
|
|
19648
|
+
Name: "World82";
|
|
19649
|
+
Value: 242;
|
|
19457
19650
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19458
19651
|
}
|
|
19459
|
-
export const
|
|
19652
|
+
export const World82: World82;
|
|
19460
19653
|
/**
|
|
19461
|
-
*
|
|
19654
|
+
* **Deprecated:**
|
|
19462
19655
|
*
|
|
19463
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19656
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World83)
|
|
19464
19657
|
*/
|
|
19465
|
-
export interface
|
|
19466
|
-
Name: "
|
|
19467
|
-
Value:
|
|
19658
|
+
export interface World83 extends globalThis.EnumItem {
|
|
19659
|
+
Name: "World83";
|
|
19660
|
+
Value: 243;
|
|
19468
19661
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19469
19662
|
}
|
|
19470
|
-
export const
|
|
19663
|
+
export const World83: World83;
|
|
19471
19664
|
/**
|
|
19472
|
-
*
|
|
19665
|
+
* **Deprecated:**
|
|
19473
19666
|
*
|
|
19474
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19667
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World84)
|
|
19475
19668
|
*/
|
|
19476
|
-
export interface
|
|
19477
|
-
Name: "
|
|
19478
|
-
Value:
|
|
19669
|
+
export interface World84 extends globalThis.EnumItem {
|
|
19670
|
+
Name: "World84";
|
|
19671
|
+
Value: 244;
|
|
19479
19672
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19480
19673
|
}
|
|
19481
|
-
export const
|
|
19674
|
+
export const World84: World84;
|
|
19482
19675
|
/**
|
|
19483
|
-
*
|
|
19676
|
+
* **Deprecated:**
|
|
19484
19677
|
*
|
|
19485
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19678
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World85)
|
|
19486
19679
|
*/
|
|
19487
|
-
export interface
|
|
19488
|
-
Name: "
|
|
19489
|
-
Value:
|
|
19680
|
+
export interface World85 extends globalThis.EnumItem {
|
|
19681
|
+
Name: "World85";
|
|
19682
|
+
Value: 245;
|
|
19490
19683
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19491
19684
|
}
|
|
19492
|
-
export const
|
|
19685
|
+
export const World85: World85;
|
|
19493
19686
|
/**
|
|
19494
|
-
*
|
|
19687
|
+
* **Deprecated:**
|
|
19495
19688
|
*
|
|
19496
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19689
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World86)
|
|
19497
19690
|
*/
|
|
19498
|
-
export interface
|
|
19499
|
-
Name: "
|
|
19500
|
-
Value:
|
|
19691
|
+
export interface World86 extends globalThis.EnumItem {
|
|
19692
|
+
Name: "World86";
|
|
19693
|
+
Value: 246;
|
|
19501
19694
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19502
19695
|
}
|
|
19503
|
-
export const
|
|
19696
|
+
export const World86: World86;
|
|
19504
19697
|
/**
|
|
19505
|
-
*
|
|
19698
|
+
* **Deprecated:**
|
|
19506
19699
|
*
|
|
19507
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19700
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World87)
|
|
19508
19701
|
*/
|
|
19509
|
-
export interface
|
|
19510
|
-
Name: "
|
|
19511
|
-
Value:
|
|
19702
|
+
export interface World87 extends globalThis.EnumItem {
|
|
19703
|
+
Name: "World87";
|
|
19704
|
+
Value: 247;
|
|
19512
19705
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19513
19706
|
}
|
|
19514
|
-
export const
|
|
19707
|
+
export const World87: World87;
|
|
19515
19708
|
/**
|
|
19516
|
-
*
|
|
19709
|
+
* **Deprecated:**
|
|
19517
19710
|
*
|
|
19518
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19519
|
-
*/
|
|
19520
|
-
export interface Thumbstick2Right extends globalThis.EnumItem {
|
|
19521
|
-
Name: "Thumbstick2Right";
|
|
19522
|
-
Value: 1025;
|
|
19523
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19524
|
-
}
|
|
19525
|
-
export const Thumbstick2Right: Thumbstick2Right;
|
|
19526
|
-
/**
|
|
19527
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
|
|
19528
|
-
*/
|
|
19529
|
-
export interface MouseLeftButton extends globalThis.EnumItem {
|
|
19530
|
-
Name: "MouseLeftButton";
|
|
19531
|
-
Value: 1026;
|
|
19532
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19533
|
-
}
|
|
19534
|
-
export const MouseLeftButton: MouseLeftButton;
|
|
19535
|
-
/**
|
|
19536
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseRightButton)
|
|
19537
|
-
*/
|
|
19538
|
-
export interface MouseRightButton extends globalThis.EnumItem {
|
|
19539
|
-
Name: "MouseRightButton";
|
|
19540
|
-
Value: 1027;
|
|
19541
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19542
|
-
}
|
|
19543
|
-
export const MouseRightButton: MouseRightButton;
|
|
19544
|
-
/**
|
|
19545
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseMiddleButton)
|
|
19711
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World88)
|
|
19546
19712
|
*/
|
|
19547
|
-
export interface
|
|
19548
|
-
Name: "
|
|
19549
|
-
Value:
|
|
19713
|
+
export interface World88 extends globalThis.EnumItem {
|
|
19714
|
+
Name: "World88";
|
|
19715
|
+
Value: 248;
|
|
19550
19716
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19551
19717
|
}
|
|
19552
|
-
export const
|
|
19718
|
+
export const World88: World88;
|
|
19553
19719
|
/**
|
|
19554
|
-
*
|
|
19720
|
+
* **Deprecated:**
|
|
19555
19721
|
*
|
|
19556
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19722
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World89)
|
|
19557
19723
|
*/
|
|
19558
|
-
export interface
|
|
19559
|
-
Name: "
|
|
19560
|
-
Value:
|
|
19724
|
+
export interface World89 extends globalThis.EnumItem {
|
|
19725
|
+
Name: "World89";
|
|
19726
|
+
Value: 249;
|
|
19561
19727
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19562
19728
|
}
|
|
19563
|
-
export const
|
|
19729
|
+
export const World89: World89;
|
|
19564
19730
|
/**
|
|
19565
|
-
*
|
|
19731
|
+
* **Deprecated:**
|
|
19566
19732
|
*
|
|
19567
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19568
|
-
*/
|
|
19569
|
-
export interface TouchPosition extends globalThis.EnumItem {
|
|
19570
|
-
Name: "TouchPosition";
|
|
19571
|
-
Value: 1034;
|
|
19572
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19573
|
-
}
|
|
19574
|
-
export const TouchPosition: TouchPosition;
|
|
19575
|
-
/**
|
|
19576
|
-
* @deprecated renamed to TouchPosition
|
|
19577
|
-
*/
|
|
19578
|
-
export const Touch: TouchPosition;
|
|
19579
|
-
/**
|
|
19580
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseWheel)
|
|
19581
|
-
*/
|
|
19582
|
-
export interface MouseWheel extends globalThis.EnumItem {
|
|
19583
|
-
Name: "MouseWheel";
|
|
19584
|
-
Value: 1035;
|
|
19585
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19586
|
-
}
|
|
19587
|
-
export const MouseWheel: MouseWheel;
|
|
19588
|
-
/**
|
|
19589
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPan)
|
|
19590
|
-
*/
|
|
19591
|
-
export interface TrackpadPan extends globalThis.EnumItem {
|
|
19592
|
-
Name: "TrackpadPan";
|
|
19593
|
-
Value: 1040;
|
|
19594
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19595
|
-
}
|
|
19596
|
-
export const TrackpadPan: TrackpadPan;
|
|
19597
|
-
/**
|
|
19598
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPinch)
|
|
19599
|
-
*/
|
|
19600
|
-
export interface TrackpadPinch extends globalThis.EnumItem {
|
|
19601
|
-
Name: "TrackpadPinch";
|
|
19602
|
-
Value: 1045;
|
|
19603
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19604
|
-
}
|
|
19605
|
-
export const TrackpadPinch: TrackpadPinch;
|
|
19606
|
-
/**
|
|
19607
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseDelta)
|
|
19733
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World90)
|
|
19608
19734
|
*/
|
|
19609
|
-
export interface
|
|
19610
|
-
Name: "
|
|
19611
|
-
Value:
|
|
19735
|
+
export interface World90 extends globalThis.EnumItem {
|
|
19736
|
+
Name: "World90";
|
|
19737
|
+
Value: 250;
|
|
19612
19738
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19613
19739
|
}
|
|
19614
|
-
export const
|
|
19740
|
+
export const World90: World90;
|
|
19615
19741
|
/**
|
|
19616
|
-
*
|
|
19742
|
+
* **Deprecated:**
|
|
19743
|
+
*
|
|
19744
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World91)
|
|
19617
19745
|
*/
|
|
19618
|
-
export interface
|
|
19619
|
-
Name: "
|
|
19620
|
-
Value:
|
|
19746
|
+
export interface World91 extends globalThis.EnumItem {
|
|
19747
|
+
Name: "World91";
|
|
19748
|
+
Value: 251;
|
|
19621
19749
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19622
19750
|
}
|
|
19623
|
-
export const
|
|
19751
|
+
export const World91: World91;
|
|
19624
19752
|
/**
|
|
19625
|
-
*
|
|
19753
|
+
* **Deprecated:**
|
|
19754
|
+
*
|
|
19755
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World92)
|
|
19626
19756
|
*/
|
|
19627
|
-
export interface
|
|
19628
|
-
Name: "
|
|
19629
|
-
Value:
|
|
19757
|
+
export interface World92 extends globalThis.EnumItem {
|
|
19758
|
+
Name: "World92";
|
|
19759
|
+
Value: 252;
|
|
19630
19760
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19631
19761
|
}
|
|
19632
|
-
export const
|
|
19762
|
+
export const World92: World92;
|
|
19633
19763
|
/**
|
|
19634
19764
|
* **Deprecated:**
|
|
19635
19765
|
*
|
|
19636
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19766
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
19637
19767
|
*/
|
|
19638
|
-
export interface
|
|
19639
|
-
Name: "
|
|
19640
|
-
Value:
|
|
19768
|
+
export interface World93 extends globalThis.EnumItem {
|
|
19769
|
+
Name: "World93";
|
|
19770
|
+
Value: 253;
|
|
19641
19771
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19642
19772
|
}
|
|
19643
|
-
export const
|
|
19773
|
+
export const World93: World93;
|
|
19644
19774
|
/**
|
|
19645
19775
|
* **Deprecated:**
|
|
19646
19776
|
*
|
|
19647
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19777
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
19648
19778
|
*/
|
|
19649
|
-
export interface
|
|
19650
|
-
Name: "
|
|
19651
|
-
Value:
|
|
19779
|
+
export interface World94 extends globalThis.EnumItem {
|
|
19780
|
+
Name: "World94";
|
|
19781
|
+
Value: 254;
|
|
19652
19782
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19653
19783
|
}
|
|
19654
|
-
export const
|
|
19784
|
+
export const World94: World94;
|
|
19655
19785
|
/**
|
|
19656
19786
|
* **Deprecated:**
|
|
19657
19787
|
*
|
|
19658
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19788
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
19659
19789
|
*/
|
|
19660
|
-
export interface
|
|
19661
|
-
Name: "
|
|
19662
|
-
Value:
|
|
19790
|
+
export interface World95 extends globalThis.EnumItem {
|
|
19791
|
+
Name: "World95";
|
|
19792
|
+
Value: 255;
|
|
19663
19793
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19664
19794
|
}
|
|
19665
|
-
export const
|
|
19795
|
+
export const World95: World95;
|
|
19666
19796
|
/**
|
|
19667
|
-
*
|
|
19797
|
+
* The `0` key on the keypad cluster.
|
|
19668
19798
|
*
|
|
19669
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19799
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadZero)
|
|
19670
19800
|
*/
|
|
19671
|
-
export interface
|
|
19672
|
-
Name: "
|
|
19673
|
-
Value:
|
|
19801
|
+
export interface KeypadZero extends globalThis.EnumItem {
|
|
19802
|
+
Name: "KeypadZero";
|
|
19803
|
+
Value: 256;
|
|
19674
19804
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19675
19805
|
}
|
|
19676
|
-
export const
|
|
19806
|
+
export const KeypadZero: KeypadZero;
|
|
19677
19807
|
/**
|
|
19678
|
-
*
|
|
19808
|
+
* The `1` key on the keypad cluster.
|
|
19679
19809
|
*
|
|
19680
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19810
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadOne)
|
|
19681
19811
|
*/
|
|
19682
|
-
export interface
|
|
19683
|
-
Name: "
|
|
19684
|
-
Value:
|
|
19812
|
+
export interface KeypadOne extends globalThis.EnumItem {
|
|
19813
|
+
Name: "KeypadOne";
|
|
19814
|
+
Value: 257;
|
|
19685
19815
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19686
19816
|
}
|
|
19687
|
-
export const
|
|
19817
|
+
export const KeypadOne: KeypadOne;
|
|
19688
19818
|
/**
|
|
19689
|
-
*
|
|
19819
|
+
* The `2` key on the keypad cluster.
|
|
19690
19820
|
*
|
|
19691
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19821
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadTwo)
|
|
19692
19822
|
*/
|
|
19693
|
-
export interface
|
|
19694
|
-
Name: "
|
|
19695
|
-
Value:
|
|
19823
|
+
export interface KeypadTwo extends globalThis.EnumItem {
|
|
19824
|
+
Name: "KeypadTwo";
|
|
19825
|
+
Value: 258;
|
|
19696
19826
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19697
19827
|
}
|
|
19698
|
-
export const
|
|
19828
|
+
export const KeypadTwo: KeypadTwo;
|
|
19699
19829
|
/**
|
|
19700
|
-
*
|
|
19830
|
+
* The `3` key on the keypad cluster.
|
|
19701
19831
|
*
|
|
19702
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19832
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadThree)
|
|
19703
19833
|
*/
|
|
19704
|
-
export interface
|
|
19705
|
-
Name: "
|
|
19706
|
-
Value:
|
|
19834
|
+
export interface KeypadThree extends globalThis.EnumItem {
|
|
19835
|
+
Name: "KeypadThree";
|
|
19836
|
+
Value: 259;
|
|
19707
19837
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19708
19838
|
}
|
|
19709
|
-
export const
|
|
19839
|
+
export const KeypadThree: KeypadThree;
|
|
19710
19840
|
/**
|
|
19711
|
-
*
|
|
19841
|
+
* The `4` key on the keypad cluster.
|
|
19712
19842
|
*
|
|
19713
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19843
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFour)
|
|
19714
19844
|
*/
|
|
19715
|
-
export interface
|
|
19716
|
-
Name: "
|
|
19717
|
-
Value:
|
|
19845
|
+
export interface KeypadFour extends globalThis.EnumItem {
|
|
19846
|
+
Name: "KeypadFour";
|
|
19847
|
+
Value: 260;
|
|
19718
19848
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19719
19849
|
}
|
|
19720
|
-
export const
|
|
19850
|
+
export const KeypadFour: KeypadFour;
|
|
19721
19851
|
/**
|
|
19722
|
-
*
|
|
19852
|
+
* The `5` key on the keypad cluster.
|
|
19723
19853
|
*
|
|
19724
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19854
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFive)
|
|
19725
19855
|
*/
|
|
19726
|
-
export interface
|
|
19727
|
-
Name: "
|
|
19728
|
-
Value:
|
|
19856
|
+
export interface KeypadFive extends globalThis.EnumItem {
|
|
19857
|
+
Name: "KeypadFive";
|
|
19858
|
+
Value: 261;
|
|
19729
19859
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19730
19860
|
}
|
|
19731
|
-
export const
|
|
19861
|
+
export const KeypadFive: KeypadFive;
|
|
19732
19862
|
/**
|
|
19733
|
-
*
|
|
19863
|
+
* The `6` key on the keypad cluster.
|
|
19734
19864
|
*
|
|
19735
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19865
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSix)
|
|
19736
19866
|
*/
|
|
19737
|
-
export interface
|
|
19738
|
-
Name: "
|
|
19739
|
-
Value:
|
|
19867
|
+
export interface KeypadSix extends globalThis.EnumItem {
|
|
19868
|
+
Name: "KeypadSix";
|
|
19869
|
+
Value: 262;
|
|
19740
19870
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19741
19871
|
}
|
|
19742
|
-
export const
|
|
19872
|
+
export const KeypadSix: KeypadSix;
|
|
19743
19873
|
/**
|
|
19744
|
-
*
|
|
19874
|
+
* The `7` key on the keypad cluster.
|
|
19745
19875
|
*
|
|
19746
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19876
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSeven)
|
|
19747
19877
|
*/
|
|
19748
|
-
export interface
|
|
19749
|
-
Name: "
|
|
19750
|
-
Value:
|
|
19878
|
+
export interface KeypadSeven extends globalThis.EnumItem {
|
|
19879
|
+
Name: "KeypadSeven";
|
|
19880
|
+
Value: 263;
|
|
19751
19881
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19752
19882
|
}
|
|
19753
|
-
export const
|
|
19883
|
+
export const KeypadSeven: KeypadSeven;
|
|
19754
19884
|
/**
|
|
19755
|
-
*
|
|
19885
|
+
* The `8` key on the keypad cluster.
|
|
19756
19886
|
*
|
|
19757
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19887
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEight)
|
|
19758
19888
|
*/
|
|
19759
|
-
export interface
|
|
19760
|
-
Name: "
|
|
19761
|
-
Value:
|
|
19889
|
+
export interface KeypadEight extends globalThis.EnumItem {
|
|
19890
|
+
Name: "KeypadEight";
|
|
19891
|
+
Value: 264;
|
|
19762
19892
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19763
19893
|
}
|
|
19764
|
-
export const
|
|
19894
|
+
export const KeypadEight: KeypadEight;
|
|
19765
19895
|
/**
|
|
19766
|
-
*
|
|
19896
|
+
* The `9` key on the keypad cluster.
|
|
19767
19897
|
*
|
|
19768
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19898
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadNine)
|
|
19769
19899
|
*/
|
|
19770
|
-
export interface
|
|
19771
|
-
Name: "
|
|
19772
|
-
Value:
|
|
19900
|
+
export interface KeypadNine extends globalThis.EnumItem {
|
|
19901
|
+
Name: "KeypadNine";
|
|
19902
|
+
Value: 265;
|
|
19773
19903
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19774
19904
|
}
|
|
19775
|
-
export const
|
|
19905
|
+
export const KeypadNine: KeypadNine;
|
|
19776
19906
|
/**
|
|
19777
|
-
*
|
|
19907
|
+
* The `.` key on the keypad cluster.
|
|
19778
19908
|
*
|
|
19779
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19909
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPeriod)
|
|
19780
19910
|
*/
|
|
19781
|
-
export interface
|
|
19782
|
-
Name: "
|
|
19783
|
-
Value:
|
|
19911
|
+
export interface KeypadPeriod extends globalThis.EnumItem {
|
|
19912
|
+
Name: "KeypadPeriod";
|
|
19913
|
+
Value: 266;
|
|
19784
19914
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19785
19915
|
}
|
|
19786
|
-
export const
|
|
19916
|
+
export const KeypadPeriod: KeypadPeriod;
|
|
19787
19917
|
/**
|
|
19788
|
-
*
|
|
19918
|
+
* The `/` key on the keypad cluster.
|
|
19789
19919
|
*
|
|
19790
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19920
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadDivide)
|
|
19791
19921
|
*/
|
|
19792
|
-
export interface
|
|
19793
|
-
Name: "
|
|
19794
|
-
Value:
|
|
19922
|
+
export interface KeypadDivide extends globalThis.EnumItem {
|
|
19923
|
+
Name: "KeypadDivide";
|
|
19924
|
+
Value: 267;
|
|
19795
19925
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19796
19926
|
}
|
|
19797
|
-
export const
|
|
19927
|
+
export const KeypadDivide: KeypadDivide;
|
|
19798
19928
|
/**
|
|
19799
|
-
*
|
|
19929
|
+
* The `*` key on the keypad cluster.
|
|
19800
19930
|
*
|
|
19801
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19931
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMultiply)
|
|
19802
19932
|
*/
|
|
19803
|
-
export interface
|
|
19804
|
-
Name: "
|
|
19805
|
-
Value:
|
|
19933
|
+
export interface KeypadMultiply extends globalThis.EnumItem {
|
|
19934
|
+
Name: "KeypadMultiply";
|
|
19935
|
+
Value: 268;
|
|
19806
19936
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19807
19937
|
}
|
|
19808
|
-
export const
|
|
19938
|
+
export const KeypadMultiply: KeypadMultiply;
|
|
19809
19939
|
/**
|
|
19810
|
-
*
|
|
19940
|
+
* The `-` key on the keypad cluster.
|
|
19811
19941
|
*
|
|
19812
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19942
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMinus)
|
|
19813
19943
|
*/
|
|
19814
|
-
export interface
|
|
19815
|
-
Name: "
|
|
19816
|
-
Value:
|
|
19944
|
+
export interface KeypadMinus extends globalThis.EnumItem {
|
|
19945
|
+
Name: "KeypadMinus";
|
|
19946
|
+
Value: 269;
|
|
19817
19947
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19818
19948
|
}
|
|
19819
|
-
export const
|
|
19949
|
+
export const KeypadMinus: KeypadMinus;
|
|
19820
19950
|
/**
|
|
19821
|
-
*
|
|
19951
|
+
* The `+` key on the keypad cluster.
|
|
19822
19952
|
*
|
|
19823
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19953
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPlus)
|
|
19824
19954
|
*/
|
|
19825
|
-
export interface
|
|
19826
|
-
Name: "
|
|
19827
|
-
Value:
|
|
19955
|
+
export interface KeypadPlus extends globalThis.EnumItem {
|
|
19956
|
+
Name: "KeypadPlus";
|
|
19957
|
+
Value: 270;
|
|
19828
19958
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19829
19959
|
}
|
|
19830
|
-
export const
|
|
19960
|
+
export const KeypadPlus: KeypadPlus;
|
|
19831
19961
|
/**
|
|
19832
|
-
*
|
|
19962
|
+
* The `Enter` key on the keypad cluster.
|
|
19833
19963
|
*
|
|
19834
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19964
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEnter)
|
|
19835
19965
|
*/
|
|
19836
|
-
export interface
|
|
19837
|
-
Name: "
|
|
19838
|
-
Value:
|
|
19966
|
+
export interface KeypadEnter extends globalThis.EnumItem {
|
|
19967
|
+
Name: "KeypadEnter";
|
|
19968
|
+
Value: 271;
|
|
19839
19969
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19840
19970
|
}
|
|
19841
|
-
export const
|
|
19971
|
+
export const KeypadEnter: KeypadEnter;
|
|
19842
19972
|
/**
|
|
19843
|
-
*
|
|
19973
|
+
* The `=` key on the keypad cluster.
|
|
19844
19974
|
*
|
|
19845
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19975
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEquals)
|
|
19846
19976
|
*/
|
|
19847
|
-
export interface
|
|
19848
|
-
Name: "
|
|
19849
|
-
Value:
|
|
19977
|
+
export interface KeypadEquals extends globalThis.EnumItem {
|
|
19978
|
+
Name: "KeypadEquals";
|
|
19979
|
+
Value: 272;
|
|
19850
19980
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19851
19981
|
}
|
|
19852
|
-
export const
|
|
19982
|
+
export const KeypadEquals: KeypadEquals;
|
|
19853
19983
|
/**
|
|
19854
|
-
*
|
|
19984
|
+
* The `↑` arrow key.
|
|
19855
19985
|
*
|
|
19856
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19986
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Up)
|
|
19857
19987
|
*/
|
|
19858
|
-
export interface
|
|
19859
|
-
Name: "
|
|
19860
|
-
Value:
|
|
19988
|
+
export interface Up extends globalThis.EnumItem {
|
|
19989
|
+
Name: "Up";
|
|
19990
|
+
Value: 273;
|
|
19861
19991
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19862
19992
|
}
|
|
19863
|
-
export const
|
|
19993
|
+
export const Up: Up;
|
|
19864
19994
|
/**
|
|
19865
|
-
*
|
|
19995
|
+
* The `↓` arrow key.
|
|
19866
19996
|
*
|
|
19867
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19997
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Down)
|
|
19868
19998
|
*/
|
|
19869
|
-
export interface
|
|
19870
|
-
Name: "
|
|
19871
|
-
Value:
|
|
19999
|
+
export interface Down extends globalThis.EnumItem {
|
|
20000
|
+
Name: "Down";
|
|
20001
|
+
Value: 274;
|
|
19872
20002
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19873
20003
|
}
|
|
19874
|
-
export const
|
|
20004
|
+
export const Down: Down;
|
|
19875
20005
|
/**
|
|
19876
|
-
*
|
|
20006
|
+
* The `→` arrow key.
|
|
19877
20007
|
*
|
|
19878
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20008
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Right)
|
|
19879
20009
|
*/
|
|
19880
|
-
export interface
|
|
19881
|
-
Name: "
|
|
19882
|
-
Value:
|
|
20010
|
+
export interface Right extends globalThis.EnumItem {
|
|
20011
|
+
Name: "Right";
|
|
20012
|
+
Value: 275;
|
|
19883
20013
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19884
20014
|
}
|
|
19885
|
-
export const
|
|
20015
|
+
export const Right: Right;
|
|
19886
20016
|
/**
|
|
19887
|
-
*
|
|
20017
|
+
* The `←` arrow key.
|
|
19888
20018
|
*
|
|
19889
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20019
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Left)
|
|
19890
20020
|
*/
|
|
19891
|
-
export interface
|
|
19892
|
-
Name: "
|
|
19893
|
-
Value:
|
|
20021
|
+
export interface Left extends globalThis.EnumItem {
|
|
20022
|
+
Name: "Left";
|
|
20023
|
+
Value: 276;
|
|
19894
20024
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19895
20025
|
}
|
|
19896
|
-
export const
|
|
20026
|
+
export const Left: Left;
|
|
19897
20027
|
/**
|
|
19898
|
-
*
|
|
20028
|
+
* The `Insert` key.
|
|
19899
20029
|
*
|
|
19900
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20030
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Insert)
|
|
19901
20031
|
*/
|
|
19902
|
-
export interface
|
|
19903
|
-
Name: "
|
|
19904
|
-
Value:
|
|
20032
|
+
export interface Insert extends globalThis.EnumItem {
|
|
20033
|
+
Name: "Insert";
|
|
20034
|
+
Value: 277;
|
|
19905
20035
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19906
20036
|
}
|
|
19907
|
-
export const
|
|
20037
|
+
export const Insert: Insert;
|
|
19908
20038
|
/**
|
|
19909
|
-
*
|
|
20039
|
+
* The `Home` key.
|
|
19910
20040
|
*
|
|
19911
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20041
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Home)
|
|
19912
20042
|
*/
|
|
19913
|
-
export interface
|
|
19914
|
-
Name: "
|
|
19915
|
-
Value:
|
|
20043
|
+
export interface Home extends globalThis.EnumItem {
|
|
20044
|
+
Name: "Home";
|
|
20045
|
+
Value: 278;
|
|
19916
20046
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19917
20047
|
}
|
|
19918
|
-
export const
|
|
20048
|
+
export const Home: Home;
|
|
19919
20049
|
/**
|
|
19920
|
-
*
|
|
20050
|
+
* The `End` key.
|
|
19921
20051
|
*
|
|
19922
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20052
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#End)
|
|
19923
20053
|
*/
|
|
19924
|
-
export interface
|
|
19925
|
-
Name: "
|
|
19926
|
-
Value:
|
|
20054
|
+
export interface End extends globalThis.EnumItem {
|
|
20055
|
+
Name: "End";
|
|
20056
|
+
Value: 279;
|
|
19927
20057
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19928
20058
|
}
|
|
19929
|
-
export const
|
|
20059
|
+
export const End: End;
|
|
19930
20060
|
/**
|
|
19931
|
-
*
|
|
20061
|
+
* The `PgUp` key.
|
|
19932
20062
|
*
|
|
19933
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20063
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageUp)
|
|
19934
20064
|
*/
|
|
19935
|
-
export interface
|
|
19936
|
-
Name: "
|
|
19937
|
-
Value:
|
|
20065
|
+
export interface PageUp extends globalThis.EnumItem {
|
|
20066
|
+
Name: "PageUp";
|
|
20067
|
+
Value: 280;
|
|
19938
20068
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19939
20069
|
}
|
|
19940
|
-
export const
|
|
20070
|
+
export const PageUp: PageUp;
|
|
19941
20071
|
/**
|
|
19942
|
-
*
|
|
20072
|
+
* The `PgDown` key.
|
|
19943
20073
|
*
|
|
19944
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20074
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageDown)
|
|
19945
20075
|
*/
|
|
19946
|
-
export interface
|
|
19947
|
-
Name: "
|
|
19948
|
-
Value:
|
|
20076
|
+
export interface PageDown extends globalThis.EnumItem {
|
|
20077
|
+
Name: "PageDown";
|
|
20078
|
+
Value: 281;
|
|
19949
20079
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19950
20080
|
}
|
|
19951
|
-
export const
|
|
20081
|
+
export const PageDown: PageDown;
|
|
19952
20082
|
/**
|
|
19953
|
-
*
|
|
20083
|
+
* The `F1` key.
|
|
19954
20084
|
*
|
|
19955
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20085
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F1)
|
|
19956
20086
|
*/
|
|
19957
|
-
export interface
|
|
19958
|
-
Name: "
|
|
19959
|
-
Value:
|
|
20087
|
+
export interface F1 extends globalThis.EnumItem {
|
|
20088
|
+
Name: "F1";
|
|
20089
|
+
Value: 282;
|
|
19960
20090
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19961
20091
|
}
|
|
19962
|
-
export const
|
|
20092
|
+
export const F1: F1;
|
|
19963
20093
|
/**
|
|
19964
|
-
*
|
|
20094
|
+
* The `F2` key.
|
|
19965
20095
|
*
|
|
19966
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20096
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F2)
|
|
19967
20097
|
*/
|
|
19968
|
-
export interface
|
|
19969
|
-
Name: "
|
|
19970
|
-
Value:
|
|
20098
|
+
export interface F2 extends globalThis.EnumItem {
|
|
20099
|
+
Name: "F2";
|
|
20100
|
+
Value: 283;
|
|
19971
20101
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19972
20102
|
}
|
|
19973
|
-
export const
|
|
20103
|
+
export const F2: F2;
|
|
19974
20104
|
/**
|
|
19975
|
-
*
|
|
20105
|
+
* The `F3` key.
|
|
19976
20106
|
*
|
|
19977
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20107
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F3)
|
|
19978
20108
|
*/
|
|
19979
|
-
export interface
|
|
19980
|
-
Name: "
|
|
19981
|
-
Value:
|
|
20109
|
+
export interface F3 extends globalThis.EnumItem {
|
|
20110
|
+
Name: "F3";
|
|
20111
|
+
Value: 284;
|
|
19982
20112
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19983
20113
|
}
|
|
19984
|
-
export const
|
|
20114
|
+
export const F3: F3;
|
|
19985
20115
|
/**
|
|
19986
|
-
*
|
|
20116
|
+
* The `F4` key.
|
|
19987
20117
|
*
|
|
19988
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20118
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F4)
|
|
19989
20119
|
*/
|
|
19990
|
-
export interface
|
|
19991
|
-
Name: "
|
|
19992
|
-
Value:
|
|
20120
|
+
export interface F4 extends globalThis.EnumItem {
|
|
20121
|
+
Name: "F4";
|
|
20122
|
+
Value: 285;
|
|
19993
20123
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19994
20124
|
}
|
|
19995
|
-
export const
|
|
20125
|
+
export const F4: F4;
|
|
19996
20126
|
/**
|
|
19997
|
-
*
|
|
20127
|
+
* The `F5` key.
|
|
19998
20128
|
*
|
|
19999
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20129
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F5)
|
|
20000
20130
|
*/
|
|
20001
|
-
export interface
|
|
20002
|
-
Name: "
|
|
20003
|
-
Value:
|
|
20131
|
+
export interface F5 extends globalThis.EnumItem {
|
|
20132
|
+
Name: "F5";
|
|
20133
|
+
Value: 286;
|
|
20004
20134
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20005
20135
|
}
|
|
20006
|
-
export const
|
|
20136
|
+
export const F5: F5;
|
|
20007
20137
|
/**
|
|
20008
|
-
*
|
|
20138
|
+
* The `F6` key.
|
|
20009
20139
|
*
|
|
20010
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20140
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F6)
|
|
20011
20141
|
*/
|
|
20012
|
-
export interface
|
|
20013
|
-
Name: "
|
|
20014
|
-
Value:
|
|
20142
|
+
export interface F6 extends globalThis.EnumItem {
|
|
20143
|
+
Name: "F6";
|
|
20144
|
+
Value: 287;
|
|
20015
20145
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20016
20146
|
}
|
|
20017
|
-
export const
|
|
20147
|
+
export const F6: F6;
|
|
20018
20148
|
/**
|
|
20019
|
-
*
|
|
20149
|
+
* The `F7` key.
|
|
20020
20150
|
*
|
|
20021
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20151
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F7)
|
|
20022
20152
|
*/
|
|
20023
|
-
export interface
|
|
20024
|
-
Name: "
|
|
20025
|
-
Value:
|
|
20153
|
+
export interface F7 extends globalThis.EnumItem {
|
|
20154
|
+
Name: "F7";
|
|
20155
|
+
Value: 288;
|
|
20026
20156
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20027
20157
|
}
|
|
20028
|
-
export const
|
|
20158
|
+
export const F7: F7;
|
|
20029
20159
|
/**
|
|
20030
|
-
*
|
|
20160
|
+
* The `F8` key.
|
|
20031
20161
|
*
|
|
20032
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20162
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F8)
|
|
20033
20163
|
*/
|
|
20034
|
-
export interface
|
|
20035
|
-
Name: "
|
|
20036
|
-
Value:
|
|
20164
|
+
export interface F8 extends globalThis.EnumItem {
|
|
20165
|
+
Name: "F8";
|
|
20166
|
+
Value: 289;
|
|
20037
20167
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20038
20168
|
}
|
|
20039
|
-
export const
|
|
20169
|
+
export const F8: F8;
|
|
20040
20170
|
/**
|
|
20041
|
-
*
|
|
20171
|
+
* The `F9` key.
|
|
20042
20172
|
*
|
|
20043
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20173
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F9)
|
|
20044
20174
|
*/
|
|
20045
|
-
export interface
|
|
20046
|
-
Name: "
|
|
20047
|
-
Value:
|
|
20175
|
+
export interface F9 extends globalThis.EnumItem {
|
|
20176
|
+
Name: "F9";
|
|
20177
|
+
Value: 290;
|
|
20048
20178
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20049
20179
|
}
|
|
20050
|
-
export const
|
|
20180
|
+
export const F9: F9;
|
|
20051
20181
|
/**
|
|
20052
|
-
*
|
|
20182
|
+
* The `F10` key.
|
|
20053
20183
|
*
|
|
20054
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20184
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F10)
|
|
20055
20185
|
*/
|
|
20056
|
-
export interface
|
|
20057
|
-
Name: "
|
|
20058
|
-
Value:
|
|
20186
|
+
export interface F10 extends globalThis.EnumItem {
|
|
20187
|
+
Name: "F10";
|
|
20188
|
+
Value: 291;
|
|
20059
20189
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20060
20190
|
}
|
|
20061
|
-
export const
|
|
20191
|
+
export const F10: F10;
|
|
20062
20192
|
/**
|
|
20063
|
-
*
|
|
20193
|
+
* The `F11` key.
|
|
20064
20194
|
*
|
|
20065
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20195
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F11)
|
|
20066
20196
|
*/
|
|
20067
|
-
export interface
|
|
20068
|
-
Name: "
|
|
20069
|
-
Value:
|
|
20197
|
+
export interface F11 extends globalThis.EnumItem {
|
|
20198
|
+
Name: "F11";
|
|
20199
|
+
Value: 292;
|
|
20070
20200
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20071
20201
|
}
|
|
20072
|
-
export const
|
|
20202
|
+
export const F11: F11;
|
|
20073
20203
|
/**
|
|
20074
|
-
*
|
|
20204
|
+
* The `F12` key.
|
|
20075
20205
|
*
|
|
20076
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20206
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F12)
|
|
20077
20207
|
*/
|
|
20078
|
-
export interface
|
|
20079
|
-
Name: "
|
|
20080
|
-
Value:
|
|
20208
|
+
export interface F12 extends globalThis.EnumItem {
|
|
20209
|
+
Name: "F12";
|
|
20210
|
+
Value: 293;
|
|
20081
20211
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20082
20212
|
}
|
|
20083
|
-
export const
|
|
20213
|
+
export const F12: F12;
|
|
20084
20214
|
/**
|
|
20085
|
-
*
|
|
20215
|
+
* The `F13` key. Only present on certain keyboards.
|
|
20086
20216
|
*
|
|
20087
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20217
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F13)
|
|
20088
20218
|
*/
|
|
20089
|
-
export interface
|
|
20090
|
-
Name: "
|
|
20091
|
-
Value:
|
|
20219
|
+
export interface F13 extends globalThis.EnumItem {
|
|
20220
|
+
Name: "F13";
|
|
20221
|
+
Value: 294;
|
|
20092
20222
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20093
20223
|
}
|
|
20094
|
-
export const
|
|
20224
|
+
export const F13: F13;
|
|
20095
20225
|
/**
|
|
20096
|
-
*
|
|
20226
|
+
* The `F14` key. Only present on certain keyboards.
|
|
20097
20227
|
*
|
|
20098
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20228
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F14)
|
|
20099
20229
|
*/
|
|
20100
|
-
export interface
|
|
20101
|
-
Name: "
|
|
20102
|
-
Value:
|
|
20230
|
+
export interface F14 extends globalThis.EnumItem {
|
|
20231
|
+
Name: "F14";
|
|
20232
|
+
Value: 295;
|
|
20103
20233
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20104
20234
|
}
|
|
20105
|
-
export const
|
|
20235
|
+
export const F14: F14;
|
|
20106
20236
|
/**
|
|
20107
|
-
*
|
|
20237
|
+
* The `F15` key. Only present on certain keyboards.
|
|
20108
20238
|
*
|
|
20109
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20239
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F15)
|
|
20110
20240
|
*/
|
|
20111
|
-
export interface
|
|
20112
|
-
Name: "
|
|
20113
|
-
Value:
|
|
20241
|
+
export interface F15 extends globalThis.EnumItem {
|
|
20242
|
+
Name: "F15";
|
|
20243
|
+
Value: 296;
|
|
20114
20244
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20115
20245
|
}
|
|
20116
|
-
export const
|
|
20246
|
+
export const F15: F15;
|
|
20117
20247
|
/**
|
|
20118
|
-
*
|
|
20248
|
+
* The `Num Lock` key on the keypad cluster.
|
|
20119
20249
|
*
|
|
20120
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20250
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#NumLock)
|
|
20121
20251
|
*/
|
|
20122
|
-
export interface
|
|
20123
|
-
Name: "
|
|
20124
|
-
Value:
|
|
20252
|
+
export interface NumLock extends globalThis.EnumItem {
|
|
20253
|
+
Name: "NumLock";
|
|
20254
|
+
Value: 300;
|
|
20125
20255
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20126
20256
|
}
|
|
20127
|
-
export const
|
|
20257
|
+
export const NumLock: NumLock;
|
|
20128
20258
|
/**
|
|
20129
|
-
*
|
|
20259
|
+
* The `Caps Lock` key.
|
|
20130
20260
|
*
|
|
20131
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20261
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#CapsLock)
|
|
20132
20262
|
*/
|
|
20133
|
-
export interface
|
|
20134
|
-
Name: "
|
|
20135
|
-
Value:
|
|
20263
|
+
export interface CapsLock extends globalThis.EnumItem {
|
|
20264
|
+
Name: "CapsLock";
|
|
20265
|
+
Value: 301;
|
|
20136
20266
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20137
20267
|
}
|
|
20138
|
-
export const
|
|
20268
|
+
export const CapsLock: CapsLock;
|
|
20139
20269
|
/**
|
|
20140
|
-
*
|
|
20270
|
+
* The `Scr Lock` key.
|
|
20141
20271
|
*
|
|
20142
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20272
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ScrollLock)
|
|
20143
20273
|
*/
|
|
20144
|
-
export interface
|
|
20145
|
-
Name: "
|
|
20146
|
-
Value:
|
|
20274
|
+
export interface ScrollLock extends globalThis.EnumItem {
|
|
20275
|
+
Name: "ScrollLock";
|
|
20276
|
+
Value: 302;
|
|
20147
20277
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20148
20278
|
}
|
|
20149
|
-
export const
|
|
20279
|
+
export const ScrollLock: ScrollLock;
|
|
20150
20280
|
/**
|
|
20151
|
-
*
|
|
20281
|
+
* The right side `Shift` key.
|
|
20152
20282
|
*
|
|
20153
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20283
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightShift)
|
|
20154
20284
|
*/
|
|
20155
|
-
export interface
|
|
20156
|
-
Name: "
|
|
20157
|
-
Value:
|
|
20285
|
+
export interface RightShift extends globalThis.EnumItem {
|
|
20286
|
+
Name: "RightShift";
|
|
20287
|
+
Value: 303;
|
|
20158
20288
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20159
20289
|
}
|
|
20160
|
-
export const
|
|
20290
|
+
export const RightShift: RightShift;
|
|
20161
20291
|
/**
|
|
20162
|
-
*
|
|
20292
|
+
* The left side `Shift` key.
|
|
20163
20293
|
*
|
|
20164
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20294
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftShift)
|
|
20165
20295
|
*/
|
|
20166
|
-
export interface
|
|
20167
|
-
Name: "
|
|
20168
|
-
Value:
|
|
20296
|
+
export interface LeftShift extends globalThis.EnumItem {
|
|
20297
|
+
Name: "LeftShift";
|
|
20298
|
+
Value: 304;
|
|
20169
20299
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20170
20300
|
}
|
|
20171
|
-
export const
|
|
20301
|
+
export const LeftShift: LeftShift;
|
|
20172
20302
|
/**
|
|
20173
|
-
*
|
|
20303
|
+
* The right side `Ctrl` key.
|
|
20174
20304
|
*
|
|
20175
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20305
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightControl)
|
|
20176
20306
|
*/
|
|
20177
|
-
export interface
|
|
20178
|
-
Name: "
|
|
20179
|
-
Value:
|
|
20307
|
+
export interface RightControl extends globalThis.EnumItem {
|
|
20308
|
+
Name: "RightControl";
|
|
20309
|
+
Value: 305;
|
|
20180
20310
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20181
20311
|
}
|
|
20182
|
-
export const
|
|
20312
|
+
export const RightControl: RightControl;
|
|
20183
20313
|
/**
|
|
20184
|
-
*
|
|
20314
|
+
* The left side `Ctrl` key.
|
|
20185
20315
|
*
|
|
20186
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20316
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftControl)
|
|
20187
20317
|
*/
|
|
20188
|
-
export interface
|
|
20189
|
-
Name: "
|
|
20190
|
-
Value:
|
|
20318
|
+
export interface LeftControl extends globalThis.EnumItem {
|
|
20319
|
+
Name: "LeftControl";
|
|
20320
|
+
Value: 306;
|
|
20191
20321
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20192
20322
|
}
|
|
20193
|
-
export const
|
|
20323
|
+
export const LeftControl: LeftControl;
|
|
20194
20324
|
/**
|
|
20195
|
-
*
|
|
20325
|
+
* The right side `Alt` key.
|
|
20196
20326
|
*
|
|
20197
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20327
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightAlt)
|
|
20198
20328
|
*/
|
|
20199
|
-
export interface
|
|
20200
|
-
Name: "
|
|
20201
|
-
Value:
|
|
20329
|
+
export interface RightAlt extends globalThis.EnumItem {
|
|
20330
|
+
Name: "RightAlt";
|
|
20331
|
+
Value: 307;
|
|
20202
20332
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20203
20333
|
}
|
|
20204
|
-
export const
|
|
20334
|
+
export const RightAlt: RightAlt;
|
|
20205
20335
|
/**
|
|
20206
|
-
*
|
|
20336
|
+
* The left side `Alt` key.
|
|
20207
20337
|
*
|
|
20208
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20338
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftAlt)
|
|
20209
20339
|
*/
|
|
20210
|
-
export interface
|
|
20211
|
-
Name: "
|
|
20212
|
-
Value:
|
|
20340
|
+
export interface LeftAlt extends globalThis.EnumItem {
|
|
20341
|
+
Name: "LeftAlt";
|
|
20342
|
+
Value: 308;
|
|
20213
20343
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20214
20344
|
}
|
|
20215
|
-
export const
|
|
20345
|
+
export const LeftAlt: LeftAlt;
|
|
20216
20346
|
/**
|
|
20217
|
-
*
|
|
20347
|
+
* The right side `Meta` key.
|
|
20218
20348
|
*
|
|
20219
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20349
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightMeta)
|
|
20220
20350
|
*/
|
|
20221
|
-
export interface
|
|
20222
|
-
Name: "
|
|
20223
|
-
Value:
|
|
20351
|
+
export interface RightMeta extends globalThis.EnumItem {
|
|
20352
|
+
Name: "RightMeta";
|
|
20353
|
+
Value: 309;
|
|
20224
20354
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20225
20355
|
}
|
|
20226
|
-
export const
|
|
20356
|
+
export const RightMeta: RightMeta;
|
|
20227
20357
|
/**
|
|
20228
|
-
*
|
|
20358
|
+
* The left side `Meta` key.
|
|
20229
20359
|
*
|
|
20230
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20360
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftMeta)
|
|
20231
20361
|
*/
|
|
20232
|
-
export interface
|
|
20233
|
-
Name: "
|
|
20234
|
-
Value:
|
|
20362
|
+
export interface LeftMeta extends globalThis.EnumItem {
|
|
20363
|
+
Name: "LeftMeta";
|
|
20364
|
+
Value: 310;
|
|
20235
20365
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20236
20366
|
}
|
|
20237
|
-
export const
|
|
20367
|
+
export const LeftMeta: LeftMeta;
|
|
20238
20368
|
/**
|
|
20239
|
-
*
|
|
20369
|
+
* The left side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20240
20370
|
*
|
|
20241
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20371
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftSuper)
|
|
20242
20372
|
*/
|
|
20243
|
-
export interface
|
|
20244
|
-
Name: "
|
|
20245
|
-
Value:
|
|
20373
|
+
export interface LeftSuper extends globalThis.EnumItem {
|
|
20374
|
+
Name: "LeftSuper";
|
|
20375
|
+
Value: 311;
|
|
20246
20376
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20247
20377
|
}
|
|
20248
|
-
export const
|
|
20378
|
+
export const LeftSuper: LeftSuper;
|
|
20249
20379
|
/**
|
|
20250
|
-
*
|
|
20380
|
+
* The right side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20251
20381
|
*
|
|
20252
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20382
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightSuper)
|
|
20253
20383
|
*/
|
|
20254
|
-
export interface
|
|
20255
|
-
Name: "
|
|
20256
|
-
Value:
|
|
20384
|
+
export interface RightSuper extends globalThis.EnumItem {
|
|
20385
|
+
Name: "RightSuper";
|
|
20386
|
+
Value: 312;
|
|
20257
20387
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20258
20388
|
}
|
|
20259
|
-
export const
|
|
20389
|
+
export const RightSuper: RightSuper;
|
|
20260
20390
|
/**
|
|
20261
|
-
*
|
|
20391
|
+
* Only present on certain keyboards.
|
|
20262
20392
|
*
|
|
20263
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20393
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Mode)
|
|
20264
20394
|
*/
|
|
20265
|
-
export interface
|
|
20266
|
-
Name: "
|
|
20267
|
-
Value:
|
|
20395
|
+
export interface Mode extends globalThis.EnumItem {
|
|
20396
|
+
Name: "Mode";
|
|
20397
|
+
Value: 313;
|
|
20268
20398
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20269
20399
|
}
|
|
20270
|
-
export const
|
|
20400
|
+
export const Mode: Mode;
|
|
20271
20401
|
/**
|
|
20272
|
-
*
|
|
20402
|
+
* Only present on certain keyboards.
|
|
20273
20403
|
*
|
|
20274
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20404
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Compose)
|
|
20275
20405
|
*/
|
|
20276
|
-
export interface
|
|
20277
|
-
Name: "
|
|
20278
|
-
Value:
|
|
20406
|
+
export interface Compose extends globalThis.EnumItem {
|
|
20407
|
+
Name: "Compose";
|
|
20408
|
+
Value: 314;
|
|
20279
20409
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20280
20410
|
}
|
|
20281
|
-
export const
|
|
20411
|
+
export const Compose: Compose;
|
|
20282
20412
|
/**
|
|
20283
|
-
*
|
|
20413
|
+
* Only present on certain keyboards.
|
|
20284
20414
|
*
|
|
20285
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20415
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Help)
|
|
20286
20416
|
*/
|
|
20287
|
-
export interface
|
|
20288
|
-
Name: "
|
|
20289
|
-
Value:
|
|
20417
|
+
export interface Help extends globalThis.EnumItem {
|
|
20418
|
+
Name: "Help";
|
|
20419
|
+
Value: 315;
|
|
20290
20420
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20291
20421
|
}
|
|
20292
|
-
export const
|
|
20422
|
+
export const Help: Help;
|
|
20293
20423
|
/**
|
|
20294
|
-
*
|
|
20424
|
+
* Only present on certain keyboards.
|
|
20295
20425
|
*
|
|
20296
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20426
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Print)
|
|
20297
20427
|
*/
|
|
20298
|
-
export interface
|
|
20299
|
-
Name: "
|
|
20300
|
-
Value:
|
|
20428
|
+
export interface Print extends globalThis.EnumItem {
|
|
20429
|
+
Name: "Print";
|
|
20430
|
+
Value: 316;
|
|
20301
20431
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20302
20432
|
}
|
|
20303
|
-
export const
|
|
20433
|
+
export const Print: Print;
|
|
20304
20434
|
/**
|
|
20305
|
-
*
|
|
20435
|
+
* Only present on certain keyboards.
|
|
20306
20436
|
*
|
|
20307
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20437
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#SysReq)
|
|
20308
20438
|
*/
|
|
20309
|
-
export interface
|
|
20310
|
-
Name: "
|
|
20311
|
-
Value:
|
|
20439
|
+
export interface SysReq extends globalThis.EnumItem {
|
|
20440
|
+
Name: "SysReq";
|
|
20441
|
+
Value: 317;
|
|
20312
20442
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20313
20443
|
}
|
|
20314
|
-
export const
|
|
20444
|
+
export const SysReq: SysReq;
|
|
20315
20445
|
/**
|
|
20316
|
-
*
|
|
20446
|
+
* Only present on certain keyboards.
|
|
20317
20447
|
*
|
|
20318
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20448
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Break)
|
|
20319
20449
|
*/
|
|
20320
|
-
export interface
|
|
20321
|
-
Name: "
|
|
20322
|
-
Value:
|
|
20450
|
+
export interface Break extends globalThis.EnumItem {
|
|
20451
|
+
Name: "Break";
|
|
20452
|
+
Value: 318;
|
|
20323
20453
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20324
20454
|
}
|
|
20325
|
-
export const
|
|
20455
|
+
export const Break: Break;
|
|
20326
20456
|
/**
|
|
20327
|
-
*
|
|
20457
|
+
* The `Menu` key.
|
|
20328
20458
|
*
|
|
20329
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20459
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Menu)
|
|
20330
20460
|
*/
|
|
20331
|
-
export interface
|
|
20332
|
-
Name: "
|
|
20333
|
-
Value:
|
|
20461
|
+
export interface Menu extends globalThis.EnumItem {
|
|
20462
|
+
Name: "Menu";
|
|
20463
|
+
Value: 319;
|
|
20334
20464
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20335
20465
|
}
|
|
20336
|
-
export const
|
|
20466
|
+
export const Menu: Menu;
|
|
20337
20467
|
/**
|
|
20338
|
-
*
|
|
20468
|
+
* Only present on certain keyboards.
|
|
20339
20469
|
*
|
|
20340
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20470
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Power)
|
|
20341
20471
|
*/
|
|
20342
|
-
export interface
|
|
20343
|
-
Name: "
|
|
20344
|
-
Value:
|
|
20472
|
+
export interface Power extends globalThis.EnumItem {
|
|
20473
|
+
Name: "Power";
|
|
20474
|
+
Value: 320;
|
|
20345
20475
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20346
20476
|
}
|
|
20347
|
-
export const
|
|
20477
|
+
export const Power: Power;
|
|
20348
20478
|
/**
|
|
20349
|
-
*
|
|
20479
|
+
* The `€` key. Only present on certain keyboards.
|
|
20350
20480
|
*
|
|
20351
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20481
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Euro)
|
|
20352
20482
|
*/
|
|
20353
|
-
export interface
|
|
20354
|
-
Name: "
|
|
20355
|
-
Value:
|
|
20483
|
+
export interface Euro extends globalThis.EnumItem {
|
|
20484
|
+
Name: "Euro";
|
|
20485
|
+
Value: 321;
|
|
20356
20486
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20357
20487
|
}
|
|
20358
|
-
export const
|
|
20488
|
+
export const Euro: Euro;
|
|
20359
20489
|
/**
|
|
20360
|
-
*
|
|
20490
|
+
* Only present on certain keyboards.
|
|
20361
20491
|
*
|
|
20362
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20492
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Undo)
|
|
20363
20493
|
*/
|
|
20364
|
-
export interface
|
|
20365
|
-
Name: "
|
|
20366
|
-
Value:
|
|
20494
|
+
export interface Undo extends globalThis.EnumItem {
|
|
20495
|
+
Name: "Undo";
|
|
20496
|
+
Value: 322;
|
|
20367
20497
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20368
20498
|
}
|
|
20369
|
-
export const
|
|
20499
|
+
export const Undo: Undo;
|
|
20370
20500
|
/**
|
|
20371
|
-
*
|
|
20501
|
+
* Gamepad `X` button.
|
|
20372
20502
|
*
|
|
20373
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20503
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonX)
|
|
20374
20504
|
*/
|
|
20375
|
-
export interface
|
|
20376
|
-
Name: "
|
|
20377
|
-
Value:
|
|
20505
|
+
export interface ButtonX extends globalThis.EnumItem {
|
|
20506
|
+
Name: "ButtonX";
|
|
20507
|
+
Value: 1000;
|
|
20378
20508
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20379
20509
|
}
|
|
20380
|
-
export const
|
|
20510
|
+
export const ButtonX: ButtonX;
|
|
20381
20511
|
/**
|
|
20382
|
-
*
|
|
20512
|
+
* Gamepad `Y` button.
|
|
20383
20513
|
*
|
|
20384
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20514
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonY)
|
|
20385
20515
|
*/
|
|
20386
|
-
export interface
|
|
20387
|
-
Name: "
|
|
20388
|
-
Value:
|
|
20516
|
+
export interface ButtonY extends globalThis.EnumItem {
|
|
20517
|
+
Name: "ButtonY";
|
|
20518
|
+
Value: 1001;
|
|
20389
20519
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20390
20520
|
}
|
|
20391
|
-
export const
|
|
20521
|
+
export const ButtonY: ButtonY;
|
|
20392
20522
|
/**
|
|
20393
|
-
*
|
|
20523
|
+
* Gamepad `A` button.
|
|
20394
20524
|
*
|
|
20395
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20525
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonA)
|
|
20396
20526
|
*/
|
|
20397
|
-
export interface
|
|
20398
|
-
Name: "
|
|
20399
|
-
Value:
|
|
20527
|
+
export interface ButtonA extends globalThis.EnumItem {
|
|
20528
|
+
Name: "ButtonA";
|
|
20529
|
+
Value: 1002;
|
|
20400
20530
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20401
20531
|
}
|
|
20402
|
-
export const
|
|
20532
|
+
export const ButtonA: ButtonA;
|
|
20403
20533
|
/**
|
|
20404
|
-
*
|
|
20534
|
+
* Gamepad `B` button.
|
|
20405
20535
|
*
|
|
20406
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20536
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonB)
|
|
20407
20537
|
*/
|
|
20408
|
-
export interface
|
|
20409
|
-
Name: "
|
|
20410
|
-
Value:
|
|
20538
|
+
export interface ButtonB extends globalThis.EnumItem {
|
|
20539
|
+
Name: "ButtonB";
|
|
20540
|
+
Value: 1003;
|
|
20411
20541
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20412
20542
|
}
|
|
20413
|
-
export const
|
|
20543
|
+
export const ButtonB: ButtonB;
|
|
20414
20544
|
/**
|
|
20415
|
-
*
|
|
20545
|
+
* Gamepad `R1` button.
|
|
20416
20546
|
*
|
|
20417
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20547
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR1)
|
|
20418
20548
|
*/
|
|
20419
|
-
export interface
|
|
20420
|
-
Name: "
|
|
20421
|
-
Value:
|
|
20549
|
+
export interface ButtonR1 extends globalThis.EnumItem {
|
|
20550
|
+
Name: "ButtonR1";
|
|
20551
|
+
Value: 1004;
|
|
20422
20552
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20423
20553
|
}
|
|
20424
|
-
export const
|
|
20554
|
+
export const ButtonR1: ButtonR1;
|
|
20425
20555
|
/**
|
|
20426
|
-
*
|
|
20556
|
+
* Gamepad `L1` button.
|
|
20427
20557
|
*
|
|
20428
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20558
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL1)
|
|
20429
20559
|
*/
|
|
20430
|
-
export interface
|
|
20431
|
-
Name: "
|
|
20432
|
-
Value:
|
|
20560
|
+
export interface ButtonL1 extends globalThis.EnumItem {
|
|
20561
|
+
Name: "ButtonL1";
|
|
20562
|
+
Value: 1005;
|
|
20433
20563
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20434
20564
|
}
|
|
20435
|
-
export const
|
|
20565
|
+
export const ButtonL1: ButtonL1;
|
|
20436
20566
|
/**
|
|
20437
|
-
*
|
|
20567
|
+
* Gamepad `R2` button.
|
|
20438
20568
|
*
|
|
20439
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20569
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR2)
|
|
20440
20570
|
*/
|
|
20441
|
-
export interface
|
|
20442
|
-
Name: "
|
|
20443
|
-
Value:
|
|
20571
|
+
export interface ButtonR2 extends globalThis.EnumItem {
|
|
20572
|
+
Name: "ButtonR2";
|
|
20573
|
+
Value: 1006;
|
|
20444
20574
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20445
20575
|
}
|
|
20446
|
-
export const
|
|
20576
|
+
export const ButtonR2: ButtonR2;
|
|
20447
20577
|
/**
|
|
20448
|
-
*
|
|
20578
|
+
* Gamepad `L2` button.
|
|
20449
20579
|
*
|
|
20450
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20580
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL2)
|
|
20451
20581
|
*/
|
|
20452
|
-
export interface
|
|
20453
|
-
Name: "
|
|
20454
|
-
Value:
|
|
20582
|
+
export interface ButtonL2 extends globalThis.EnumItem {
|
|
20583
|
+
Name: "ButtonL2";
|
|
20584
|
+
Value: 1007;
|
|
20455
20585
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20456
20586
|
}
|
|
20457
|
-
export const
|
|
20587
|
+
export const ButtonL2: ButtonL2;
|
|
20458
20588
|
/**
|
|
20459
|
-
*
|
|
20589
|
+
* Gamepad `R3` button.
|
|
20460
20590
|
*
|
|
20461
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20591
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR3)
|
|
20462
20592
|
*/
|
|
20463
|
-
export interface
|
|
20464
|
-
Name: "
|
|
20465
|
-
Value:
|
|
20593
|
+
export interface ButtonR3 extends globalThis.EnumItem {
|
|
20594
|
+
Name: "ButtonR3";
|
|
20595
|
+
Value: 1008;
|
|
20466
20596
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20467
20597
|
}
|
|
20468
|
-
export const
|
|
20598
|
+
export const ButtonR3: ButtonR3;
|
|
20469
20599
|
/**
|
|
20470
|
-
*
|
|
20600
|
+
* Gamepad `L3` button.
|
|
20471
20601
|
*
|
|
20472
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20602
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL3)
|
|
20473
20603
|
*/
|
|
20474
|
-
export interface
|
|
20475
|
-
Name: "
|
|
20476
|
-
Value:
|
|
20604
|
+
export interface ButtonL3 extends globalThis.EnumItem {
|
|
20605
|
+
Name: "ButtonL3";
|
|
20606
|
+
Value: 1009;
|
|
20477
20607
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20478
20608
|
}
|
|
20479
|
-
export const
|
|
20609
|
+
export const ButtonL3: ButtonL3;
|
|
20480
20610
|
/**
|
|
20481
|
-
*
|
|
20611
|
+
* Gamepad `Start` button.
|
|
20482
20612
|
*
|
|
20483
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20613
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonStart)
|
|
20484
20614
|
*/
|
|
20485
|
-
export interface
|
|
20486
|
-
Name: "
|
|
20487
|
-
Value:
|
|
20615
|
+
export interface ButtonStart extends globalThis.EnumItem {
|
|
20616
|
+
Name: "ButtonStart";
|
|
20617
|
+
Value: 1010;
|
|
20488
20618
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20489
20619
|
}
|
|
20490
|
-
export const
|
|
20620
|
+
export const ButtonStart: ButtonStart;
|
|
20491
20621
|
/**
|
|
20492
|
-
*
|
|
20622
|
+
* Gamepad `Select` button.
|
|
20493
20623
|
*
|
|
20494
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20624
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonSelect)
|
|
20495
20625
|
*/
|
|
20496
|
-
export interface
|
|
20497
|
-
Name: "
|
|
20498
|
-
Value:
|
|
20626
|
+
export interface ButtonSelect extends globalThis.EnumItem {
|
|
20627
|
+
Name: "ButtonSelect";
|
|
20628
|
+
Value: 1011;
|
|
20499
20629
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20500
20630
|
}
|
|
20501
|
-
export const
|
|
20631
|
+
export const ButtonSelect: ButtonSelect;
|
|
20502
20632
|
/**
|
|
20503
|
-
*
|
|
20633
|
+
* Left arrow on a gamepad D-pad.
|
|
20504
20634
|
*
|
|
20505
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20635
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadLeft)
|
|
20506
20636
|
*/
|
|
20507
|
-
export interface
|
|
20508
|
-
Name: "
|
|
20509
|
-
Value:
|
|
20637
|
+
export interface DPadLeft extends globalThis.EnumItem {
|
|
20638
|
+
Name: "DPadLeft";
|
|
20639
|
+
Value: 1012;
|
|
20510
20640
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20511
20641
|
}
|
|
20512
|
-
export const
|
|
20642
|
+
export const DPadLeft: DPadLeft;
|
|
20513
20643
|
/**
|
|
20514
|
-
*
|
|
20644
|
+
* Right arrow on a gamepad D-pad.
|
|
20515
20645
|
*
|
|
20516
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20646
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadRight)
|
|
20517
20647
|
*/
|
|
20518
|
-
export interface
|
|
20519
|
-
Name: "
|
|
20520
|
-
Value:
|
|
20648
|
+
export interface DPadRight extends globalThis.EnumItem {
|
|
20649
|
+
Name: "DPadRight";
|
|
20650
|
+
Value: 1013;
|
|
20521
20651
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20522
20652
|
}
|
|
20523
|
-
export const
|
|
20653
|
+
export const DPadRight: DPadRight;
|
|
20524
20654
|
/**
|
|
20525
|
-
*
|
|
20655
|
+
* Up arrow on a gamepad D-pad.
|
|
20526
20656
|
*
|
|
20527
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20657
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadUp)
|
|
20528
20658
|
*/
|
|
20529
|
-
export interface
|
|
20530
|
-
Name: "
|
|
20531
|
-
Value:
|
|
20659
|
+
export interface DPadUp extends globalThis.EnumItem {
|
|
20660
|
+
Name: "DPadUp";
|
|
20661
|
+
Value: 1014;
|
|
20532
20662
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20533
20663
|
}
|
|
20534
|
-
export const
|
|
20664
|
+
export const DPadUp: DPadUp;
|
|
20535
20665
|
/**
|
|
20536
|
-
*
|
|
20666
|
+
* Down arrow on a gamepad D-pad.
|
|
20537
20667
|
*
|
|
20538
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20668
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadDown)
|
|
20539
20669
|
*/
|
|
20540
|
-
export interface
|
|
20541
|
-
Name: "
|
|
20542
|
-
Value:
|
|
20670
|
+
export interface DPadDown extends globalThis.EnumItem {
|
|
20671
|
+
Name: "DPadDown";
|
|
20672
|
+
Value: 1015;
|
|
20543
20673
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20544
20674
|
}
|
|
20545
|
-
export const
|
|
20675
|
+
export const DPadDown: DPadDown;
|
|
20546
20676
|
/**
|
|
20547
|
-
*
|
|
20677
|
+
* Gamepad primary thumbstick.
|
|
20548
20678
|
*
|
|
20549
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20679
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1)
|
|
20550
20680
|
*/
|
|
20551
|
-
export interface
|
|
20552
|
-
Name: "
|
|
20553
|
-
Value:
|
|
20681
|
+
export interface Thumbstick1 extends globalThis.EnumItem {
|
|
20682
|
+
Name: "Thumbstick1";
|
|
20683
|
+
Value: 1016;
|
|
20554
20684
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20555
20685
|
}
|
|
20556
|
-
export const
|
|
20686
|
+
export const Thumbstick1: Thumbstick1;
|
|
20557
20687
|
/**
|
|
20558
|
-
*
|
|
20688
|
+
* Gamepad secondary thumbstick.
|
|
20559
20689
|
*
|
|
20560
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20690
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2)
|
|
20561
20691
|
*/
|
|
20562
|
-
export interface
|
|
20563
|
-
Name: "
|
|
20564
|
-
Value:
|
|
20692
|
+
export interface Thumbstick2 extends globalThis.EnumItem {
|
|
20693
|
+
Name: "Thumbstick2";
|
|
20694
|
+
Value: 1017;
|
|
20565
20695
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20566
20696
|
}
|
|
20567
|
-
export const
|
|
20697
|
+
export const Thumbstick2: Thumbstick2;
|
|
20568
20698
|
/**
|
|
20569
|
-
*
|
|
20699
|
+
* Up vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20570
20700
|
*
|
|
20571
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20701
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Up)
|
|
20572
20702
|
*/
|
|
20573
|
-
export interface
|
|
20574
|
-
Name: "
|
|
20575
|
-
Value:
|
|
20703
|
+
export interface Thumbstick1Up extends globalThis.EnumItem {
|
|
20704
|
+
Name: "Thumbstick1Up";
|
|
20705
|
+
Value: 1018;
|
|
20576
20706
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20577
20707
|
}
|
|
20578
|
-
export const
|
|
20708
|
+
export const Thumbstick1Up: Thumbstick1Up;
|
|
20579
20709
|
/**
|
|
20580
|
-
*
|
|
20710
|
+
* Down vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20581
20711
|
*
|
|
20582
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20712
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Down)
|
|
20583
20713
|
*/
|
|
20584
|
-
export interface
|
|
20585
|
-
Name: "
|
|
20586
|
-
Value:
|
|
20714
|
+
export interface Thumbstick1Down extends globalThis.EnumItem {
|
|
20715
|
+
Name: "Thumbstick1Down";
|
|
20716
|
+
Value: 1019;
|
|
20587
20717
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20588
20718
|
}
|
|
20589
|
-
export const
|
|
20719
|
+
export const Thumbstick1Down: Thumbstick1Down;
|
|
20590
20720
|
/**
|
|
20591
|
-
*
|
|
20721
|
+
* Left vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20592
20722
|
*
|
|
20593
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20723
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Left)
|
|
20594
20724
|
*/
|
|
20595
|
-
export interface
|
|
20596
|
-
Name: "
|
|
20597
|
-
Value:
|
|
20725
|
+
export interface Thumbstick1Left extends globalThis.EnumItem {
|
|
20726
|
+
Name: "Thumbstick1Left";
|
|
20727
|
+
Value: 1020;
|
|
20598
20728
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20599
20729
|
}
|
|
20600
|
-
export const
|
|
20730
|
+
export const Thumbstick1Left: Thumbstick1Left;
|
|
20601
20731
|
/**
|
|
20602
|
-
*
|
|
20732
|
+
* Right vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20603
20733
|
*
|
|
20604
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20734
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Right)
|
|
20605
20735
|
*/
|
|
20606
|
-
export interface
|
|
20607
|
-
Name: "
|
|
20608
|
-
Value:
|
|
20736
|
+
export interface Thumbstick1Right extends globalThis.EnumItem {
|
|
20737
|
+
Name: "Thumbstick1Right";
|
|
20738
|
+
Value: 1021;
|
|
20609
20739
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20610
20740
|
}
|
|
20611
|
-
export const
|
|
20741
|
+
export const Thumbstick1Right: Thumbstick1Right;
|
|
20612
20742
|
/**
|
|
20613
|
-
*
|
|
20743
|
+
* Up vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20614
20744
|
*
|
|
20615
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20745
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Up)
|
|
20616
20746
|
*/
|
|
20617
|
-
export interface
|
|
20618
|
-
Name: "
|
|
20619
|
-
Value:
|
|
20747
|
+
export interface Thumbstick2Up extends globalThis.EnumItem {
|
|
20748
|
+
Name: "Thumbstick2Up";
|
|
20749
|
+
Value: 1022;
|
|
20620
20750
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20621
20751
|
}
|
|
20622
|
-
export const
|
|
20752
|
+
export const Thumbstick2Up: Thumbstick2Up;
|
|
20623
20753
|
/**
|
|
20624
|
-
*
|
|
20754
|
+
* Down vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20625
20755
|
*
|
|
20626
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20756
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Down)
|
|
20627
20757
|
*/
|
|
20628
|
-
export interface
|
|
20629
|
-
Name: "
|
|
20630
|
-
Value:
|
|
20758
|
+
export interface Thumbstick2Down extends globalThis.EnumItem {
|
|
20759
|
+
Name: "Thumbstick2Down";
|
|
20760
|
+
Value: 1023;
|
|
20631
20761
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20632
20762
|
}
|
|
20633
|
-
export const
|
|
20763
|
+
export const Thumbstick2Down: Thumbstick2Down;
|
|
20634
20764
|
/**
|
|
20635
|
-
*
|
|
20765
|
+
* Left vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20636
20766
|
*
|
|
20637
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20767
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Left)
|
|
20638
20768
|
*/
|
|
20639
|
-
export interface
|
|
20640
|
-
Name: "
|
|
20641
|
-
Value:
|
|
20769
|
+
export interface Thumbstick2Left extends globalThis.EnumItem {
|
|
20770
|
+
Name: "Thumbstick2Left";
|
|
20771
|
+
Value: 1024;
|
|
20642
20772
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20643
20773
|
}
|
|
20644
|
-
export const
|
|
20774
|
+
export const Thumbstick2Left: Thumbstick2Left;
|
|
20645
20775
|
/**
|
|
20646
|
-
*
|
|
20776
|
+
* Right vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20647
20777
|
*
|
|
20648
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20778
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Right)
|
|
20649
20779
|
*/
|
|
20650
|
-
export interface
|
|
20651
|
-
Name: "
|
|
20652
|
-
Value:
|
|
20780
|
+
export interface Thumbstick2Right extends globalThis.EnumItem {
|
|
20781
|
+
Name: "Thumbstick2Right";
|
|
20782
|
+
Value: 1025;
|
|
20653
20783
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20654
20784
|
}
|
|
20655
|
-
export const
|
|
20785
|
+
export const Thumbstick2Right: Thumbstick2Right;
|
|
20656
20786
|
/**
|
|
20657
|
-
*
|
|
20658
|
-
*
|
|
20659
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
20787
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
|
|
20660
20788
|
*/
|
|
20661
|
-
export interface
|
|
20662
|
-
Name: "
|
|
20663
|
-
Value:
|
|
20789
|
+
export interface MouseLeftButton extends globalThis.EnumItem {
|
|
20790
|
+
Name: "MouseLeftButton";
|
|
20791
|
+
Value: 1026;
|
|
20664
20792
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20665
20793
|
}
|
|
20666
|
-
export const
|
|
20794
|
+
export const MouseLeftButton: MouseLeftButton;
|
|
20667
20795
|
/**
|
|
20668
|
-
*
|
|
20669
|
-
*
|
|
20670
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
20796
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseRightButton)
|
|
20671
20797
|
*/
|
|
20672
|
-
export interface
|
|
20673
|
-
Name: "
|
|
20674
|
-
Value:
|
|
20798
|
+
export interface MouseRightButton extends globalThis.EnumItem {
|
|
20799
|
+
Name: "MouseRightButton";
|
|
20800
|
+
Value: 1027;
|
|
20675
20801
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20676
20802
|
}
|
|
20677
|
-
export const
|
|
20803
|
+
export const MouseRightButton: MouseRightButton;
|
|
20678
20804
|
/**
|
|
20679
|
-
*
|
|
20680
|
-
*
|
|
20681
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
20805
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseMiddleButton)
|
|
20682
20806
|
*/
|
|
20683
|
-
export interface
|
|
20684
|
-
Name: "
|
|
20685
|
-
Value:
|
|
20807
|
+
export interface MouseMiddleButton extends globalThis.EnumItem {
|
|
20808
|
+
Name: "MouseMiddleButton";
|
|
20809
|
+
Value: 1028;
|
|
20686
20810
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20687
20811
|
}
|
|
20688
|
-
export const
|
|
20812
|
+
export const MouseMiddleButton: MouseMiddleButton;
|
|
20689
20813
|
/**
|
|
20690
20814
|
* **Deprecated:** This enum is deprecated and flagged for removal.
|
|
20691
20815
|
*
|
|
@@ -20730,11 +20854,91 @@ declare namespace Enum {
|
|
|
20730
20854
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20731
20855
|
}
|
|
20732
20856
|
export const MouseY: MouseY;
|
|
20857
|
+
/**
|
|
20858
|
+
* The position of a mouse in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20859
|
+
*
|
|
20860
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MousePosition)
|
|
20861
|
+
*/
|
|
20862
|
+
export interface MousePosition extends globalThis.EnumItem {
|
|
20863
|
+
Name: "MousePosition";
|
|
20864
|
+
Value: 1033;
|
|
20865
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20866
|
+
}
|
|
20867
|
+
export const MousePosition: MousePosition;
|
|
20868
|
+
/**
|
|
20869
|
+
* The position of a touch in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20870
|
+
*
|
|
20871
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchPosition)
|
|
20872
|
+
*/
|
|
20873
|
+
export interface TouchPosition extends globalThis.EnumItem {
|
|
20874
|
+
Name: "TouchPosition";
|
|
20875
|
+
Value: 1034;
|
|
20876
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20877
|
+
}
|
|
20878
|
+
export const TouchPosition: TouchPosition;
|
|
20879
|
+
/**
|
|
20880
|
+
* @deprecated renamed to TouchPosition
|
|
20881
|
+
*/
|
|
20882
|
+
export const Touch: TouchPosition;
|
|
20883
|
+
/**
|
|
20884
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseWheel)
|
|
20885
|
+
*/
|
|
20886
|
+
export interface MouseWheel extends globalThis.EnumItem {
|
|
20887
|
+
Name: "MouseWheel";
|
|
20888
|
+
Value: 1035;
|
|
20889
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20890
|
+
}
|
|
20891
|
+
export const MouseWheel: MouseWheel;
|
|
20892
|
+
/**
|
|
20893
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPan)
|
|
20894
|
+
*/
|
|
20895
|
+
export interface TrackpadPan extends globalThis.EnumItem {
|
|
20896
|
+
Name: "TrackpadPan";
|
|
20897
|
+
Value: 1040;
|
|
20898
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20899
|
+
}
|
|
20900
|
+
export const TrackpadPan: TrackpadPan;
|
|
20901
|
+
/**
|
|
20902
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPinch)
|
|
20903
|
+
*/
|
|
20904
|
+
export interface TrackpadPinch extends globalThis.EnumItem {
|
|
20905
|
+
Name: "TrackpadPinch";
|
|
20906
|
+
Value: 1045;
|
|
20907
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20908
|
+
}
|
|
20909
|
+
export const TrackpadPinch: TrackpadPinch;
|
|
20910
|
+
/**
|
|
20911
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseDelta)
|
|
20912
|
+
*/
|
|
20913
|
+
export interface MouseDelta extends globalThis.EnumItem {
|
|
20914
|
+
Name: "MouseDelta";
|
|
20915
|
+
Value: 1048;
|
|
20916
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20917
|
+
}
|
|
20918
|
+
export const MouseDelta: MouseDelta;
|
|
20919
|
+
/**
|
|
20920
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchDelta)
|
|
20921
|
+
*/
|
|
20922
|
+
export interface TouchDelta extends globalThis.EnumItem {
|
|
20923
|
+
Name: "TouchDelta";
|
|
20924
|
+
Value: 1049;
|
|
20925
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20926
|
+
}
|
|
20927
|
+
export const TouchDelta: TouchDelta;
|
|
20928
|
+
/**
|
|
20929
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchPinch)
|
|
20930
|
+
*/
|
|
20931
|
+
export interface TouchPinch extends globalThis.EnumItem {
|
|
20932
|
+
Name: "TouchPinch";
|
|
20933
|
+
Value: 1050;
|
|
20934
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20935
|
+
}
|
|
20936
|
+
export const TouchPinch: TouchPinch;
|
|
20733
20937
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.KeyCode>;
|
|
20734
20938
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20735
20939
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20736
20940
|
}
|
|
20737
|
-
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.
|
|
20941
|
+
export type KeyCode = KeyCode.Unknown | KeyCode.Backspace | KeyCode.Tab | KeyCode.Clear | KeyCode.Return | KeyCode.Pause | KeyCode.Escape | KeyCode.Space | KeyCode.QuotedDouble | KeyCode.Hash | KeyCode.Dollar | KeyCode.Percent | KeyCode.Ampersand | KeyCode.Quote | KeyCode.LeftParenthesis | KeyCode.RightParenthesis | KeyCode.Asterisk | KeyCode.Plus | KeyCode.Comma | KeyCode.Minus | KeyCode.Period | KeyCode.Slash | KeyCode.Zero | KeyCode.One | KeyCode.Two | KeyCode.Three | KeyCode.Four | KeyCode.Five | KeyCode.Six | KeyCode.Seven | KeyCode.Eight | KeyCode.Nine | KeyCode.Colon | KeyCode.Semicolon | KeyCode.LessThan | KeyCode.Equals | KeyCode.GreaterThan | KeyCode.Question | KeyCode.At | KeyCode.LeftBracket | KeyCode.BackSlash | KeyCode.RightBracket | KeyCode.Caret | KeyCode.Underscore | KeyCode.Backquote | KeyCode.A | KeyCode.B | KeyCode.C | KeyCode.D | KeyCode.E | KeyCode.F | KeyCode.G | KeyCode.H | KeyCode.I | KeyCode.J | KeyCode.K | KeyCode.L | KeyCode.M | KeyCode.N | KeyCode.O | KeyCode.P | KeyCode.Q | KeyCode.R | KeyCode.S | KeyCode.T | KeyCode.U | KeyCode.V | KeyCode.W | KeyCode.X | KeyCode.Y | KeyCode.Z | KeyCode.LeftCurly | KeyCode.Pipe | KeyCode.RightCurly | KeyCode.Tilde | KeyCode.Delete | KeyCode.World0 | KeyCode.World1 | KeyCode.World2 | KeyCode.World3 | KeyCode.World4 | KeyCode.World5 | KeyCode.World6 | KeyCode.World7 | KeyCode.World8 | KeyCode.World9 | KeyCode.World10 | KeyCode.World11 | KeyCode.World12 | KeyCode.World13 | KeyCode.World14 | KeyCode.World15 | KeyCode.World16 | KeyCode.World17 | KeyCode.World18 | KeyCode.World19 | KeyCode.World20 | KeyCode.World21 | KeyCode.World22 | KeyCode.World23 | KeyCode.World24 | KeyCode.World25 | KeyCode.World26 | KeyCode.World27 | KeyCode.World28 | KeyCode.World29 | KeyCode.World30 | KeyCode.World31 | KeyCode.World32 | KeyCode.World33 | KeyCode.World34 | KeyCode.World35 | KeyCode.World36 | KeyCode.World37 | KeyCode.World38 | KeyCode.World39 | KeyCode.World40 | KeyCode.World41 | KeyCode.World42 | KeyCode.World43 | KeyCode.World44 | KeyCode.World45 | KeyCode.World46 | KeyCode.World47 | KeyCode.World48 | KeyCode.World49 | KeyCode.World50 | KeyCode.World51 | KeyCode.World52 | KeyCode.World53 | KeyCode.World54 | KeyCode.World55 | KeyCode.World56 | KeyCode.World57 | KeyCode.World58 | KeyCode.World59 | KeyCode.World60 | KeyCode.World61 | KeyCode.World62 | KeyCode.World63 | KeyCode.World64 | KeyCode.World65 | KeyCode.World66 | KeyCode.World67 | KeyCode.World68 | KeyCode.World69 | KeyCode.World70 | KeyCode.World71 | KeyCode.World72 | KeyCode.World73 | KeyCode.World74 | KeyCode.World75 | KeyCode.World76 | KeyCode.World77 | KeyCode.World78 | KeyCode.World79 | KeyCode.World80 | KeyCode.World81 | KeyCode.World82 | KeyCode.World83 | KeyCode.World84 | KeyCode.World85 | KeyCode.World86 | KeyCode.World87 | KeyCode.World88 | KeyCode.World89 | KeyCode.World90 | KeyCode.World91 | KeyCode.World92 | KeyCode.World93 | KeyCode.World94 | KeyCode.World95 | KeyCode.KeypadZero | KeyCode.KeypadOne | KeyCode.KeypadTwo | KeyCode.KeypadThree | KeyCode.KeypadFour | KeyCode.KeypadFive | KeyCode.KeypadSix | KeyCode.KeypadSeven | KeyCode.KeypadEight | KeyCode.KeypadNine | KeyCode.KeypadPeriod | KeyCode.KeypadDivide | KeyCode.KeypadMultiply | KeyCode.KeypadMinus | KeyCode.KeypadPlus | KeyCode.KeypadEnter | KeyCode.KeypadEquals | KeyCode.Up | KeyCode.Down | KeyCode.Right | KeyCode.Left | KeyCode.Insert | KeyCode.Home | KeyCode.End | KeyCode.PageUp | KeyCode.PageDown | KeyCode.F1 | KeyCode.F2 | KeyCode.F3 | KeyCode.F4 | KeyCode.F5 | KeyCode.F6 | KeyCode.F7 | KeyCode.F8 | KeyCode.F9 | KeyCode.F10 | KeyCode.F11 | KeyCode.F12 | KeyCode.F13 | KeyCode.F14 | KeyCode.F15 | KeyCode.NumLock | KeyCode.CapsLock | KeyCode.ScrollLock | KeyCode.RightShift | KeyCode.LeftShift | KeyCode.RightControl | KeyCode.LeftControl | KeyCode.RightAlt | KeyCode.LeftAlt | KeyCode.RightMeta | KeyCode.LeftMeta | KeyCode.LeftSuper | KeyCode.RightSuper | KeyCode.Mode | KeyCode.Compose | KeyCode.Help | KeyCode.Print | KeyCode.SysReq | KeyCode.Break | KeyCode.Menu | KeyCode.Power | KeyCode.Euro | KeyCode.Undo | KeyCode.ButtonX | KeyCode.ButtonY | KeyCode.ButtonA | KeyCode.ButtonB | KeyCode.ButtonR1 | KeyCode.ButtonL1 | KeyCode.ButtonR2 | KeyCode.ButtonL2 | KeyCode.ButtonR3 | KeyCode.ButtonL3 | KeyCode.ButtonStart | KeyCode.ButtonSelect | KeyCode.DPadLeft | KeyCode.DPadRight | KeyCode.DPadUp | KeyCode.DPadDown | KeyCode.Thumbstick1 | KeyCode.Thumbstick2 | KeyCode.Thumbstick1Up | KeyCode.Thumbstick1Down | KeyCode.Thumbstick1Left | KeyCode.Thumbstick1Right | KeyCode.Thumbstick2Up | KeyCode.Thumbstick2Down | KeyCode.Thumbstick2Left | KeyCode.Thumbstick2Right | KeyCode.MouseLeftButton | KeyCode.MouseRightButton | KeyCode.MouseMiddleButton | KeyCode.MouseBackButton | KeyCode.MouseNoButton | KeyCode.MouseX | KeyCode.MouseY | KeyCode.MousePosition | KeyCode.TouchPosition | KeyCode.MouseWheel | KeyCode.TrackpadPan | KeyCode.TrackpadPinch | KeyCode.MouseDelta | KeyCode.TouchDelta | KeyCode.TouchPinch;
|
|
20738
20942
|
/**
|
|
20739
20943
|
* Describes the interpolation method between two keys.
|
|
20740
20944
|
*
|
|
@@ -21570,10 +21774,14 @@ declare namespace Enum {
|
|
|
21570
21774
|
}
|
|
21571
21775
|
export type LocationType = LocationType.Character | LocationType.Camera | LocationType.ObjectPosition;
|
|
21572
21776
|
/**
|
|
21777
|
+
* The Luau type checking mode for scripts in the experience.
|
|
21778
|
+
*
|
|
21573
21779
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode)
|
|
21574
21780
|
*/
|
|
21575
21781
|
export namespace LuauTypeCheckMode {
|
|
21576
21782
|
/**
|
|
21783
|
+
* Uses the engine-default type checking mode.
|
|
21784
|
+
*
|
|
21577
21785
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Default)
|
|
21578
21786
|
*/
|
|
21579
21787
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -21583,6 +21791,8 @@ declare namespace Enum {
|
|
|
21583
21791
|
}
|
|
21584
21792
|
export const Default: Default;
|
|
21585
21793
|
/**
|
|
21794
|
+
* Scripts are not type-checked.
|
|
21795
|
+
*
|
|
21586
21796
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#NoCheck)
|
|
21587
21797
|
*/
|
|
21588
21798
|
export interface NoCheck extends globalThis.EnumItem {
|
|
@@ -21592,6 +21802,8 @@ declare namespace Enum {
|
|
|
21592
21802
|
}
|
|
21593
21803
|
export const NoCheck: NoCheck;
|
|
21594
21804
|
/**
|
|
21805
|
+
* Scripts are type-checked in nonstrict mode.
|
|
21806
|
+
*
|
|
21595
21807
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Nonstrict)
|
|
21596
21808
|
*/
|
|
21597
21809
|
export interface Nonstrict extends globalThis.EnumItem {
|
|
@@ -21601,6 +21813,8 @@ declare namespace Enum {
|
|
|
21601
21813
|
}
|
|
21602
21814
|
export const Nonstrict: Nonstrict;
|
|
21603
21815
|
/**
|
|
21816
|
+
* Scripts are type-checked in strict mode.
|
|
21817
|
+
*
|
|
21604
21818
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Strict)
|
|
21605
21819
|
*/
|
|
21606
21820
|
export interface Strict extends globalThis.EnumItem {
|
|
@@ -24542,17 +24756,6 @@ declare namespace Enum {
|
|
|
24542
24756
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24543
24757
|
}
|
|
24544
24758
|
export const Success: Success;
|
|
24545
|
-
/**
|
|
24546
|
-
* Path doesn't exist.
|
|
24547
|
-
*
|
|
24548
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathStatus#NoPath)
|
|
24549
|
-
*/
|
|
24550
|
-
export interface NoPath extends globalThis.EnumItem {
|
|
24551
|
-
Name: "NoPath";
|
|
24552
|
-
Value: 5;
|
|
24553
|
-
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24554
|
-
}
|
|
24555
|
-
export const NoPath: NoPath;
|
|
24556
24759
|
/**
|
|
24557
24760
|
* **Deprecated:**
|
|
24558
24761
|
*
|
|
@@ -24605,11 +24808,22 @@ declare namespace Enum {
|
|
|
24605
24808
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24606
24809
|
}
|
|
24607
24810
|
export const FailFinishNotEmpty: FailFinishNotEmpty;
|
|
24811
|
+
/**
|
|
24812
|
+
* Path doesn't exist.
|
|
24813
|
+
*
|
|
24814
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathStatus#NoPath)
|
|
24815
|
+
*/
|
|
24816
|
+
export interface NoPath extends globalThis.EnumItem {
|
|
24817
|
+
Name: "NoPath";
|
|
24818
|
+
Value: 5;
|
|
24819
|
+
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24820
|
+
}
|
|
24821
|
+
export const NoPath: NoPath;
|
|
24608
24822
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PathStatus>;
|
|
24609
24823
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PathStatus | undefined;
|
|
24610
24824
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PathStatus | undefined;
|
|
24611
24825
|
}
|
|
24612
|
-
export type PathStatus = PathStatus.Success | PathStatus.
|
|
24826
|
+
export type PathStatus = PathStatus.Success | PathStatus.ClosestNoPath | PathStatus.ClosestOutOfRange | PathStatus.FailStartNotEmpty | PathStatus.FailFinishNotEmpty | PathStatus.NoPath;
|
|
24613
24827
|
/**
|
|
24614
24828
|
* Describes the action to take when a `PathWaypoint` is reached.
|
|
24615
24829
|
*
|
|
@@ -24653,10 +24867,14 @@ declare namespace Enum {
|
|
|
24653
24867
|
}
|
|
24654
24868
|
export type PathWaypointAction = PathWaypointAction.Walk | PathWaypointAction.Jump | PathWaypointAction.Custom;
|
|
24655
24869
|
/**
|
|
24870
|
+
* Controls whether `PathfindingService` uses an improved search algorithm.
|
|
24871
|
+
*
|
|
24656
24872
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch)
|
|
24657
24873
|
*/
|
|
24658
24874
|
export namespace PathfindingUseImprovedSearch {
|
|
24659
24875
|
/**
|
|
24876
|
+
* Uses the engine-default pathfinding behavior.
|
|
24877
|
+
*
|
|
24660
24878
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Default)
|
|
24661
24879
|
*/
|
|
24662
24880
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -24666,6 +24884,8 @@ declare namespace Enum {
|
|
|
24666
24884
|
}
|
|
24667
24885
|
export const Default: Default;
|
|
24668
24886
|
/**
|
|
24887
|
+
* Uses the legacy pathfinding search algorithm.
|
|
24888
|
+
*
|
|
24669
24889
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Disabled)
|
|
24670
24890
|
*/
|
|
24671
24891
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -24675,6 +24895,8 @@ declare namespace Enum {
|
|
|
24675
24895
|
}
|
|
24676
24896
|
export const Disabled: Disabled;
|
|
24677
24897
|
/**
|
|
24898
|
+
* Uses the improved pathfinding search algorithm.
|
|
24899
|
+
*
|
|
24678
24900
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Enabled)
|
|
24679
24901
|
*/
|
|
24680
24902
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -25414,10 +25636,14 @@ declare namespace Enum {
|
|
|
25414
25636
|
}
|
|
25415
25637
|
export type PlayerActions = PlayerActions.CharacterForward | PlayerActions.CharacterBackward | PlayerActions.CharacterLeft | PlayerActions.CharacterRight | PlayerActions.CharacterJump;
|
|
25416
25638
|
/**
|
|
25639
|
+
* Controls destruction behavior when a player character is removed.
|
|
25640
|
+
*
|
|
25417
25641
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior)
|
|
25418
25642
|
*/
|
|
25419
25643
|
export namespace PlayerCharacterDestroyBehavior {
|
|
25420
25644
|
/**
|
|
25645
|
+
* Uses the engine-default behavior.
|
|
25646
|
+
*
|
|
25421
25647
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Default)
|
|
25422
25648
|
*/
|
|
25423
25649
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -25427,6 +25653,8 @@ declare namespace Enum {
|
|
|
25427
25653
|
}
|
|
25428
25654
|
export const Default: Default;
|
|
25429
25655
|
/**
|
|
25656
|
+
* Automatic `Destroy()` calls on character replacement and player removal are disabled.
|
|
25657
|
+
*
|
|
25430
25658
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Disabled)
|
|
25431
25659
|
*/
|
|
25432
25660
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -25436,6 +25664,8 @@ declare namespace Enum {
|
|
|
25436
25664
|
}
|
|
25437
25665
|
export const Disabled: Disabled;
|
|
25438
25666
|
/**
|
|
25667
|
+
* The engine automatically calls `Destroy()` on old characters when they are replaced (for example, on respawn) and on `Player` objects when players leave.
|
|
25668
|
+
*
|
|
25439
25669
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Enabled)
|
|
25440
25670
|
*/
|
|
25441
25671
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -26074,10 +26304,14 @@ declare namespace Enum {
|
|
|
26074
26304
|
}
|
|
26075
26305
|
export type PrefetchDownloadStatus = PrefetchDownloadStatus.NotStarted | PrefetchDownloadStatus.InProgress | PrefetchDownloadStatus.Completed | PrefetchDownloadStatus.Failed;
|
|
26076
26306
|
/**
|
|
26307
|
+
* Controls whether the experimental Primal Physics Solver is enabled.
|
|
26308
|
+
*
|
|
26077
26309
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver)
|
|
26078
26310
|
*/
|
|
26079
26311
|
export namespace PrimalPhysicsSolver {
|
|
26080
26312
|
/**
|
|
26313
|
+
* Uses the engine-default physics solver state.
|
|
26314
|
+
*
|
|
26081
26315
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Default)
|
|
26082
26316
|
*/
|
|
26083
26317
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -26087,6 +26321,8 @@ declare namespace Enum {
|
|
|
26087
26321
|
}
|
|
26088
26322
|
export const Default: Default;
|
|
26089
26323
|
/**
|
|
26324
|
+
* The experimental Primal Physics Solver is enabled.
|
|
26325
|
+
*
|
|
26090
26326
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Experimental)
|
|
26091
26327
|
*/
|
|
26092
26328
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -26096,6 +26332,8 @@ declare namespace Enum {
|
|
|
26096
26332
|
}
|
|
26097
26333
|
export const Experimental: Experimental;
|
|
26098
26334
|
/**
|
|
26335
|
+
* The Primal Physics Solver is disabled.
|
|
26336
|
+
*
|
|
26099
26337
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Disabled)
|
|
26100
26338
|
*/
|
|
26101
26339
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27229,10 +27467,14 @@ declare namespace Enum {
|
|
|
27229
27467
|
}
|
|
27230
27468
|
export type ReadCapturesFromGalleryResult = ReadCapturesFromGalleryResult.Success | ReadCapturesFromGalleryResult.NeedPermission;
|
|
27231
27469
|
/**
|
|
27470
|
+
* `ReceiptDecision` works with `MarketplaceService` to indicate the acknowledgement of receipts.
|
|
27471
|
+
*
|
|
27232
27472
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision)
|
|
27233
27473
|
*/
|
|
27234
27474
|
export namespace ReceiptDecision {
|
|
27235
27475
|
/**
|
|
27476
|
+
* The receipt has not been processed yet. Returning this value keeps the receipt unresolved so it will be delivered again on the next opportunity, such as when the user rejoins a server.
|
|
27477
|
+
*
|
|
27236
27478
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision#NotProcessedYet)
|
|
27237
27479
|
*/
|
|
27238
27480
|
export interface NotProcessedYet extends globalThis.EnumItem {
|
|
@@ -27242,6 +27484,8 @@ declare namespace Enum {
|
|
|
27242
27484
|
}
|
|
27243
27485
|
export const NotProcessedYet: NotProcessedYet;
|
|
27244
27486
|
/**
|
|
27487
|
+
* The receipt has been processed and all benefits have been granted. The receipt is marked as complete and will not be delivered again.
|
|
27488
|
+
*
|
|
27245
27489
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptDecision#Processed)
|
|
27246
27490
|
*/
|
|
27247
27491
|
export interface Processed extends globalThis.EnumItem {
|
|
@@ -27256,6 +27500,8 @@ declare namespace Enum {
|
|
|
27256
27500
|
}
|
|
27257
27501
|
export type ReceiptDecision = ReceiptDecision.NotProcessedYet | ReceiptDecision.Processed;
|
|
27258
27502
|
/**
|
|
27503
|
+
* `ReceiptType` is used to work with server-sided receipt processing.
|
|
27504
|
+
*
|
|
27259
27505
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType)
|
|
27260
27506
|
*/
|
|
27261
27507
|
export namespace ReceiptType {
|
|
@@ -27269,6 +27515,8 @@ declare namespace Enum {
|
|
|
27269
27515
|
}
|
|
27270
27516
|
export const DeveloperProduct: DeveloperProduct;
|
|
27271
27517
|
/**
|
|
27518
|
+
* Used for processing receipts for the user who initiated a Robux transfer. The receipt's `PlayerId` is the sender's user ID and includes a `TransferRequestId` field.
|
|
27519
|
+
*
|
|
27272
27520
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferSender)
|
|
27273
27521
|
*/
|
|
27274
27522
|
export interface RobuxTransferSender extends globalThis.EnumItem {
|
|
@@ -27278,6 +27526,8 @@ declare namespace Enum {
|
|
|
27278
27526
|
}
|
|
27279
27527
|
export const RobuxTransferSender: RobuxTransferSender;
|
|
27280
27528
|
/**
|
|
27529
|
+
* Used for processing receipts for the user who received Robux via a transfer. The receipt's `PlayerId` is the receiver's user ID and includes a `TransferRequestId` field.
|
|
27530
|
+
*
|
|
27281
27531
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferReceiver)
|
|
27282
27532
|
*/
|
|
27283
27533
|
export interface RobuxTransferReceiver extends globalThis.EnumItem {
|
|
@@ -27514,10 +27764,95 @@ declare namespace Enum {
|
|
|
27514
27764
|
}
|
|
27515
27765
|
export type RecommendationItemVisibility = RecommendationItemVisibility.Private | RecommendationItemVisibility.Public;
|
|
27516
27766
|
/**
|
|
27767
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType)
|
|
27768
|
+
*/
|
|
27769
|
+
export namespace RecommendationPreferenceTargetType {
|
|
27770
|
+
/**
|
|
27771
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#User)
|
|
27772
|
+
*/
|
|
27773
|
+
export interface User extends globalThis.EnumItem {
|
|
27774
|
+
Name: "User";
|
|
27775
|
+
Value: 0;
|
|
27776
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27777
|
+
}
|
|
27778
|
+
export const User: User;
|
|
27779
|
+
/**
|
|
27780
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#Universe)
|
|
27781
|
+
*/
|
|
27782
|
+
export interface Universe extends globalThis.EnumItem {
|
|
27783
|
+
Name: "Universe";
|
|
27784
|
+
Value: 1;
|
|
27785
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27786
|
+
}
|
|
27787
|
+
export const Universe: Universe;
|
|
27788
|
+
/**
|
|
27789
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#CustomTag)
|
|
27790
|
+
*/
|
|
27791
|
+
export interface CustomTag extends globalThis.EnumItem {
|
|
27792
|
+
Name: "CustomTag";
|
|
27793
|
+
Value: 2;
|
|
27794
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27795
|
+
}
|
|
27796
|
+
export const CustomTag: CustomTag;
|
|
27797
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationPreferenceTargetType>;
|
|
27798
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationPreferenceTargetType | undefined;
|
|
27799
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationPreferenceTargetType | undefined;
|
|
27800
|
+
}
|
|
27801
|
+
export type RecommendationPreferenceTargetType = RecommendationPreferenceTargetType.User | RecommendationPreferenceTargetType.Universe | RecommendationPreferenceTargetType.CustomTag;
|
|
27802
|
+
/**
|
|
27803
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType)
|
|
27804
|
+
*/
|
|
27805
|
+
export namespace RecommendationPreferenceType {
|
|
27806
|
+
/**
|
|
27807
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddFollow)
|
|
27808
|
+
*/
|
|
27809
|
+
export interface AddFollow extends globalThis.EnumItem {
|
|
27810
|
+
Name: "AddFollow";
|
|
27811
|
+
Value: 0;
|
|
27812
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27813
|
+
}
|
|
27814
|
+
export const AddFollow: AddFollow;
|
|
27815
|
+
/**
|
|
27816
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveFollow)
|
|
27817
|
+
*/
|
|
27818
|
+
export interface RemoveFollow extends globalThis.EnumItem {
|
|
27819
|
+
Name: "RemoveFollow";
|
|
27820
|
+
Value: 1;
|
|
27821
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27822
|
+
}
|
|
27823
|
+
export const RemoveFollow: RemoveFollow;
|
|
27824
|
+
/**
|
|
27825
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddMute)
|
|
27826
|
+
*/
|
|
27827
|
+
export interface AddMute extends globalThis.EnumItem {
|
|
27828
|
+
Name: "AddMute";
|
|
27829
|
+
Value: 2;
|
|
27830
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27831
|
+
}
|
|
27832
|
+
export const AddMute: AddMute;
|
|
27833
|
+
/**
|
|
27834
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveMute)
|
|
27835
|
+
*/
|
|
27836
|
+
export interface RemoveMute extends globalThis.EnumItem {
|
|
27837
|
+
Name: "RemoveMute";
|
|
27838
|
+
Value: 3;
|
|
27839
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27840
|
+
}
|
|
27841
|
+
export const RemoveMute: RemoveMute;
|
|
27842
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationPreferenceType>;
|
|
27843
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationPreferenceType | undefined;
|
|
27844
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationPreferenceType | undefined;
|
|
27845
|
+
}
|
|
27846
|
+
export type RecommendationPreferenceType = RecommendationPreferenceType.AddFollow | RecommendationPreferenceType.RemoveFollow | RecommendationPreferenceType.AddMute | RecommendationPreferenceType.RemoveMute;
|
|
27847
|
+
/**
|
|
27848
|
+
* Controls whether the server rejects client attempts to delete player characters.
|
|
27849
|
+
*
|
|
27517
27850
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions)
|
|
27518
27851
|
*/
|
|
27519
27852
|
export namespace RejectCharacterDeletions {
|
|
27520
27853
|
/**
|
|
27854
|
+
* Uses the engine-default behavior (currently equivalent to `Enabled`).
|
|
27855
|
+
*
|
|
27521
27856
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Default)
|
|
27522
27857
|
*/
|
|
27523
27858
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27527,6 +27862,8 @@ declare namespace Enum {
|
|
|
27527
27862
|
}
|
|
27528
27863
|
export const Default: Default;
|
|
27529
27864
|
/**
|
|
27865
|
+
* The server does not reject character deletion requests from clients.
|
|
27866
|
+
*
|
|
27530
27867
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Disabled)
|
|
27531
27868
|
*/
|
|
27532
27869
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27536,6 +27873,8 @@ declare namespace Enum {
|
|
|
27536
27873
|
}
|
|
27537
27874
|
export const Disabled: Disabled;
|
|
27538
27875
|
/**
|
|
27876
|
+
* The server rejects client attempts to delete player characters.
|
|
27877
|
+
*
|
|
27539
27878
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Enabled)
|
|
27540
27879
|
*/
|
|
27541
27880
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27660,10 +27999,14 @@ declare namespace Enum {
|
|
|
27660
27999
|
}
|
|
27661
28000
|
export type RenderPriority = RenderPriority.First | RenderPriority.Input | RenderPriority.Camera | RenderPriority.Character | RenderPriority.Last;
|
|
27662
28001
|
/**
|
|
28002
|
+
* Controls rendering cache optimization behavior.
|
|
28003
|
+
*
|
|
27663
28004
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode)
|
|
27664
28005
|
*/
|
|
27665
28006
|
export namespace RenderingCacheOptimizationMode {
|
|
27666
28007
|
/**
|
|
28008
|
+
* Uses the engine-default rendering cache state.
|
|
28009
|
+
*
|
|
27667
28010
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Default)
|
|
27668
28011
|
*/
|
|
27669
28012
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27673,6 +28016,8 @@ declare namespace Enum {
|
|
|
27673
28016
|
}
|
|
27674
28017
|
export const Default: Default;
|
|
27675
28018
|
/**
|
|
28019
|
+
* Rendering cache optimizations are disabled.
|
|
28020
|
+
*
|
|
27676
28021
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Disabled)
|
|
27677
28022
|
*/
|
|
27678
28023
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27682,6 +28027,8 @@ declare namespace Enum {
|
|
|
27682
28027
|
}
|
|
27683
28028
|
export const Disabled: Disabled;
|
|
27684
28029
|
/**
|
|
28030
|
+
* Rendering cache optimizations are enabled.
|
|
28031
|
+
*
|
|
27685
28032
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Enabled)
|
|
27686
28033
|
*/
|
|
27687
28034
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27723,10 +28070,14 @@ declare namespace Enum {
|
|
|
27723
28070
|
}
|
|
27724
28071
|
export type RenderingTestComparisonMethod = RenderingTestComparisonMethod.psnr | RenderingTestComparisonMethod.diff;
|
|
27725
28072
|
/**
|
|
28073
|
+
* Controls how `Instance:Destroy()` calls are replicated from server to clients.
|
|
28074
|
+
*
|
|
27726
28075
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting)
|
|
27727
28076
|
*/
|
|
27728
28077
|
export namespace ReplicateInstanceDestroySetting {
|
|
27729
28078
|
/**
|
|
28079
|
+
* Uses the engine-default instance destroy replication behavior.
|
|
28080
|
+
*
|
|
27730
28081
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Default)
|
|
27731
28082
|
*/
|
|
27732
28083
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27736,6 +28087,8 @@ declare namespace Enum {
|
|
|
27736
28087
|
}
|
|
27737
28088
|
export const Default: Default;
|
|
27738
28089
|
/**
|
|
28090
|
+
* Uses legacy instance destroy replication behavior.
|
|
28091
|
+
*
|
|
27739
28092
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Disabled)
|
|
27740
28093
|
*/
|
|
27741
28094
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27745,6 +28098,8 @@ declare namespace Enum {
|
|
|
27745
28098
|
}
|
|
27746
28099
|
export const Disabled: Disabled;
|
|
27747
28100
|
/**
|
|
28101
|
+
* Uses improved instance destroy replication behavior.
|
|
28102
|
+
*
|
|
27748
28103
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Enabled)
|
|
27749
28104
|
*/
|
|
27750
28105
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -28888,10 +29243,14 @@ declare namespace Enum {
|
|
|
28888
29243
|
}
|
|
28889
29244
|
export type RollOffMode = RollOffMode.Inverse | RollOffMode.Linear | RollOffMode.LinearSquare | RollOffMode.InverseTapered;
|
|
28890
29245
|
/**
|
|
29246
|
+
* A three-phase rollout state used to opt in or out of engine features.
|
|
29247
|
+
*
|
|
28891
29248
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState)
|
|
28892
29249
|
*/
|
|
28893
29250
|
export namespace RolloutState {
|
|
28894
29251
|
/**
|
|
29252
|
+
* Uses the engine-wide rollout default, which changes as the feature progresses through its rollout phases.
|
|
29253
|
+
*
|
|
28895
29254
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Default)
|
|
28896
29255
|
*/
|
|
28897
29256
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -28901,6 +29260,8 @@ declare namespace Enum {
|
|
|
28901
29260
|
}
|
|
28902
29261
|
export const Default: Default;
|
|
28903
29262
|
/**
|
|
29263
|
+
* Opts out of the feature regardless of the engine-wide rollout phase.
|
|
29264
|
+
*
|
|
28904
29265
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Disabled)
|
|
28905
29266
|
*/
|
|
28906
29267
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -28910,6 +29271,8 @@ declare namespace Enum {
|
|
|
28910
29271
|
}
|
|
28911
29272
|
export const Disabled: Disabled;
|
|
28912
29273
|
/**
|
|
29274
|
+
* Opts in to the feature regardless of the engine-wide rollout phase.
|
|
29275
|
+
*
|
|
28913
29276
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Enabled)
|
|
28914
29277
|
*/
|
|
28915
29278
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -29303,10 +29666,14 @@ declare namespace Enum {
|
|
|
29303
29666
|
}
|
|
29304
29667
|
export type SalesTypeFilter = SalesTypeFilter.All | SalesTypeFilter.Collectibles | SalesTypeFilter.Premium | SalesTypeFilter.TimedOptions;
|
|
29305
29668
|
/**
|
|
29669
|
+
* Controls whether sandboxed instance mode (script capabilities) is enabled.
|
|
29670
|
+
*
|
|
29306
29671
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode)
|
|
29307
29672
|
*/
|
|
29308
29673
|
export namespace SandboxedInstanceMode {
|
|
29309
29674
|
/**
|
|
29675
|
+
* Uses the engine-default sandboxed instance state.
|
|
29676
|
+
*
|
|
29310
29677
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Default)
|
|
29311
29678
|
*/
|
|
29312
29679
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -29316,6 +29683,8 @@ declare namespace Enum {
|
|
|
29316
29683
|
}
|
|
29317
29684
|
export const Default: Default;
|
|
29318
29685
|
/**
|
|
29686
|
+
* Sandboxed instance mode is enabled.
|
|
29687
|
+
*
|
|
29319
29688
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Experimental)
|
|
29320
29689
|
*/
|
|
29321
29690
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -29859,6 +30228,96 @@ declare namespace Enum {
|
|
|
29859
30228
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ScreenshotCaptureResult | undefined;
|
|
29860
30229
|
}
|
|
29861
30230
|
export type ScreenshotCaptureResult = ScreenshotCaptureResult.Success | ScreenshotCaptureResult.OtherError | ScreenshotCaptureResult.NoDeviceSupport | ScreenshotCaptureResult.NoSpaceOnDevice;
|
|
30231
|
+
/**
|
|
30232
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason)
|
|
30233
|
+
*/
|
|
30234
|
+
export namespace ScriptStoppedReason {
|
|
30235
|
+
/**
|
|
30236
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason#Breakpoint)
|
|
30237
|
+
*/
|
|
30238
|
+
export interface Breakpoint extends globalThis.EnumItem {
|
|
30239
|
+
Name: "Breakpoint";
|
|
30240
|
+
Value: 0;
|
|
30241
|
+
EnumType: typeof globalThis.Enum.ScriptStoppedReason;
|
|
30242
|
+
}
|
|
30243
|
+
export const Breakpoint: Breakpoint;
|
|
30244
|
+
/**
|
|
30245
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason#Exception)
|
|
30246
|
+
*/
|
|
30247
|
+
export interface Exception extends globalThis.EnumItem {
|
|
30248
|
+
Name: "Exception";
|
|
30249
|
+
Value: 1;
|
|
30250
|
+
EnumType: typeof globalThis.Enum.ScriptStoppedReason;
|
|
30251
|
+
}
|
|
30252
|
+
export const Exception: Exception;
|
|
30253
|
+
/**
|
|
30254
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason#Pause)
|
|
30255
|
+
*/
|
|
30256
|
+
export interface Pause extends globalThis.EnumItem {
|
|
30257
|
+
Name: "Pause";
|
|
30258
|
+
Value: 2;
|
|
30259
|
+
EnumType: typeof globalThis.Enum.ScriptStoppedReason;
|
|
30260
|
+
}
|
|
30261
|
+
export const Pause: Pause;
|
|
30262
|
+
/**
|
|
30263
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason#Step)
|
|
30264
|
+
*/
|
|
30265
|
+
export interface Step extends globalThis.EnumItem {
|
|
30266
|
+
Name: "Step";
|
|
30267
|
+
Value: 3;
|
|
30268
|
+
EnumType: typeof globalThis.Enum.ScriptStoppedReason;
|
|
30269
|
+
}
|
|
30270
|
+
export const Step: Step;
|
|
30271
|
+
/**
|
|
30272
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptStoppedReason#Entry)
|
|
30273
|
+
*/
|
|
30274
|
+
export interface Entry extends globalThis.EnumItem {
|
|
30275
|
+
Name: "Entry";
|
|
30276
|
+
Value: 4;
|
|
30277
|
+
EnumType: typeof globalThis.Enum.ScriptStoppedReason;
|
|
30278
|
+
}
|
|
30279
|
+
export const Entry: Entry;
|
|
30280
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ScriptStoppedReason>;
|
|
30281
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ScriptStoppedReason | undefined;
|
|
30282
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ScriptStoppedReason | undefined;
|
|
30283
|
+
}
|
|
30284
|
+
export type ScriptStoppedReason = ScriptStoppedReason.Breakpoint | ScriptStoppedReason.Exception | ScriptStoppedReason.Pause | ScriptStoppedReason.Step | ScriptStoppedReason.Entry;
|
|
30285
|
+
/**
|
|
30286
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptVariableScope)
|
|
30287
|
+
*/
|
|
30288
|
+
export namespace ScriptVariableScope {
|
|
30289
|
+
/**
|
|
30290
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptVariableScope#Local)
|
|
30291
|
+
*/
|
|
30292
|
+
export interface Local extends globalThis.EnumItem {
|
|
30293
|
+
Name: "Local";
|
|
30294
|
+
Value: 0;
|
|
30295
|
+
EnumType: typeof globalThis.Enum.ScriptVariableScope;
|
|
30296
|
+
}
|
|
30297
|
+
export const Local: Local;
|
|
30298
|
+
/**
|
|
30299
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptVariableScope#Upvalue)
|
|
30300
|
+
*/
|
|
30301
|
+
export interface Upvalue extends globalThis.EnumItem {
|
|
30302
|
+
Name: "Upvalue";
|
|
30303
|
+
Value: 1;
|
|
30304
|
+
EnumType: typeof globalThis.Enum.ScriptVariableScope;
|
|
30305
|
+
}
|
|
30306
|
+
export const Upvalue: Upvalue;
|
|
30307
|
+
/**
|
|
30308
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ScriptVariableScope#Global)
|
|
30309
|
+
*/
|
|
30310
|
+
export interface Global extends globalThis.EnumItem {
|
|
30311
|
+
Name: "Global";
|
|
30312
|
+
Value: 2;
|
|
30313
|
+
EnumType: typeof globalThis.Enum.ScriptVariableScope;
|
|
30314
|
+
}
|
|
30315
|
+
export const Global: Global;
|
|
30316
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.ScriptVariableScope>;
|
|
30317
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ScriptVariableScope | undefined;
|
|
30318
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ScriptVariableScope | undefined;
|
|
30319
|
+
}
|
|
30320
|
+
export type ScriptVariableScope = ScriptVariableScope.Local | ScriptVariableScope.Upvalue | ScriptVariableScope.Global;
|
|
29862
30321
|
/**
|
|
29863
30322
|
* This enum is used with `ScrollingFrame.HorizontalScrollBarInset` and `ScrollingFrame.VerticalScrollBarInset` to indicate whether the canvas should be inset by `ScrollBarThickness` for the respective scroll bar.
|
|
29864
30323
|
*
|
|
@@ -29978,6 +30437,17 @@ declare namespace Enum {
|
|
|
29978
30437
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29979
30438
|
}
|
|
29980
30439
|
export const AccessOutsideWrite: AccessOutsideWrite;
|
|
30440
|
+
/**
|
|
30441
|
+
* **Deprecated:**
|
|
30442
|
+
*
|
|
30443
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetRequire)
|
|
30444
|
+
*/
|
|
30445
|
+
export interface AssetRequire extends globalThis.EnumItem {
|
|
30446
|
+
Name: "AssetRequire";
|
|
30447
|
+
Value: 3;
|
|
30448
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30449
|
+
}
|
|
30450
|
+
export const AssetRequire: AssetRequire;
|
|
29981
30451
|
/**
|
|
29982
30452
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#LoadString)
|
|
29983
30453
|
*/
|
|
@@ -30086,6 +30556,17 @@ declare namespace Enum {
|
|
|
30086
30556
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30087
30557
|
}
|
|
30088
30558
|
export const Animation: Animation;
|
|
30559
|
+
/**
|
|
30560
|
+
* **Deprecated:**
|
|
30561
|
+
*
|
|
30562
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Avatar)
|
|
30563
|
+
*/
|
|
30564
|
+
export interface Avatar extends globalThis.EnumItem {
|
|
30565
|
+
Name: "Avatar";
|
|
30566
|
+
Value: 16;
|
|
30567
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30568
|
+
}
|
|
30569
|
+
export const Avatar: Avatar;
|
|
30089
30570
|
/**
|
|
30090
30571
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Input)
|
|
30091
30572
|
*/
|
|
@@ -30410,33 +30891,11 @@ declare namespace Enum {
|
|
|
30410
30891
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30411
30892
|
}
|
|
30412
30893
|
export const LoadUnownedAsset: LoadUnownedAsset;
|
|
30413
|
-
/**
|
|
30414
|
-
* **Deprecated:**
|
|
30415
|
-
*
|
|
30416
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetRequire)
|
|
30417
|
-
*/
|
|
30418
|
-
export interface AssetRequire extends globalThis.EnumItem {
|
|
30419
|
-
Name: "AssetRequire";
|
|
30420
|
-
Value: 3;
|
|
30421
|
-
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30422
|
-
}
|
|
30423
|
-
export const AssetRequire: AssetRequire;
|
|
30424
|
-
/**
|
|
30425
|
-
* **Deprecated:**
|
|
30426
|
-
*
|
|
30427
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Avatar)
|
|
30428
|
-
*/
|
|
30429
|
-
export interface Avatar extends globalThis.EnumItem {
|
|
30430
|
-
Name: "Avatar";
|
|
30431
|
-
Value: 16;
|
|
30432
|
-
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30433
|
-
}
|
|
30434
|
-
export const Avatar: Avatar;
|
|
30435
30894
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SecurityCapability>;
|
|
30436
30895
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SecurityCapability | undefined;
|
|
30437
30896
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SecurityCapability | undefined;
|
|
30438
30897
|
}
|
|
30439
|
-
export type SecurityCapability = SecurityCapability.RunClientScript | SecurityCapability.RunServerScript | SecurityCapability.AccessOutsideWrite | SecurityCapability.LoadString | SecurityCapability.ScriptGlobals | SecurityCapability.CreateInstances | SecurityCapability.Basic | SecurityCapability.Audio | SecurityCapability.DataStore | SecurityCapability.Network | SecurityCapability.Physics | SecurityCapability.UI | SecurityCapability.CSG | SecurityCapability.Chat | SecurityCapability.Animation | SecurityCapability.Input | SecurityCapability.Environment | SecurityCapability.RemoteEvent | SecurityCapability.LegacySound | SecurityCapability.Players | SecurityCapability.CapabilityControl | SecurityCapability.Plugin | SecurityCapability.LocalUser | SecurityCapability.WritePlayer | SecurityCapability.RobloxScript | SecurityCapability.RobloxEngine | SecurityCapability.Unassigned | SecurityCapability.InternalTest | SecurityCapability.PluginOrOpenCloud | SecurityCapability.Assistant | SecurityCapability.RemoteCommand | SecurityCapability.AssetRead | SecurityCapability.AssetManagement | SecurityCapability.DynamicGeneration | SecurityCapability.PlatformAvatarEditing | SecurityCapability.AssetCreateUpdate | SecurityCapability.Capture | SecurityCapability.SensitiveInput | SecurityCapability.Monetization | SecurityCapability.LoadOwnedAsset | SecurityCapability.Social | SecurityCapability.ServerCommunication | SecurityCapability.Logging | SecurityCapability.PromptExternalPurchase | SecurityCapability.Groups | SecurityCapability.Teleport | SecurityCapability.Consequences | SecurityCapability.Material | SecurityCapability.AvatarBehavior | SecurityCapability.AvatarAppearance | SecurityCapability.LoadUnownedAsset
|
|
30898
|
+
export type SecurityCapability = SecurityCapability.RunClientScript | SecurityCapability.RunServerScript | SecurityCapability.AccessOutsideWrite | SecurityCapability.AssetRequire | SecurityCapability.LoadString | SecurityCapability.ScriptGlobals | SecurityCapability.CreateInstances | SecurityCapability.Basic | SecurityCapability.Audio | SecurityCapability.DataStore | SecurityCapability.Network | SecurityCapability.Physics | SecurityCapability.UI | SecurityCapability.CSG | SecurityCapability.Chat | SecurityCapability.Animation | SecurityCapability.Avatar | SecurityCapability.Input | SecurityCapability.Environment | SecurityCapability.RemoteEvent | SecurityCapability.LegacySound | SecurityCapability.Players | SecurityCapability.CapabilityControl | SecurityCapability.Plugin | SecurityCapability.LocalUser | SecurityCapability.WritePlayer | SecurityCapability.RobloxScript | SecurityCapability.RobloxEngine | SecurityCapability.Unassigned | SecurityCapability.InternalTest | SecurityCapability.PluginOrOpenCloud | SecurityCapability.Assistant | SecurityCapability.RemoteCommand | SecurityCapability.AssetRead | SecurityCapability.AssetManagement | SecurityCapability.DynamicGeneration | SecurityCapability.PlatformAvatarEditing | SecurityCapability.AssetCreateUpdate | SecurityCapability.Capture | SecurityCapability.SensitiveInput | SecurityCapability.Monetization | SecurityCapability.LoadOwnedAsset | SecurityCapability.Social | SecurityCapability.ServerCommunication | SecurityCapability.Logging | SecurityCapability.PromptExternalPurchase | SecurityCapability.Groups | SecurityCapability.Teleport | SecurityCapability.Consequences | SecurityCapability.Material | SecurityCapability.AvatarBehavior | SecurityCapability.AvatarAppearance | SecurityCapability.LoadUnownedAsset;
|
|
30440
30899
|
/**
|
|
30441
30900
|
* Customization options for gamepad selection when `GuiBase2d.SelectionGroup` is true.
|
|
30442
30901
|
*
|
|
@@ -30594,12 +31053,21 @@ declare namespace Enum {
|
|
|
30594
31053
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30595
31054
|
}
|
|
30596
31055
|
export const Ladder: Ladder;
|
|
31056
|
+
/**
|
|
31057
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicFloor)
|
|
31058
|
+
*/
|
|
31059
|
+
export interface ClassicFloor extends globalThis.EnumItem {
|
|
31060
|
+
Name: "ClassicFloor";
|
|
31061
|
+
Value: 2;
|
|
31062
|
+
EnumType: typeof globalThis.Enum.SensorMode;
|
|
31063
|
+
}
|
|
31064
|
+
export const ClassicFloor: ClassicFloor;
|
|
30597
31065
|
/**
|
|
30598
31066
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicLadder)
|
|
30599
31067
|
*/
|
|
30600
31068
|
export interface ClassicLadder extends globalThis.EnumItem {
|
|
30601
31069
|
Name: "ClassicLadder";
|
|
30602
|
-
Value:
|
|
31070
|
+
Value: 3;
|
|
30603
31071
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30604
31072
|
}
|
|
30605
31073
|
export const ClassicLadder: ClassicLadder;
|
|
@@ -30607,7 +31075,7 @@ declare namespace Enum {
|
|
|
30607
31075
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SensorMode | undefined;
|
|
30608
31076
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SensorMode | undefined;
|
|
30609
31077
|
}
|
|
30610
|
-
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicLadder;
|
|
31078
|
+
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicFloor | SensorMode.ClassicLadder;
|
|
30611
31079
|
/**
|
|
30612
31080
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorUpdateType)
|
|
30613
31081
|
*/
|
|
@@ -34243,6 +34711,17 @@ declare namespace Enum {
|
|
|
34243
34711
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology)
|
|
34244
34712
|
*/
|
|
34245
34713
|
export namespace Technology {
|
|
34714
|
+
/**
|
|
34715
|
+
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34716
|
+
*
|
|
34717
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology#Legacy)
|
|
34718
|
+
*/
|
|
34719
|
+
export interface Legacy extends globalThis.EnumItem {
|
|
34720
|
+
Name: "Legacy";
|
|
34721
|
+
Value: 0;
|
|
34722
|
+
EnumType: typeof globalThis.Enum.Technology;
|
|
34723
|
+
}
|
|
34724
|
+
export const Legacy: Legacy;
|
|
34246
34725
|
/**
|
|
34247
34726
|
* Uses a 4×4×4 voxel map for light and shadow calculation.
|
|
34248
34727
|
*
|
|
@@ -34287,17 +34766,6 @@ declare namespace Enum {
|
|
|
34287
34766
|
EnumType: typeof globalThis.Enum.Technology;
|
|
34288
34767
|
}
|
|
34289
34768
|
export const Future: Future;
|
|
34290
|
-
/**
|
|
34291
|
-
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34292
|
-
*
|
|
34293
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology#Legacy)
|
|
34294
|
-
*/
|
|
34295
|
-
export interface Legacy extends globalThis.EnumItem {
|
|
34296
|
-
Name: "Legacy";
|
|
34297
|
-
Value: 0;
|
|
34298
|
-
EnumType: typeof globalThis.Enum.Technology;
|
|
34299
|
-
}
|
|
34300
|
-
export const Legacy: Legacy;
|
|
34301
34769
|
/**
|
|
34302
34770
|
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34303
34771
|
*
|
|
@@ -34313,7 +34781,7 @@ declare namespace Enum {
|
|
|
34313
34781
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.Technology | undefined;
|
|
34314
34782
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.Technology | undefined;
|
|
34315
34783
|
}
|
|
34316
|
-
export type Technology = Technology.
|
|
34784
|
+
export type Technology = Technology.Legacy | Technology.Voxel | Technology.Compatibility | Technology.ShadowMap | Technology.Future | Technology.Unified;
|
|
34317
34785
|
/**
|
|
34318
34786
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend)
|
|
34319
34787
|
*/
|
|
@@ -39648,11 +40116,20 @@ declare namespace Enum {
|
|
|
39648
40116
|
EnumType: typeof globalThis.Enum.WrapLayerDebugMode;
|
|
39649
40117
|
}
|
|
39650
40118
|
export const PreWrapDeformerOuterCage: PreWrapDeformerOuterCage;
|
|
40119
|
+
/**
|
|
40120
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WrapLayerDebugMode#SkinningTransfer)
|
|
40121
|
+
*/
|
|
40122
|
+
export interface SkinningTransfer extends globalThis.EnumItem {
|
|
40123
|
+
Name: "SkinningTransfer";
|
|
40124
|
+
Value: 15;
|
|
40125
|
+
EnumType: typeof globalThis.Enum.WrapLayerDebugMode;
|
|
40126
|
+
}
|
|
40127
|
+
export const SkinningTransfer: SkinningTransfer;
|
|
39651
40128
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WrapLayerDebugMode>;
|
|
39652
40129
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39653
40130
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39654
40131
|
}
|
|
39655
|
-
export type WrapLayerDebugMode = WrapLayerDebugMode.None | WrapLayerDebugMode.BoundCage | WrapLayerDebugMode.LayerCage | WrapLayerDebugMode.BoundCageAndLinks | WrapLayerDebugMode.Reference | WrapLayerDebugMode.Rbf | WrapLayerDebugMode.OuterCage | WrapLayerDebugMode.ReferenceMeshAfterMorph | WrapLayerDebugMode.HSROuterDetail | WrapLayerDebugMode.HSROuter | WrapLayerDebugMode.HSRInner | WrapLayerDebugMode.HSRInnerReverse | WrapLayerDebugMode.LayerCageFittedToBase | WrapLayerDebugMode.LayerCageFittedToPrev | WrapLayerDebugMode.PreWrapDeformerOuterCage;
|
|
40132
|
+
export type WrapLayerDebugMode = WrapLayerDebugMode.None | WrapLayerDebugMode.BoundCage | WrapLayerDebugMode.LayerCage | WrapLayerDebugMode.BoundCageAndLinks | WrapLayerDebugMode.Reference | WrapLayerDebugMode.Rbf | WrapLayerDebugMode.OuterCage | WrapLayerDebugMode.ReferenceMeshAfterMorph | WrapLayerDebugMode.HSROuterDetail | WrapLayerDebugMode.HSROuter | WrapLayerDebugMode.HSRInner | WrapLayerDebugMode.HSRInnerReverse | WrapLayerDebugMode.LayerCageFittedToBase | WrapLayerDebugMode.LayerCageFittedToPrev | WrapLayerDebugMode.PreWrapDeformerOuterCage | WrapLayerDebugMode.SkinningTransfer;
|
|
39656
40133
|
/**
|
|
39657
40134
|
* The Studio-only property for quickly visualizing and debugging meshes with only outer cages.
|
|
39658
40135
|
*
|