@rbxts/types 1.0.918 → 1.0.919
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 +162 -4
- package/include/generated/PluginSecurity.d.ts +72 -76
- package/include/generated/enums.d.ts +1545 -1321
- 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
|
*
|
|
@@ -3520,11 +3520,20 @@ declare namespace Enum {
|
|
|
3520
3520
|
EnumType: typeof globalThis.Enum.AssetType;
|
|
3521
3521
|
}
|
|
3522
3522
|
export const EyeMakeup: EyeMakeup;
|
|
3523
|
+
/**
|
|
3524
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AssetType#VoxelFragment)
|
|
3525
|
+
*/
|
|
3526
|
+
export interface VoxelFragment extends globalThis.EnumItem {
|
|
3527
|
+
Name: "VoxelFragment";
|
|
3528
|
+
Value: 91;
|
|
3529
|
+
EnumType: typeof globalThis.Enum.AssetType;
|
|
3530
|
+
}
|
|
3531
|
+
export const VoxelFragment: VoxelFragment;
|
|
3523
3532
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AssetType>;
|
|
3524
3533
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AssetType | undefined;
|
|
3525
3534
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AssetType | undefined;
|
|
3526
3535
|
}
|
|
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;
|
|
3536
|
+
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
3537
|
/**
|
|
3529
3538
|
* Determines the asset type verification mode.
|
|
3530
3539
|
*
|
|
@@ -5353,10 +5362,14 @@ declare namespace Enum {
|
|
|
5353
5362
|
}
|
|
5354
5363
|
export type AvatarThumbnailCustomizationType = AvatarThumbnailCustomizationType.Closeup | AvatarThumbnailCustomizationType.FullBody;
|
|
5355
5364
|
/**
|
|
5365
|
+
* Controls whether the R6 to R15 adapter is active, allowing R15 avatars to join R6 experiences.
|
|
5366
|
+
*
|
|
5356
5367
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode)
|
|
5357
5368
|
*/
|
|
5358
5369
|
export namespace AvatarUnificationMode {
|
|
5359
5370
|
/**
|
|
5371
|
+
* Uses the engine-default avatar unification state.
|
|
5372
|
+
*
|
|
5360
5373
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Default)
|
|
5361
5374
|
*/
|
|
5362
5375
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -5366,6 +5379,8 @@ declare namespace Enum {
|
|
|
5366
5379
|
}
|
|
5367
5380
|
export const Default: Default;
|
|
5368
5381
|
/**
|
|
5382
|
+
* Avatar unification is disabled.
|
|
5383
|
+
*
|
|
5369
5384
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Disabled)
|
|
5370
5385
|
*/
|
|
5371
5386
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -5375,6 +5390,8 @@ declare namespace Enum {
|
|
|
5375
5390
|
}
|
|
5376
5391
|
export const Disabled: Disabled;
|
|
5377
5392
|
/**
|
|
5393
|
+
* Avatar unification is enabled.
|
|
5394
|
+
*
|
|
5378
5395
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AvatarUnificationMode#Enabled)
|
|
5379
5396
|
*/
|
|
5380
5397
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -9193,6 +9210,33 @@ declare namespace Enum {
|
|
|
9193
9210
|
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9194
9211
|
}
|
|
9195
9212
|
export const PlacelaunchUserPrivacyUnauthorized: PlacelaunchUserPrivacyUnauthorized;
|
|
9213
|
+
/**
|
|
9214
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchAgeVerificationRequired)
|
|
9215
|
+
*/
|
|
9216
|
+
export interface PlacelaunchAgeVerificationRequired extends globalThis.EnumItem {
|
|
9217
|
+
Name: "PlacelaunchAgeVerificationRequired";
|
|
9218
|
+
Value: 542;
|
|
9219
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9220
|
+
}
|
|
9221
|
+
export const PlacelaunchAgeVerificationRequired: PlacelaunchAgeVerificationRequired;
|
|
9222
|
+
/**
|
|
9223
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchParentalApprovalRequired)
|
|
9224
|
+
*/
|
|
9225
|
+
export interface PlacelaunchParentalApprovalRequired extends globalThis.EnumItem {
|
|
9226
|
+
Name: "PlacelaunchParentalApprovalRequired";
|
|
9227
|
+
Value: 543;
|
|
9228
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9229
|
+
}
|
|
9230
|
+
export const PlacelaunchParentalApprovalRequired: PlacelaunchParentalApprovalRequired;
|
|
9231
|
+
/**
|
|
9232
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchCoreGated)
|
|
9233
|
+
*/
|
|
9234
|
+
export interface PlacelaunchCoreGated extends globalThis.EnumItem {
|
|
9235
|
+
Name: "PlacelaunchCoreGated";
|
|
9236
|
+
Value: 544;
|
|
9237
|
+
EnumType: typeof globalThis.Enum.ConnectionError;
|
|
9238
|
+
}
|
|
9239
|
+
export const PlacelaunchCoreGated: PlacelaunchCoreGated;
|
|
9196
9240
|
/**
|
|
9197
9241
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ConnectionError#PlacelaunchCreatorBan)
|
|
9198
9242
|
*/
|
|
@@ -9305,7 +9349,7 @@ declare namespace Enum {
|
|
|
9305
9349
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.ConnectionError | undefined;
|
|
9306
9350
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.ConnectionError | undefined;
|
|
9307
9351
|
}
|
|
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;
|
|
9352
|
+
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.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
9353
|
/**
|
|
9310
9354
|
* Used to determine the connection state of the client to the game server.
|
|
9311
9355
|
*
|
|
@@ -9613,11 +9657,20 @@ declare namespace Enum {
|
|
|
9613
9657
|
EnumType: typeof globalThis.Enum.CoreGuiType;
|
|
9614
9658
|
}
|
|
9615
9659
|
export const AvatarSwitcher: AvatarSwitcher;
|
|
9660
|
+
/**
|
|
9661
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CoreGuiType#ExperienceShop)
|
|
9662
|
+
*/
|
|
9663
|
+
export interface ExperienceShop extends globalThis.EnumItem {
|
|
9664
|
+
Name: "ExperienceShop";
|
|
9665
|
+
Value: 9;
|
|
9666
|
+
EnumType: typeof globalThis.Enum.CoreGuiType;
|
|
9667
|
+
}
|
|
9668
|
+
export const ExperienceShop: ExperienceShop;
|
|
9616
9669
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.CoreGuiType>;
|
|
9617
9670
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.CoreGuiType | undefined;
|
|
9618
9671
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.CoreGuiType | undefined;
|
|
9619
9672
|
}
|
|
9620
|
-
export type CoreGuiType = CoreGuiType.PlayerList | CoreGuiType.Health | CoreGuiType.Backpack | CoreGuiType.Chat | CoreGuiType.All | CoreGuiType.EmotesMenu | CoreGuiType.SelfView | CoreGuiType.Captures | CoreGuiType.AvatarSwitcher;
|
|
9673
|
+
export type CoreGuiType = CoreGuiType.PlayerList | CoreGuiType.Health | CoreGuiType.Backpack | CoreGuiType.Chat | CoreGuiType.All | CoreGuiType.EmotesMenu | CoreGuiType.SelfView | CoreGuiType.Captures | CoreGuiType.AvatarSwitcher | CoreGuiType.ExperienceShop;
|
|
9621
9674
|
/**
|
|
9622
9675
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/CreateAssetResult)
|
|
9623
9676
|
*/
|
|
@@ -18534,2158 +18587,2078 @@ declare namespace Enum {
|
|
|
18534
18587
|
}
|
|
18535
18588
|
export const Delete: Delete;
|
|
18536
18589
|
/**
|
|
18537
|
-
*
|
|
18590
|
+
* **Deprecated:**
|
|
18538
18591
|
*
|
|
18539
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18592
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World0)
|
|
18540
18593
|
*/
|
|
18541
|
-
export interface
|
|
18542
|
-
Name: "
|
|
18543
|
-
Value:
|
|
18594
|
+
export interface World0 extends globalThis.EnumItem {
|
|
18595
|
+
Name: "World0";
|
|
18596
|
+
Value: 160;
|
|
18544
18597
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18545
18598
|
}
|
|
18546
|
-
export const
|
|
18599
|
+
export const World0: World0;
|
|
18547
18600
|
/**
|
|
18548
|
-
*
|
|
18601
|
+
* **Deprecated:**
|
|
18549
18602
|
*
|
|
18550
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18603
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World1)
|
|
18551
18604
|
*/
|
|
18552
|
-
export interface
|
|
18553
|
-
Name: "
|
|
18554
|
-
Value:
|
|
18605
|
+
export interface World1 extends globalThis.EnumItem {
|
|
18606
|
+
Name: "World1";
|
|
18607
|
+
Value: 161;
|
|
18555
18608
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18556
18609
|
}
|
|
18557
|
-
export const
|
|
18610
|
+
export const World1: World1;
|
|
18558
18611
|
/**
|
|
18559
|
-
*
|
|
18612
|
+
* **Deprecated:**
|
|
18560
18613
|
*
|
|
18561
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18614
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World2)
|
|
18562
18615
|
*/
|
|
18563
|
-
export interface
|
|
18564
|
-
Name: "
|
|
18565
|
-
Value:
|
|
18616
|
+
export interface World2 extends globalThis.EnumItem {
|
|
18617
|
+
Name: "World2";
|
|
18618
|
+
Value: 162;
|
|
18566
18619
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18567
18620
|
}
|
|
18568
|
-
export const
|
|
18621
|
+
export const World2: World2;
|
|
18569
18622
|
/**
|
|
18570
|
-
*
|
|
18623
|
+
* **Deprecated:**
|
|
18571
18624
|
*
|
|
18572
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18625
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World3)
|
|
18573
18626
|
*/
|
|
18574
|
-
export interface
|
|
18575
|
-
Name: "
|
|
18576
|
-
Value:
|
|
18627
|
+
export interface World3 extends globalThis.EnumItem {
|
|
18628
|
+
Name: "World3";
|
|
18629
|
+
Value: 163;
|
|
18577
18630
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18578
18631
|
}
|
|
18579
|
-
export const
|
|
18632
|
+
export const World3: World3;
|
|
18580
18633
|
/**
|
|
18581
|
-
*
|
|
18634
|
+
* **Deprecated:**
|
|
18582
18635
|
*
|
|
18583
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18636
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World4)
|
|
18584
18637
|
*/
|
|
18585
|
-
export interface
|
|
18586
|
-
Name: "
|
|
18587
|
-
Value:
|
|
18638
|
+
export interface World4 extends globalThis.EnumItem {
|
|
18639
|
+
Name: "World4";
|
|
18640
|
+
Value: 164;
|
|
18588
18641
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18589
18642
|
}
|
|
18590
|
-
export const
|
|
18643
|
+
export const World4: World4;
|
|
18591
18644
|
/**
|
|
18592
|
-
*
|
|
18645
|
+
* **Deprecated:**
|
|
18593
18646
|
*
|
|
18594
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18647
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World5)
|
|
18595
18648
|
*/
|
|
18596
|
-
export interface
|
|
18597
|
-
Name: "
|
|
18598
|
-
Value:
|
|
18649
|
+
export interface World5 extends globalThis.EnumItem {
|
|
18650
|
+
Name: "World5";
|
|
18651
|
+
Value: 165;
|
|
18599
18652
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18600
18653
|
}
|
|
18601
|
-
export const
|
|
18654
|
+
export const World5: World5;
|
|
18602
18655
|
/**
|
|
18603
|
-
*
|
|
18656
|
+
* **Deprecated:**
|
|
18604
18657
|
*
|
|
18605
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18658
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World6)
|
|
18606
18659
|
*/
|
|
18607
|
-
export interface
|
|
18608
|
-
Name: "
|
|
18609
|
-
Value:
|
|
18660
|
+
export interface World6 extends globalThis.EnumItem {
|
|
18661
|
+
Name: "World6";
|
|
18662
|
+
Value: 166;
|
|
18610
18663
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18611
18664
|
}
|
|
18612
|
-
export const
|
|
18665
|
+
export const World6: World6;
|
|
18613
18666
|
/**
|
|
18614
|
-
*
|
|
18667
|
+
* **Deprecated:**
|
|
18615
18668
|
*
|
|
18616
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18669
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World7)
|
|
18617
18670
|
*/
|
|
18618
|
-
export interface
|
|
18619
|
-
Name: "
|
|
18620
|
-
Value:
|
|
18671
|
+
export interface World7 extends globalThis.EnumItem {
|
|
18672
|
+
Name: "World7";
|
|
18673
|
+
Value: 167;
|
|
18621
18674
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18622
18675
|
}
|
|
18623
|
-
export const
|
|
18676
|
+
export const World7: World7;
|
|
18624
18677
|
/**
|
|
18625
|
-
*
|
|
18678
|
+
* **Deprecated:**
|
|
18626
18679
|
*
|
|
18627
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18680
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World8)
|
|
18628
18681
|
*/
|
|
18629
|
-
export interface
|
|
18630
|
-
Name: "
|
|
18631
|
-
Value:
|
|
18682
|
+
export interface World8 extends globalThis.EnumItem {
|
|
18683
|
+
Name: "World8";
|
|
18684
|
+
Value: 168;
|
|
18632
18685
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18633
18686
|
}
|
|
18634
|
-
export const
|
|
18687
|
+
export const World8: World8;
|
|
18635
18688
|
/**
|
|
18636
|
-
*
|
|
18689
|
+
* **Deprecated:**
|
|
18637
18690
|
*
|
|
18638
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18691
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World9)
|
|
18639
18692
|
*/
|
|
18640
|
-
export interface
|
|
18641
|
-
Name: "
|
|
18642
|
-
Value:
|
|
18693
|
+
export interface World9 extends globalThis.EnumItem {
|
|
18694
|
+
Name: "World9";
|
|
18695
|
+
Value: 169;
|
|
18643
18696
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18644
18697
|
}
|
|
18645
|
-
export const
|
|
18698
|
+
export const World9: World9;
|
|
18646
18699
|
/**
|
|
18647
|
-
*
|
|
18700
|
+
* **Deprecated:**
|
|
18648
18701
|
*
|
|
18649
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18702
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World10)
|
|
18650
18703
|
*/
|
|
18651
|
-
export interface
|
|
18652
|
-
Name: "
|
|
18653
|
-
Value:
|
|
18704
|
+
export interface World10 extends globalThis.EnumItem {
|
|
18705
|
+
Name: "World10";
|
|
18706
|
+
Value: 170;
|
|
18654
18707
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18655
18708
|
}
|
|
18656
|
-
export const
|
|
18709
|
+
export const World10: World10;
|
|
18657
18710
|
/**
|
|
18658
|
-
*
|
|
18711
|
+
* **Deprecated:**
|
|
18659
18712
|
*
|
|
18660
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18713
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World11)
|
|
18661
18714
|
*/
|
|
18662
|
-
export interface
|
|
18663
|
-
Name: "
|
|
18664
|
-
Value:
|
|
18715
|
+
export interface World11 extends globalThis.EnumItem {
|
|
18716
|
+
Name: "World11";
|
|
18717
|
+
Value: 171;
|
|
18665
18718
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18666
18719
|
}
|
|
18667
|
-
export const
|
|
18720
|
+
export const World11: World11;
|
|
18668
18721
|
/**
|
|
18669
|
-
*
|
|
18722
|
+
* **Deprecated:**
|
|
18670
18723
|
*
|
|
18671
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18724
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World12)
|
|
18672
18725
|
*/
|
|
18673
|
-
export interface
|
|
18674
|
-
Name: "
|
|
18675
|
-
Value:
|
|
18726
|
+
export interface World12 extends globalThis.EnumItem {
|
|
18727
|
+
Name: "World12";
|
|
18728
|
+
Value: 172;
|
|
18676
18729
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18677
18730
|
}
|
|
18678
|
-
export const
|
|
18731
|
+
export const World12: World12;
|
|
18679
18732
|
/**
|
|
18680
|
-
*
|
|
18733
|
+
* **Deprecated:**
|
|
18681
18734
|
*
|
|
18682
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18735
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World13)
|
|
18683
18736
|
*/
|
|
18684
|
-
export interface
|
|
18685
|
-
Name: "
|
|
18686
|
-
Value:
|
|
18737
|
+
export interface World13 extends globalThis.EnumItem {
|
|
18738
|
+
Name: "World13";
|
|
18739
|
+
Value: 173;
|
|
18687
18740
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18688
18741
|
}
|
|
18689
|
-
export const
|
|
18742
|
+
export const World13: World13;
|
|
18690
18743
|
/**
|
|
18691
|
-
*
|
|
18744
|
+
* **Deprecated:**
|
|
18692
18745
|
*
|
|
18693
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18746
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World14)
|
|
18694
18747
|
*/
|
|
18695
|
-
export interface
|
|
18696
|
-
Name: "
|
|
18697
|
-
Value:
|
|
18748
|
+
export interface World14 extends globalThis.EnumItem {
|
|
18749
|
+
Name: "World14";
|
|
18750
|
+
Value: 174;
|
|
18698
18751
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18699
18752
|
}
|
|
18700
|
-
export const
|
|
18753
|
+
export const World14: World14;
|
|
18701
18754
|
/**
|
|
18702
|
-
*
|
|
18755
|
+
* **Deprecated:**
|
|
18703
18756
|
*
|
|
18704
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18757
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World15)
|
|
18705
18758
|
*/
|
|
18706
|
-
export interface
|
|
18707
|
-
Name: "
|
|
18708
|
-
Value:
|
|
18759
|
+
export interface World15 extends globalThis.EnumItem {
|
|
18760
|
+
Name: "World15";
|
|
18761
|
+
Value: 175;
|
|
18709
18762
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18710
18763
|
}
|
|
18711
|
-
export const
|
|
18764
|
+
export const World15: World15;
|
|
18712
18765
|
/**
|
|
18713
|
-
*
|
|
18766
|
+
* **Deprecated:**
|
|
18714
18767
|
*
|
|
18715
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18768
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World16)
|
|
18716
18769
|
*/
|
|
18717
|
-
export interface
|
|
18718
|
-
Name: "
|
|
18719
|
-
Value:
|
|
18770
|
+
export interface World16 extends globalThis.EnumItem {
|
|
18771
|
+
Name: "World16";
|
|
18772
|
+
Value: 176;
|
|
18720
18773
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18721
18774
|
}
|
|
18722
|
-
export const
|
|
18775
|
+
export const World16: World16;
|
|
18723
18776
|
/**
|
|
18724
|
-
*
|
|
18777
|
+
* **Deprecated:**
|
|
18725
18778
|
*
|
|
18726
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18779
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World17)
|
|
18727
18780
|
*/
|
|
18728
|
-
export interface
|
|
18729
|
-
Name: "
|
|
18730
|
-
Value:
|
|
18781
|
+
export interface World17 extends globalThis.EnumItem {
|
|
18782
|
+
Name: "World17";
|
|
18783
|
+
Value: 177;
|
|
18731
18784
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18732
18785
|
}
|
|
18733
|
-
export const
|
|
18786
|
+
export const World17: World17;
|
|
18734
18787
|
/**
|
|
18735
|
-
*
|
|
18788
|
+
* **Deprecated:**
|
|
18736
18789
|
*
|
|
18737
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18790
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World18)
|
|
18738
18791
|
*/
|
|
18739
|
-
export interface
|
|
18740
|
-
Name: "
|
|
18741
|
-
Value:
|
|
18792
|
+
export interface World18 extends globalThis.EnumItem {
|
|
18793
|
+
Name: "World18";
|
|
18794
|
+
Value: 178;
|
|
18742
18795
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18743
18796
|
}
|
|
18744
|
-
export const
|
|
18797
|
+
export const World18: World18;
|
|
18745
18798
|
/**
|
|
18746
|
-
*
|
|
18799
|
+
* **Deprecated:**
|
|
18747
18800
|
*
|
|
18748
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18801
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World19)
|
|
18749
18802
|
*/
|
|
18750
|
-
export interface
|
|
18751
|
-
Name: "
|
|
18752
|
-
Value:
|
|
18803
|
+
export interface World19 extends globalThis.EnumItem {
|
|
18804
|
+
Name: "World19";
|
|
18805
|
+
Value: 179;
|
|
18753
18806
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18754
18807
|
}
|
|
18755
|
-
export const
|
|
18808
|
+
export const World19: World19;
|
|
18756
18809
|
/**
|
|
18757
|
-
*
|
|
18810
|
+
* **Deprecated:**
|
|
18758
18811
|
*
|
|
18759
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18812
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World20)
|
|
18760
18813
|
*/
|
|
18761
|
-
export interface
|
|
18762
|
-
Name: "
|
|
18763
|
-
Value:
|
|
18814
|
+
export interface World20 extends globalThis.EnumItem {
|
|
18815
|
+
Name: "World20";
|
|
18816
|
+
Value: 180;
|
|
18764
18817
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18765
18818
|
}
|
|
18766
|
-
export const
|
|
18819
|
+
export const World20: World20;
|
|
18767
18820
|
/**
|
|
18768
|
-
*
|
|
18821
|
+
* **Deprecated:**
|
|
18769
18822
|
*
|
|
18770
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18823
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World21)
|
|
18771
18824
|
*/
|
|
18772
|
-
export interface
|
|
18773
|
-
Name: "
|
|
18774
|
-
Value:
|
|
18825
|
+
export interface World21 extends globalThis.EnumItem {
|
|
18826
|
+
Name: "World21";
|
|
18827
|
+
Value: 181;
|
|
18775
18828
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18776
18829
|
}
|
|
18777
|
-
export const
|
|
18830
|
+
export const World21: World21;
|
|
18778
18831
|
/**
|
|
18779
|
-
*
|
|
18832
|
+
* **Deprecated:**
|
|
18780
18833
|
*
|
|
18781
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18834
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World22)
|
|
18782
18835
|
*/
|
|
18783
|
-
export interface
|
|
18784
|
-
Name: "
|
|
18785
|
-
Value:
|
|
18836
|
+
export interface World22 extends globalThis.EnumItem {
|
|
18837
|
+
Name: "World22";
|
|
18838
|
+
Value: 182;
|
|
18786
18839
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18787
18840
|
}
|
|
18788
|
-
export const
|
|
18841
|
+
export const World22: World22;
|
|
18789
18842
|
/**
|
|
18790
|
-
*
|
|
18843
|
+
* **Deprecated:**
|
|
18791
18844
|
*
|
|
18792
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18845
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World23)
|
|
18793
18846
|
*/
|
|
18794
|
-
export interface
|
|
18795
|
-
Name: "
|
|
18796
|
-
Value:
|
|
18847
|
+
export interface World23 extends globalThis.EnumItem {
|
|
18848
|
+
Name: "World23";
|
|
18849
|
+
Value: 183;
|
|
18797
18850
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18798
18851
|
}
|
|
18799
|
-
export const
|
|
18852
|
+
export const World23: World23;
|
|
18800
18853
|
/**
|
|
18801
|
-
*
|
|
18854
|
+
* **Deprecated:**
|
|
18802
18855
|
*
|
|
18803
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18856
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World24)
|
|
18804
18857
|
*/
|
|
18805
|
-
export interface
|
|
18806
|
-
Name: "
|
|
18807
|
-
Value:
|
|
18858
|
+
export interface World24 extends globalThis.EnumItem {
|
|
18859
|
+
Name: "World24";
|
|
18860
|
+
Value: 184;
|
|
18808
18861
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18809
18862
|
}
|
|
18810
|
-
export const
|
|
18863
|
+
export const World24: World24;
|
|
18811
18864
|
/**
|
|
18812
|
-
*
|
|
18865
|
+
* **Deprecated:**
|
|
18813
18866
|
*
|
|
18814
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18867
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World25)
|
|
18815
18868
|
*/
|
|
18816
|
-
export interface
|
|
18817
|
-
Name: "
|
|
18818
|
-
Value:
|
|
18869
|
+
export interface World25 extends globalThis.EnumItem {
|
|
18870
|
+
Name: "World25";
|
|
18871
|
+
Value: 185;
|
|
18819
18872
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18820
18873
|
}
|
|
18821
|
-
export const
|
|
18874
|
+
export const World25: World25;
|
|
18822
18875
|
/**
|
|
18823
|
-
*
|
|
18876
|
+
* **Deprecated:**
|
|
18824
18877
|
*
|
|
18825
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18878
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World26)
|
|
18826
18879
|
*/
|
|
18827
|
-
export interface
|
|
18828
|
-
Name: "
|
|
18829
|
-
Value:
|
|
18880
|
+
export interface World26 extends globalThis.EnumItem {
|
|
18881
|
+
Name: "World26";
|
|
18882
|
+
Value: 186;
|
|
18830
18883
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18831
18884
|
}
|
|
18832
|
-
export const
|
|
18885
|
+
export const World26: World26;
|
|
18833
18886
|
/**
|
|
18834
|
-
*
|
|
18887
|
+
* **Deprecated:**
|
|
18835
18888
|
*
|
|
18836
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18889
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World27)
|
|
18837
18890
|
*/
|
|
18838
|
-
export interface
|
|
18839
|
-
Name: "
|
|
18840
|
-
Value:
|
|
18891
|
+
export interface World27 extends globalThis.EnumItem {
|
|
18892
|
+
Name: "World27";
|
|
18893
|
+
Value: 187;
|
|
18841
18894
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18842
18895
|
}
|
|
18843
|
-
export const
|
|
18896
|
+
export const World27: World27;
|
|
18844
18897
|
/**
|
|
18845
|
-
*
|
|
18898
|
+
* **Deprecated:**
|
|
18846
18899
|
*
|
|
18847
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18900
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World28)
|
|
18848
18901
|
*/
|
|
18849
|
-
export interface
|
|
18850
|
-
Name: "
|
|
18851
|
-
Value:
|
|
18902
|
+
export interface World28 extends globalThis.EnumItem {
|
|
18903
|
+
Name: "World28";
|
|
18904
|
+
Value: 188;
|
|
18852
18905
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18853
18906
|
}
|
|
18854
|
-
export const
|
|
18907
|
+
export const World28: World28;
|
|
18855
18908
|
/**
|
|
18856
|
-
*
|
|
18909
|
+
* **Deprecated:**
|
|
18857
18910
|
*
|
|
18858
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18911
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World29)
|
|
18859
18912
|
*/
|
|
18860
|
-
export interface
|
|
18861
|
-
Name: "
|
|
18862
|
-
Value:
|
|
18913
|
+
export interface World29 extends globalThis.EnumItem {
|
|
18914
|
+
Name: "World29";
|
|
18915
|
+
Value: 189;
|
|
18863
18916
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18864
18917
|
}
|
|
18865
|
-
export const
|
|
18918
|
+
export const World29: World29;
|
|
18866
18919
|
/**
|
|
18867
|
-
*
|
|
18920
|
+
* **Deprecated:**
|
|
18868
18921
|
*
|
|
18869
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18922
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World30)
|
|
18870
18923
|
*/
|
|
18871
|
-
export interface
|
|
18872
|
-
Name: "
|
|
18873
|
-
Value:
|
|
18924
|
+
export interface World30 extends globalThis.EnumItem {
|
|
18925
|
+
Name: "World30";
|
|
18926
|
+
Value: 190;
|
|
18874
18927
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18875
18928
|
}
|
|
18876
|
-
export const
|
|
18929
|
+
export const World30: World30;
|
|
18877
18930
|
/**
|
|
18878
|
-
*
|
|
18931
|
+
* **Deprecated:**
|
|
18879
18932
|
*
|
|
18880
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18933
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World31)
|
|
18881
18934
|
*/
|
|
18882
|
-
export interface
|
|
18883
|
-
Name: "
|
|
18884
|
-
Value:
|
|
18935
|
+
export interface World31 extends globalThis.EnumItem {
|
|
18936
|
+
Name: "World31";
|
|
18937
|
+
Value: 191;
|
|
18885
18938
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18886
18939
|
}
|
|
18887
|
-
export const
|
|
18940
|
+
export const World31: World31;
|
|
18888
18941
|
/**
|
|
18889
|
-
*
|
|
18942
|
+
* **Deprecated:**
|
|
18890
18943
|
*
|
|
18891
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18944
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World32)
|
|
18892
18945
|
*/
|
|
18893
|
-
export interface
|
|
18894
|
-
Name: "
|
|
18895
|
-
Value:
|
|
18946
|
+
export interface World32 extends globalThis.EnumItem {
|
|
18947
|
+
Name: "World32";
|
|
18948
|
+
Value: 192;
|
|
18896
18949
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18897
18950
|
}
|
|
18898
|
-
export const
|
|
18951
|
+
export const World32: World32;
|
|
18899
18952
|
/**
|
|
18900
|
-
*
|
|
18953
|
+
* **Deprecated:**
|
|
18901
18954
|
*
|
|
18902
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18955
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World33)
|
|
18903
18956
|
*/
|
|
18904
|
-
export interface
|
|
18905
|
-
Name: "
|
|
18906
|
-
Value:
|
|
18957
|
+
export interface World33 extends globalThis.EnumItem {
|
|
18958
|
+
Name: "World33";
|
|
18959
|
+
Value: 193;
|
|
18907
18960
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18908
18961
|
}
|
|
18909
|
-
export const
|
|
18962
|
+
export const World33: World33;
|
|
18910
18963
|
/**
|
|
18911
|
-
*
|
|
18964
|
+
* **Deprecated:**
|
|
18912
18965
|
*
|
|
18913
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18966
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World34)
|
|
18914
18967
|
*/
|
|
18915
|
-
export interface
|
|
18916
|
-
Name: "
|
|
18917
|
-
Value:
|
|
18968
|
+
export interface World34 extends globalThis.EnumItem {
|
|
18969
|
+
Name: "World34";
|
|
18970
|
+
Value: 194;
|
|
18918
18971
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18919
18972
|
}
|
|
18920
|
-
export const
|
|
18973
|
+
export const World34: World34;
|
|
18921
18974
|
/**
|
|
18922
|
-
*
|
|
18975
|
+
* **Deprecated:**
|
|
18923
18976
|
*
|
|
18924
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18977
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World35)
|
|
18925
18978
|
*/
|
|
18926
|
-
export interface
|
|
18927
|
-
Name: "
|
|
18928
|
-
Value:
|
|
18979
|
+
export interface World35 extends globalThis.EnumItem {
|
|
18980
|
+
Name: "World35";
|
|
18981
|
+
Value: 195;
|
|
18929
18982
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18930
18983
|
}
|
|
18931
|
-
export const
|
|
18984
|
+
export const World35: World35;
|
|
18932
18985
|
/**
|
|
18933
|
-
*
|
|
18986
|
+
* **Deprecated:**
|
|
18934
18987
|
*
|
|
18935
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18988
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World36)
|
|
18936
18989
|
*/
|
|
18937
|
-
export interface
|
|
18938
|
-
Name: "
|
|
18939
|
-
Value:
|
|
18990
|
+
export interface World36 extends globalThis.EnumItem {
|
|
18991
|
+
Name: "World36";
|
|
18992
|
+
Value: 196;
|
|
18940
18993
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18941
18994
|
}
|
|
18942
|
-
export const
|
|
18995
|
+
export const World36: World36;
|
|
18943
18996
|
/**
|
|
18944
|
-
*
|
|
18997
|
+
* **Deprecated:**
|
|
18945
18998
|
*
|
|
18946
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
18999
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World37)
|
|
18947
19000
|
*/
|
|
18948
|
-
export interface
|
|
18949
|
-
Name: "
|
|
18950
|
-
Value:
|
|
19001
|
+
export interface World37 extends globalThis.EnumItem {
|
|
19002
|
+
Name: "World37";
|
|
19003
|
+
Value: 197;
|
|
18951
19004
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18952
19005
|
}
|
|
18953
|
-
export const
|
|
19006
|
+
export const World37: World37;
|
|
18954
19007
|
/**
|
|
18955
|
-
*
|
|
19008
|
+
* **Deprecated:**
|
|
18956
19009
|
*
|
|
18957
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19010
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World38)
|
|
18958
19011
|
*/
|
|
18959
|
-
export interface
|
|
18960
|
-
Name: "
|
|
18961
|
-
Value:
|
|
19012
|
+
export interface World38 extends globalThis.EnumItem {
|
|
19013
|
+
Name: "World38";
|
|
19014
|
+
Value: 198;
|
|
18962
19015
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18963
19016
|
}
|
|
18964
|
-
export const
|
|
19017
|
+
export const World38: World38;
|
|
18965
19018
|
/**
|
|
18966
|
-
*
|
|
19019
|
+
* **Deprecated:**
|
|
18967
19020
|
*
|
|
18968
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19021
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World39)
|
|
18969
19022
|
*/
|
|
18970
|
-
export interface
|
|
18971
|
-
Name: "
|
|
18972
|
-
Value:
|
|
19023
|
+
export interface World39 extends globalThis.EnumItem {
|
|
19024
|
+
Name: "World39";
|
|
19025
|
+
Value: 199;
|
|
18973
19026
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18974
19027
|
}
|
|
18975
|
-
export const
|
|
19028
|
+
export const World39: World39;
|
|
18976
19029
|
/**
|
|
18977
|
-
*
|
|
19030
|
+
* **Deprecated:**
|
|
18978
19031
|
*
|
|
18979
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19032
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World40)
|
|
18980
19033
|
*/
|
|
18981
|
-
export interface
|
|
18982
|
-
Name: "
|
|
18983
|
-
Value:
|
|
19034
|
+
export interface World40 extends globalThis.EnumItem {
|
|
19035
|
+
Name: "World40";
|
|
19036
|
+
Value: 200;
|
|
18984
19037
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18985
19038
|
}
|
|
18986
|
-
export const
|
|
19039
|
+
export const World40: World40;
|
|
18987
19040
|
/**
|
|
18988
|
-
*
|
|
19041
|
+
* **Deprecated:**
|
|
18989
19042
|
*
|
|
18990
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19043
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World41)
|
|
18991
19044
|
*/
|
|
18992
|
-
export interface
|
|
18993
|
-
Name: "
|
|
18994
|
-
Value:
|
|
19045
|
+
export interface World41 extends globalThis.EnumItem {
|
|
19046
|
+
Name: "World41";
|
|
19047
|
+
Value: 201;
|
|
18995
19048
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
18996
19049
|
}
|
|
18997
|
-
export const
|
|
19050
|
+
export const World41: World41;
|
|
18998
19051
|
/**
|
|
18999
|
-
*
|
|
19052
|
+
* **Deprecated:**
|
|
19000
19053
|
*
|
|
19001
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19054
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World42)
|
|
19002
19055
|
*/
|
|
19003
|
-
export interface
|
|
19004
|
-
Name: "
|
|
19005
|
-
Value:
|
|
19056
|
+
export interface World42 extends globalThis.EnumItem {
|
|
19057
|
+
Name: "World42";
|
|
19058
|
+
Value: 202;
|
|
19006
19059
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19007
19060
|
}
|
|
19008
|
-
export const
|
|
19061
|
+
export const World42: World42;
|
|
19009
19062
|
/**
|
|
19010
|
-
*
|
|
19063
|
+
* **Deprecated:**
|
|
19011
19064
|
*
|
|
19012
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19065
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World43)
|
|
19013
19066
|
*/
|
|
19014
|
-
export interface
|
|
19015
|
-
Name: "
|
|
19016
|
-
Value:
|
|
19067
|
+
export interface World43 extends globalThis.EnumItem {
|
|
19068
|
+
Name: "World43";
|
|
19069
|
+
Value: 203;
|
|
19017
19070
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19018
19071
|
}
|
|
19019
|
-
export const
|
|
19072
|
+
export const World43: World43;
|
|
19020
19073
|
/**
|
|
19021
|
-
*
|
|
19074
|
+
* **Deprecated:**
|
|
19022
19075
|
*
|
|
19023
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19076
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World44)
|
|
19024
19077
|
*/
|
|
19025
|
-
export interface
|
|
19026
|
-
Name: "
|
|
19027
|
-
Value:
|
|
19078
|
+
export interface World44 extends globalThis.EnumItem {
|
|
19079
|
+
Name: "World44";
|
|
19080
|
+
Value: 204;
|
|
19028
19081
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19029
19082
|
}
|
|
19030
|
-
export const
|
|
19083
|
+
export const World44: World44;
|
|
19031
19084
|
/**
|
|
19032
|
-
*
|
|
19085
|
+
* **Deprecated:**
|
|
19033
19086
|
*
|
|
19034
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19087
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World45)
|
|
19035
19088
|
*/
|
|
19036
|
-
export interface
|
|
19037
|
-
Name: "
|
|
19038
|
-
Value:
|
|
19089
|
+
export interface World45 extends globalThis.EnumItem {
|
|
19090
|
+
Name: "World45";
|
|
19091
|
+
Value: 205;
|
|
19039
19092
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19040
19093
|
}
|
|
19041
|
-
export const
|
|
19094
|
+
export const World45: World45;
|
|
19042
19095
|
/**
|
|
19043
|
-
*
|
|
19096
|
+
* **Deprecated:**
|
|
19044
19097
|
*
|
|
19045
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19098
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World46)
|
|
19046
19099
|
*/
|
|
19047
|
-
export interface
|
|
19048
|
-
Name: "
|
|
19049
|
-
Value:
|
|
19100
|
+
export interface World46 extends globalThis.EnumItem {
|
|
19101
|
+
Name: "World46";
|
|
19102
|
+
Value: 206;
|
|
19050
19103
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19051
19104
|
}
|
|
19052
|
-
export const
|
|
19105
|
+
export const World46: World46;
|
|
19053
19106
|
/**
|
|
19054
|
-
*
|
|
19107
|
+
* **Deprecated:**
|
|
19055
19108
|
*
|
|
19056
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19109
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World47)
|
|
19057
19110
|
*/
|
|
19058
|
-
export interface
|
|
19059
|
-
Name: "
|
|
19060
|
-
Value:
|
|
19111
|
+
export interface World47 extends globalThis.EnumItem {
|
|
19112
|
+
Name: "World47";
|
|
19113
|
+
Value: 207;
|
|
19061
19114
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19062
19115
|
}
|
|
19063
|
-
export const
|
|
19116
|
+
export const World47: World47;
|
|
19064
19117
|
/**
|
|
19065
|
-
*
|
|
19118
|
+
* **Deprecated:**
|
|
19066
19119
|
*
|
|
19067
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19120
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World48)
|
|
19068
19121
|
*/
|
|
19069
|
-
export interface
|
|
19070
|
-
Name: "
|
|
19071
|
-
Value:
|
|
19122
|
+
export interface World48 extends globalThis.EnumItem {
|
|
19123
|
+
Name: "World48";
|
|
19124
|
+
Value: 208;
|
|
19072
19125
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19073
19126
|
}
|
|
19074
|
-
export const
|
|
19127
|
+
export const World48: World48;
|
|
19075
19128
|
/**
|
|
19076
|
-
*
|
|
19129
|
+
* **Deprecated:**
|
|
19077
19130
|
*
|
|
19078
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19131
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World49)
|
|
19079
19132
|
*/
|
|
19080
|
-
export interface
|
|
19081
|
-
Name: "
|
|
19082
|
-
Value:
|
|
19133
|
+
export interface World49 extends globalThis.EnumItem {
|
|
19134
|
+
Name: "World49";
|
|
19135
|
+
Value: 209;
|
|
19083
19136
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19084
19137
|
}
|
|
19085
|
-
export const
|
|
19138
|
+
export const World49: World49;
|
|
19086
19139
|
/**
|
|
19087
|
-
*
|
|
19140
|
+
* **Deprecated:**
|
|
19088
19141
|
*
|
|
19089
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19142
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World50)
|
|
19090
19143
|
*/
|
|
19091
|
-
export interface
|
|
19092
|
-
Name: "
|
|
19093
|
-
Value:
|
|
19144
|
+
export interface World50 extends globalThis.EnumItem {
|
|
19145
|
+
Name: "World50";
|
|
19146
|
+
Value: 210;
|
|
19094
19147
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19095
19148
|
}
|
|
19096
|
-
export const
|
|
19149
|
+
export const World50: World50;
|
|
19097
19150
|
/**
|
|
19098
|
-
*
|
|
19151
|
+
* **Deprecated:**
|
|
19099
19152
|
*
|
|
19100
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19153
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World51)
|
|
19101
19154
|
*/
|
|
19102
|
-
export interface
|
|
19103
|
-
Name: "
|
|
19104
|
-
Value:
|
|
19155
|
+
export interface World51 extends globalThis.EnumItem {
|
|
19156
|
+
Name: "World51";
|
|
19157
|
+
Value: 211;
|
|
19105
19158
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19106
19159
|
}
|
|
19107
|
-
export const
|
|
19160
|
+
export const World51: World51;
|
|
19108
19161
|
/**
|
|
19109
|
-
*
|
|
19162
|
+
* **Deprecated:**
|
|
19110
19163
|
*
|
|
19111
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19164
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World52)
|
|
19112
19165
|
*/
|
|
19113
|
-
export interface
|
|
19114
|
-
Name: "
|
|
19115
|
-
Value:
|
|
19166
|
+
export interface World52 extends globalThis.EnumItem {
|
|
19167
|
+
Name: "World52";
|
|
19168
|
+
Value: 212;
|
|
19116
19169
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19117
19170
|
}
|
|
19118
|
-
export const
|
|
19171
|
+
export const World52: World52;
|
|
19119
19172
|
/**
|
|
19120
|
-
*
|
|
19173
|
+
* **Deprecated:**
|
|
19121
19174
|
*
|
|
19122
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19175
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World53)
|
|
19123
19176
|
*/
|
|
19124
|
-
export interface
|
|
19125
|
-
Name: "
|
|
19126
|
-
Value:
|
|
19177
|
+
export interface World53 extends globalThis.EnumItem {
|
|
19178
|
+
Name: "World53";
|
|
19179
|
+
Value: 213;
|
|
19127
19180
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19128
19181
|
}
|
|
19129
|
-
export const
|
|
19182
|
+
export const World53: World53;
|
|
19130
19183
|
/**
|
|
19131
|
-
*
|
|
19184
|
+
* **Deprecated:**
|
|
19132
19185
|
*
|
|
19133
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19186
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World54)
|
|
19134
19187
|
*/
|
|
19135
|
-
export interface
|
|
19136
|
-
Name: "
|
|
19137
|
-
Value:
|
|
19188
|
+
export interface World54 extends globalThis.EnumItem {
|
|
19189
|
+
Name: "World54";
|
|
19190
|
+
Value: 214;
|
|
19138
19191
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19139
19192
|
}
|
|
19140
|
-
export const
|
|
19193
|
+
export const World54: World54;
|
|
19141
19194
|
/**
|
|
19142
|
-
*
|
|
19195
|
+
* **Deprecated:**
|
|
19143
19196
|
*
|
|
19144
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19197
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World55)
|
|
19145
19198
|
*/
|
|
19146
|
-
export interface
|
|
19147
|
-
Name: "
|
|
19148
|
-
Value:
|
|
19199
|
+
export interface World55 extends globalThis.EnumItem {
|
|
19200
|
+
Name: "World55";
|
|
19201
|
+
Value: 215;
|
|
19149
19202
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19150
19203
|
}
|
|
19151
|
-
export const
|
|
19204
|
+
export const World55: World55;
|
|
19152
19205
|
/**
|
|
19153
|
-
*
|
|
19206
|
+
* **Deprecated:**
|
|
19154
19207
|
*
|
|
19155
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19208
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World56)
|
|
19156
19209
|
*/
|
|
19157
|
-
export interface
|
|
19158
|
-
Name: "
|
|
19159
|
-
Value:
|
|
19210
|
+
export interface World56 extends globalThis.EnumItem {
|
|
19211
|
+
Name: "World56";
|
|
19212
|
+
Value: 216;
|
|
19160
19213
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19161
19214
|
}
|
|
19162
|
-
export const
|
|
19215
|
+
export const World56: World56;
|
|
19163
19216
|
/**
|
|
19164
|
-
*
|
|
19217
|
+
* **Deprecated:**
|
|
19165
19218
|
*
|
|
19166
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19219
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World57)
|
|
19167
19220
|
*/
|
|
19168
|
-
export interface
|
|
19169
|
-
Name: "
|
|
19170
|
-
Value:
|
|
19221
|
+
export interface World57 extends globalThis.EnumItem {
|
|
19222
|
+
Name: "World57";
|
|
19223
|
+
Value: 217;
|
|
19171
19224
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19172
19225
|
}
|
|
19173
|
-
export const
|
|
19226
|
+
export const World57: World57;
|
|
19174
19227
|
/**
|
|
19175
|
-
*
|
|
19228
|
+
* **Deprecated:**
|
|
19176
19229
|
*
|
|
19177
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19230
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World58)
|
|
19178
19231
|
*/
|
|
19179
|
-
export interface
|
|
19180
|
-
Name: "
|
|
19181
|
-
Value:
|
|
19232
|
+
export interface World58 extends globalThis.EnumItem {
|
|
19233
|
+
Name: "World58";
|
|
19234
|
+
Value: 218;
|
|
19182
19235
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19183
19236
|
}
|
|
19184
|
-
export const
|
|
19237
|
+
export const World58: World58;
|
|
19185
19238
|
/**
|
|
19186
|
-
*
|
|
19239
|
+
* **Deprecated:**
|
|
19187
19240
|
*
|
|
19188
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19241
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World59)
|
|
19189
19242
|
*/
|
|
19190
|
-
export interface
|
|
19191
|
-
Name: "
|
|
19192
|
-
Value:
|
|
19243
|
+
export interface World59 extends globalThis.EnumItem {
|
|
19244
|
+
Name: "World59";
|
|
19245
|
+
Value: 219;
|
|
19193
19246
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19194
19247
|
}
|
|
19195
|
-
export const
|
|
19248
|
+
export const World59: World59;
|
|
19196
19249
|
/**
|
|
19197
|
-
*
|
|
19250
|
+
* **Deprecated:**
|
|
19198
19251
|
*
|
|
19199
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19252
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World60)
|
|
19200
19253
|
*/
|
|
19201
|
-
export interface
|
|
19202
|
-
Name: "
|
|
19203
|
-
Value:
|
|
19254
|
+
export interface World60 extends globalThis.EnumItem {
|
|
19255
|
+
Name: "World60";
|
|
19256
|
+
Value: 220;
|
|
19204
19257
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19205
19258
|
}
|
|
19206
|
-
export const
|
|
19259
|
+
export const World60: World60;
|
|
19207
19260
|
/**
|
|
19208
|
-
*
|
|
19261
|
+
* **Deprecated:**
|
|
19209
19262
|
*
|
|
19210
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19263
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World61)
|
|
19211
19264
|
*/
|
|
19212
|
-
export interface
|
|
19213
|
-
Name: "
|
|
19214
|
-
Value:
|
|
19265
|
+
export interface World61 extends globalThis.EnumItem {
|
|
19266
|
+
Name: "World61";
|
|
19267
|
+
Value: 221;
|
|
19215
19268
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19216
19269
|
}
|
|
19217
|
-
export const
|
|
19270
|
+
export const World61: World61;
|
|
19218
19271
|
/**
|
|
19219
|
-
*
|
|
19272
|
+
* **Deprecated:**
|
|
19220
19273
|
*
|
|
19221
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19274
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World62)
|
|
19222
19275
|
*/
|
|
19223
|
-
export interface
|
|
19224
|
-
Name: "
|
|
19225
|
-
Value:
|
|
19276
|
+
export interface World62 extends globalThis.EnumItem {
|
|
19277
|
+
Name: "World62";
|
|
19278
|
+
Value: 222;
|
|
19226
19279
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19227
19280
|
}
|
|
19228
|
-
export const
|
|
19281
|
+
export const World62: World62;
|
|
19229
19282
|
/**
|
|
19230
|
-
*
|
|
19283
|
+
* **Deprecated:**
|
|
19231
19284
|
*
|
|
19232
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19285
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World63)
|
|
19233
19286
|
*/
|
|
19234
|
-
export interface
|
|
19235
|
-
Name: "
|
|
19236
|
-
Value:
|
|
19287
|
+
export interface World63 extends globalThis.EnumItem {
|
|
19288
|
+
Name: "World63";
|
|
19289
|
+
Value: 223;
|
|
19237
19290
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19238
19291
|
}
|
|
19239
|
-
export const
|
|
19292
|
+
export const World63: World63;
|
|
19240
19293
|
/**
|
|
19241
|
-
*
|
|
19294
|
+
* **Deprecated:**
|
|
19242
19295
|
*
|
|
19243
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19296
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World64)
|
|
19244
19297
|
*/
|
|
19245
|
-
export interface
|
|
19246
|
-
Name: "
|
|
19247
|
-
Value:
|
|
19298
|
+
export interface World64 extends globalThis.EnumItem {
|
|
19299
|
+
Name: "World64";
|
|
19300
|
+
Value: 224;
|
|
19248
19301
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19249
19302
|
}
|
|
19250
|
-
export const
|
|
19303
|
+
export const World64: World64;
|
|
19251
19304
|
/**
|
|
19252
|
-
*
|
|
19305
|
+
* **Deprecated:**
|
|
19253
19306
|
*
|
|
19254
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19307
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World65)
|
|
19255
19308
|
*/
|
|
19256
|
-
export interface
|
|
19257
|
-
Name: "
|
|
19258
|
-
Value:
|
|
19309
|
+
export interface World65 extends globalThis.EnumItem {
|
|
19310
|
+
Name: "World65";
|
|
19311
|
+
Value: 225;
|
|
19259
19312
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19260
19313
|
}
|
|
19261
|
-
export const
|
|
19314
|
+
export const World65: World65;
|
|
19262
19315
|
/**
|
|
19263
|
-
*
|
|
19316
|
+
* **Deprecated:**
|
|
19264
19317
|
*
|
|
19265
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19318
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World66)
|
|
19266
19319
|
*/
|
|
19267
|
-
export interface
|
|
19268
|
-
Name: "
|
|
19269
|
-
Value:
|
|
19320
|
+
export interface World66 extends globalThis.EnumItem {
|
|
19321
|
+
Name: "World66";
|
|
19322
|
+
Value: 226;
|
|
19270
19323
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19271
19324
|
}
|
|
19272
|
-
export const
|
|
19325
|
+
export const World66: World66;
|
|
19273
19326
|
/**
|
|
19274
|
-
*
|
|
19327
|
+
* **Deprecated:**
|
|
19275
19328
|
*
|
|
19276
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19329
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World67)
|
|
19277
19330
|
*/
|
|
19278
|
-
export interface
|
|
19279
|
-
Name: "
|
|
19280
|
-
Value:
|
|
19331
|
+
export interface World67 extends globalThis.EnumItem {
|
|
19332
|
+
Name: "World67";
|
|
19333
|
+
Value: 227;
|
|
19281
19334
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19282
19335
|
}
|
|
19283
|
-
export const
|
|
19336
|
+
export const World67: World67;
|
|
19284
19337
|
/**
|
|
19285
|
-
*
|
|
19338
|
+
* **Deprecated:**
|
|
19286
19339
|
*
|
|
19287
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19340
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World68)
|
|
19288
19341
|
*/
|
|
19289
|
-
export interface
|
|
19290
|
-
Name: "
|
|
19291
|
-
Value:
|
|
19342
|
+
export interface World68 extends globalThis.EnumItem {
|
|
19343
|
+
Name: "World68";
|
|
19344
|
+
Value: 228;
|
|
19292
19345
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19293
19346
|
}
|
|
19294
|
-
export const
|
|
19347
|
+
export const World68: World68;
|
|
19295
19348
|
/**
|
|
19296
|
-
*
|
|
19349
|
+
* **Deprecated:**
|
|
19297
19350
|
*
|
|
19298
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19351
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World69)
|
|
19299
19352
|
*/
|
|
19300
|
-
export interface
|
|
19301
|
-
Name: "
|
|
19302
|
-
Value:
|
|
19353
|
+
export interface World69 extends globalThis.EnumItem {
|
|
19354
|
+
Name: "World69";
|
|
19355
|
+
Value: 229;
|
|
19303
19356
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19304
19357
|
}
|
|
19305
|
-
export const
|
|
19358
|
+
export const World69: World69;
|
|
19306
19359
|
/**
|
|
19307
|
-
*
|
|
19360
|
+
* **Deprecated:**
|
|
19308
19361
|
*
|
|
19309
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19362
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World70)
|
|
19310
19363
|
*/
|
|
19311
|
-
export interface
|
|
19312
|
-
Name: "
|
|
19313
|
-
Value:
|
|
19364
|
+
export interface World70 extends globalThis.EnumItem {
|
|
19365
|
+
Name: "World70";
|
|
19366
|
+
Value: 230;
|
|
19314
19367
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19315
19368
|
}
|
|
19316
|
-
export const
|
|
19369
|
+
export const World70: World70;
|
|
19317
19370
|
/**
|
|
19318
|
-
*
|
|
19371
|
+
* **Deprecated:**
|
|
19319
19372
|
*
|
|
19320
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19373
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World71)
|
|
19321
19374
|
*/
|
|
19322
|
-
export interface
|
|
19323
|
-
Name: "
|
|
19324
|
-
Value:
|
|
19375
|
+
export interface World71 extends globalThis.EnumItem {
|
|
19376
|
+
Name: "World71";
|
|
19377
|
+
Value: 231;
|
|
19325
19378
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19326
19379
|
}
|
|
19327
|
-
export const
|
|
19380
|
+
export const World71: World71;
|
|
19328
19381
|
/**
|
|
19329
|
-
*
|
|
19382
|
+
* **Deprecated:**
|
|
19330
19383
|
*
|
|
19331
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19384
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World72)
|
|
19332
19385
|
*/
|
|
19333
|
-
export interface
|
|
19334
|
-
Name: "
|
|
19335
|
-
Value:
|
|
19386
|
+
export interface World72 extends globalThis.EnumItem {
|
|
19387
|
+
Name: "World72";
|
|
19388
|
+
Value: 232;
|
|
19336
19389
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19337
19390
|
}
|
|
19338
|
-
export const
|
|
19391
|
+
export const World72: World72;
|
|
19339
19392
|
/**
|
|
19340
|
-
*
|
|
19393
|
+
* **Deprecated:**
|
|
19341
19394
|
*
|
|
19342
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19395
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World73)
|
|
19343
19396
|
*/
|
|
19344
|
-
export interface
|
|
19345
|
-
Name: "
|
|
19346
|
-
Value:
|
|
19397
|
+
export interface World73 extends globalThis.EnumItem {
|
|
19398
|
+
Name: "World73";
|
|
19399
|
+
Value: 233;
|
|
19347
19400
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19348
19401
|
}
|
|
19349
|
-
export const
|
|
19402
|
+
export const World73: World73;
|
|
19350
19403
|
/**
|
|
19351
|
-
*
|
|
19404
|
+
* **Deprecated:**
|
|
19352
19405
|
*
|
|
19353
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19406
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World74)
|
|
19354
19407
|
*/
|
|
19355
|
-
export interface
|
|
19356
|
-
Name: "
|
|
19357
|
-
Value:
|
|
19408
|
+
export interface World74 extends globalThis.EnumItem {
|
|
19409
|
+
Name: "World74";
|
|
19410
|
+
Value: 234;
|
|
19358
19411
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19359
19412
|
}
|
|
19360
|
-
export const
|
|
19413
|
+
export const World74: World74;
|
|
19361
19414
|
/**
|
|
19362
|
-
*
|
|
19415
|
+
* **Deprecated:**
|
|
19363
19416
|
*
|
|
19364
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19417
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World75)
|
|
19365
19418
|
*/
|
|
19366
|
-
export interface
|
|
19367
|
-
Name: "
|
|
19368
|
-
Value:
|
|
19419
|
+
export interface World75 extends globalThis.EnumItem {
|
|
19420
|
+
Name: "World75";
|
|
19421
|
+
Value: 235;
|
|
19369
19422
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19370
19423
|
}
|
|
19371
|
-
export const
|
|
19424
|
+
export const World75: World75;
|
|
19372
19425
|
/**
|
|
19373
|
-
*
|
|
19426
|
+
* **Deprecated:**
|
|
19374
19427
|
*
|
|
19375
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19428
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World76)
|
|
19376
19429
|
*/
|
|
19377
|
-
export interface
|
|
19378
|
-
Name: "
|
|
19379
|
-
Value:
|
|
19430
|
+
export interface World76 extends globalThis.EnumItem {
|
|
19431
|
+
Name: "World76";
|
|
19432
|
+
Value: 236;
|
|
19380
19433
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19381
19434
|
}
|
|
19382
|
-
export const
|
|
19435
|
+
export const World76: World76;
|
|
19383
19436
|
/**
|
|
19384
|
-
*
|
|
19437
|
+
* **Deprecated:**
|
|
19385
19438
|
*
|
|
19386
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19439
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World77)
|
|
19387
19440
|
*/
|
|
19388
|
-
export interface
|
|
19389
|
-
Name: "
|
|
19390
|
-
Value:
|
|
19441
|
+
export interface World77 extends globalThis.EnumItem {
|
|
19442
|
+
Name: "World77";
|
|
19443
|
+
Value: 237;
|
|
19391
19444
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19392
19445
|
}
|
|
19393
|
-
export const
|
|
19446
|
+
export const World77: World77;
|
|
19394
19447
|
/**
|
|
19395
|
-
*
|
|
19448
|
+
* **Deprecated:**
|
|
19396
19449
|
*
|
|
19397
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19450
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World78)
|
|
19398
19451
|
*/
|
|
19399
|
-
export interface
|
|
19400
|
-
Name: "
|
|
19401
|
-
Value:
|
|
19452
|
+
export interface World78 extends globalThis.EnumItem {
|
|
19453
|
+
Name: "World78";
|
|
19454
|
+
Value: 238;
|
|
19402
19455
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19403
19456
|
}
|
|
19404
|
-
export const
|
|
19457
|
+
export const World78: World78;
|
|
19405
19458
|
/**
|
|
19406
|
-
*
|
|
19459
|
+
* **Deprecated:**
|
|
19407
19460
|
*
|
|
19408
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19461
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World79)
|
|
19409
19462
|
*/
|
|
19410
|
-
export interface
|
|
19411
|
-
Name: "
|
|
19412
|
-
Value:
|
|
19463
|
+
export interface World79 extends globalThis.EnumItem {
|
|
19464
|
+
Name: "World79";
|
|
19465
|
+
Value: 239;
|
|
19413
19466
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19414
19467
|
}
|
|
19415
|
-
export const
|
|
19468
|
+
export const World79: World79;
|
|
19416
19469
|
/**
|
|
19417
|
-
*
|
|
19470
|
+
* **Deprecated:**
|
|
19418
19471
|
*
|
|
19419
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19472
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World80)
|
|
19420
19473
|
*/
|
|
19421
|
-
export interface
|
|
19422
|
-
Name: "
|
|
19423
|
-
Value:
|
|
19474
|
+
export interface World80 extends globalThis.EnumItem {
|
|
19475
|
+
Name: "World80";
|
|
19476
|
+
Value: 240;
|
|
19424
19477
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19425
19478
|
}
|
|
19426
|
-
export const
|
|
19479
|
+
export const World80: World80;
|
|
19427
19480
|
/**
|
|
19428
|
-
*
|
|
19481
|
+
* **Deprecated:**
|
|
19429
19482
|
*
|
|
19430
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19483
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World81)
|
|
19431
19484
|
*/
|
|
19432
|
-
export interface
|
|
19433
|
-
Name: "
|
|
19434
|
-
Value:
|
|
19485
|
+
export interface World81 extends globalThis.EnumItem {
|
|
19486
|
+
Name: "World81";
|
|
19487
|
+
Value: 241;
|
|
19435
19488
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19436
19489
|
}
|
|
19437
|
-
export const
|
|
19490
|
+
export const World81: World81;
|
|
19438
19491
|
/**
|
|
19439
|
-
*
|
|
19492
|
+
* **Deprecated:**
|
|
19440
19493
|
*
|
|
19441
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19494
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World82)
|
|
19442
19495
|
*/
|
|
19443
|
-
export interface
|
|
19444
|
-
Name: "
|
|
19445
|
-
Value:
|
|
19496
|
+
export interface World82 extends globalThis.EnumItem {
|
|
19497
|
+
Name: "World82";
|
|
19498
|
+
Value: 242;
|
|
19446
19499
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19447
19500
|
}
|
|
19448
|
-
export const
|
|
19501
|
+
export const World82: World82;
|
|
19449
19502
|
/**
|
|
19450
|
-
*
|
|
19503
|
+
* **Deprecated:**
|
|
19451
19504
|
*
|
|
19452
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19505
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World83)
|
|
19453
19506
|
*/
|
|
19454
|
-
export interface
|
|
19455
|
-
Name: "
|
|
19456
|
-
Value:
|
|
19507
|
+
export interface World83 extends globalThis.EnumItem {
|
|
19508
|
+
Name: "World83";
|
|
19509
|
+
Value: 243;
|
|
19457
19510
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19458
19511
|
}
|
|
19459
|
-
export const
|
|
19512
|
+
export const World83: World83;
|
|
19460
19513
|
/**
|
|
19461
|
-
*
|
|
19514
|
+
* **Deprecated:**
|
|
19462
19515
|
*
|
|
19463
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19516
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World84)
|
|
19464
19517
|
*/
|
|
19465
|
-
export interface
|
|
19466
|
-
Name: "
|
|
19467
|
-
Value:
|
|
19518
|
+
export interface World84 extends globalThis.EnumItem {
|
|
19519
|
+
Name: "World84";
|
|
19520
|
+
Value: 244;
|
|
19468
19521
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19469
19522
|
}
|
|
19470
|
-
export const
|
|
19523
|
+
export const World84: World84;
|
|
19471
19524
|
/**
|
|
19472
|
-
*
|
|
19525
|
+
* **Deprecated:**
|
|
19473
19526
|
*
|
|
19474
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19527
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World85)
|
|
19475
19528
|
*/
|
|
19476
|
-
export interface
|
|
19477
|
-
Name: "
|
|
19478
|
-
Value:
|
|
19529
|
+
export interface World85 extends globalThis.EnumItem {
|
|
19530
|
+
Name: "World85";
|
|
19531
|
+
Value: 245;
|
|
19479
19532
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19480
19533
|
}
|
|
19481
|
-
export const
|
|
19534
|
+
export const World85: World85;
|
|
19482
19535
|
/**
|
|
19483
|
-
*
|
|
19536
|
+
* **Deprecated:**
|
|
19484
19537
|
*
|
|
19485
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19538
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World86)
|
|
19486
19539
|
*/
|
|
19487
|
-
export interface
|
|
19488
|
-
Name: "
|
|
19489
|
-
Value:
|
|
19540
|
+
export interface World86 extends globalThis.EnumItem {
|
|
19541
|
+
Name: "World86";
|
|
19542
|
+
Value: 246;
|
|
19490
19543
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19491
19544
|
}
|
|
19492
|
-
export const
|
|
19545
|
+
export const World86: World86;
|
|
19493
19546
|
/**
|
|
19494
|
-
*
|
|
19547
|
+
* **Deprecated:**
|
|
19495
19548
|
*
|
|
19496
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19549
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World87)
|
|
19497
19550
|
*/
|
|
19498
|
-
export interface
|
|
19499
|
-
Name: "
|
|
19500
|
-
Value:
|
|
19551
|
+
export interface World87 extends globalThis.EnumItem {
|
|
19552
|
+
Name: "World87";
|
|
19553
|
+
Value: 247;
|
|
19501
19554
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19502
19555
|
}
|
|
19503
|
-
export const
|
|
19556
|
+
export const World87: World87;
|
|
19504
19557
|
/**
|
|
19505
|
-
*
|
|
19558
|
+
* **Deprecated:**
|
|
19506
19559
|
*
|
|
19507
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19560
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World88)
|
|
19508
19561
|
*/
|
|
19509
|
-
export interface
|
|
19510
|
-
Name: "
|
|
19511
|
-
Value:
|
|
19562
|
+
export interface World88 extends globalThis.EnumItem {
|
|
19563
|
+
Name: "World88";
|
|
19564
|
+
Value: 248;
|
|
19512
19565
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19513
19566
|
}
|
|
19514
|
-
export const
|
|
19567
|
+
export const World88: World88;
|
|
19515
19568
|
/**
|
|
19516
|
-
*
|
|
19569
|
+
* **Deprecated:**
|
|
19517
19570
|
*
|
|
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)
|
|
19571
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World89)
|
|
19546
19572
|
*/
|
|
19547
|
-
export interface
|
|
19548
|
-
Name: "
|
|
19549
|
-
Value:
|
|
19573
|
+
export interface World89 extends globalThis.EnumItem {
|
|
19574
|
+
Name: "World89";
|
|
19575
|
+
Value: 249;
|
|
19550
19576
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19551
19577
|
}
|
|
19552
|
-
export const
|
|
19578
|
+
export const World89: World89;
|
|
19553
19579
|
/**
|
|
19554
|
-
*
|
|
19580
|
+
* **Deprecated:**
|
|
19555
19581
|
*
|
|
19556
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19582
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World90)
|
|
19557
19583
|
*/
|
|
19558
|
-
export interface
|
|
19559
|
-
Name: "
|
|
19560
|
-
Value:
|
|
19584
|
+
export interface World90 extends globalThis.EnumItem {
|
|
19585
|
+
Name: "World90";
|
|
19586
|
+
Value: 250;
|
|
19561
19587
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19562
19588
|
}
|
|
19563
|
-
export const
|
|
19589
|
+
export const World90: World90;
|
|
19564
19590
|
/**
|
|
19565
|
-
*
|
|
19591
|
+
* **Deprecated:**
|
|
19566
19592
|
*
|
|
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)
|
|
19608
|
-
*/
|
|
19609
|
-
export interface MouseDelta extends globalThis.EnumItem {
|
|
19610
|
-
Name: "MouseDelta";
|
|
19611
|
-
Value: 1048;
|
|
19612
|
-
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19613
|
-
}
|
|
19614
|
-
export const MouseDelta: MouseDelta;
|
|
19615
|
-
/**
|
|
19616
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchDelta)
|
|
19593
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World91)
|
|
19617
19594
|
*/
|
|
19618
|
-
export interface
|
|
19619
|
-
Name: "
|
|
19620
|
-
Value:
|
|
19595
|
+
export interface World91 extends globalThis.EnumItem {
|
|
19596
|
+
Name: "World91";
|
|
19597
|
+
Value: 251;
|
|
19621
19598
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19622
19599
|
}
|
|
19623
|
-
export const
|
|
19600
|
+
export const World91: World91;
|
|
19624
19601
|
/**
|
|
19625
|
-
*
|
|
19602
|
+
* **Deprecated:**
|
|
19603
|
+
*
|
|
19604
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World92)
|
|
19626
19605
|
*/
|
|
19627
|
-
export interface
|
|
19628
|
-
Name: "
|
|
19629
|
-
Value:
|
|
19606
|
+
export interface World92 extends globalThis.EnumItem {
|
|
19607
|
+
Name: "World92";
|
|
19608
|
+
Value: 252;
|
|
19630
19609
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19631
19610
|
}
|
|
19632
|
-
export const
|
|
19611
|
+
export const World92: World92;
|
|
19633
19612
|
/**
|
|
19634
19613
|
* **Deprecated:**
|
|
19635
19614
|
*
|
|
19636
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19615
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
19637
19616
|
*/
|
|
19638
|
-
export interface
|
|
19639
|
-
Name: "
|
|
19640
|
-
Value:
|
|
19617
|
+
export interface World93 extends globalThis.EnumItem {
|
|
19618
|
+
Name: "World93";
|
|
19619
|
+
Value: 253;
|
|
19641
19620
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19642
19621
|
}
|
|
19643
|
-
export const
|
|
19622
|
+
export const World93: World93;
|
|
19644
19623
|
/**
|
|
19645
19624
|
* **Deprecated:**
|
|
19646
19625
|
*
|
|
19647
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19626
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
19648
19627
|
*/
|
|
19649
|
-
export interface
|
|
19650
|
-
Name: "
|
|
19651
|
-
Value:
|
|
19628
|
+
export interface World94 extends globalThis.EnumItem {
|
|
19629
|
+
Name: "World94";
|
|
19630
|
+
Value: 254;
|
|
19652
19631
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19653
19632
|
}
|
|
19654
|
-
export const
|
|
19633
|
+
export const World94: World94;
|
|
19655
19634
|
/**
|
|
19656
19635
|
* **Deprecated:**
|
|
19657
19636
|
*
|
|
19658
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19637
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
19659
19638
|
*/
|
|
19660
|
-
export interface
|
|
19661
|
-
Name: "
|
|
19662
|
-
Value:
|
|
19639
|
+
export interface World95 extends globalThis.EnumItem {
|
|
19640
|
+
Name: "World95";
|
|
19641
|
+
Value: 255;
|
|
19663
19642
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19664
19643
|
}
|
|
19665
|
-
export const
|
|
19644
|
+
export const World95: World95;
|
|
19666
19645
|
/**
|
|
19667
|
-
*
|
|
19646
|
+
* The `0` key on the keypad cluster.
|
|
19668
19647
|
*
|
|
19669
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19648
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadZero)
|
|
19670
19649
|
*/
|
|
19671
|
-
export interface
|
|
19672
|
-
Name: "
|
|
19673
|
-
Value:
|
|
19650
|
+
export interface KeypadZero extends globalThis.EnumItem {
|
|
19651
|
+
Name: "KeypadZero";
|
|
19652
|
+
Value: 256;
|
|
19674
19653
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19675
19654
|
}
|
|
19676
|
-
export const
|
|
19655
|
+
export const KeypadZero: KeypadZero;
|
|
19677
19656
|
/**
|
|
19678
|
-
*
|
|
19657
|
+
* The `1` key on the keypad cluster.
|
|
19679
19658
|
*
|
|
19680
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19659
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadOne)
|
|
19681
19660
|
*/
|
|
19682
|
-
export interface
|
|
19683
|
-
Name: "
|
|
19684
|
-
Value:
|
|
19661
|
+
export interface KeypadOne extends globalThis.EnumItem {
|
|
19662
|
+
Name: "KeypadOne";
|
|
19663
|
+
Value: 257;
|
|
19685
19664
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19686
19665
|
}
|
|
19687
|
-
export const
|
|
19666
|
+
export const KeypadOne: KeypadOne;
|
|
19688
19667
|
/**
|
|
19689
|
-
*
|
|
19668
|
+
* The `2` key on the keypad cluster.
|
|
19690
19669
|
*
|
|
19691
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19670
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadTwo)
|
|
19692
19671
|
*/
|
|
19693
|
-
export interface
|
|
19694
|
-
Name: "
|
|
19695
|
-
Value:
|
|
19672
|
+
export interface KeypadTwo extends globalThis.EnumItem {
|
|
19673
|
+
Name: "KeypadTwo";
|
|
19674
|
+
Value: 258;
|
|
19696
19675
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19697
19676
|
}
|
|
19698
|
-
export const
|
|
19677
|
+
export const KeypadTwo: KeypadTwo;
|
|
19699
19678
|
/**
|
|
19700
|
-
*
|
|
19679
|
+
* The `3` key on the keypad cluster.
|
|
19701
19680
|
*
|
|
19702
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19681
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadThree)
|
|
19703
19682
|
*/
|
|
19704
|
-
export interface
|
|
19705
|
-
Name: "
|
|
19706
|
-
Value:
|
|
19683
|
+
export interface KeypadThree extends globalThis.EnumItem {
|
|
19684
|
+
Name: "KeypadThree";
|
|
19685
|
+
Value: 259;
|
|
19707
19686
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19708
19687
|
}
|
|
19709
|
-
export const
|
|
19688
|
+
export const KeypadThree: KeypadThree;
|
|
19710
19689
|
/**
|
|
19711
|
-
*
|
|
19690
|
+
* The `4` key on the keypad cluster.
|
|
19712
19691
|
*
|
|
19713
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19692
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFour)
|
|
19714
19693
|
*/
|
|
19715
|
-
export interface
|
|
19716
|
-
Name: "
|
|
19717
|
-
Value:
|
|
19694
|
+
export interface KeypadFour extends globalThis.EnumItem {
|
|
19695
|
+
Name: "KeypadFour";
|
|
19696
|
+
Value: 260;
|
|
19718
19697
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19719
19698
|
}
|
|
19720
|
-
export const
|
|
19699
|
+
export const KeypadFour: KeypadFour;
|
|
19721
19700
|
/**
|
|
19722
|
-
*
|
|
19701
|
+
* The `5` key on the keypad cluster.
|
|
19723
19702
|
*
|
|
19724
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19703
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFive)
|
|
19725
19704
|
*/
|
|
19726
|
-
export interface
|
|
19727
|
-
Name: "
|
|
19728
|
-
Value:
|
|
19705
|
+
export interface KeypadFive extends globalThis.EnumItem {
|
|
19706
|
+
Name: "KeypadFive";
|
|
19707
|
+
Value: 261;
|
|
19729
19708
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19730
19709
|
}
|
|
19731
|
-
export const
|
|
19710
|
+
export const KeypadFive: KeypadFive;
|
|
19732
19711
|
/**
|
|
19733
|
-
*
|
|
19712
|
+
* The `6` key on the keypad cluster.
|
|
19734
19713
|
*
|
|
19735
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19714
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSix)
|
|
19736
19715
|
*/
|
|
19737
|
-
export interface
|
|
19738
|
-
Name: "
|
|
19739
|
-
Value:
|
|
19716
|
+
export interface KeypadSix extends globalThis.EnumItem {
|
|
19717
|
+
Name: "KeypadSix";
|
|
19718
|
+
Value: 262;
|
|
19740
19719
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19741
19720
|
}
|
|
19742
|
-
export const
|
|
19721
|
+
export const KeypadSix: KeypadSix;
|
|
19743
19722
|
/**
|
|
19744
|
-
*
|
|
19723
|
+
* The `7` key on the keypad cluster.
|
|
19745
19724
|
*
|
|
19746
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19725
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSeven)
|
|
19747
19726
|
*/
|
|
19748
|
-
export interface
|
|
19749
|
-
Name: "
|
|
19750
|
-
Value:
|
|
19727
|
+
export interface KeypadSeven extends globalThis.EnumItem {
|
|
19728
|
+
Name: "KeypadSeven";
|
|
19729
|
+
Value: 263;
|
|
19751
19730
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19752
19731
|
}
|
|
19753
|
-
export const
|
|
19732
|
+
export const KeypadSeven: KeypadSeven;
|
|
19754
19733
|
/**
|
|
19755
|
-
*
|
|
19734
|
+
* The `8` key on the keypad cluster.
|
|
19756
19735
|
*
|
|
19757
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19736
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEight)
|
|
19758
19737
|
*/
|
|
19759
|
-
export interface
|
|
19760
|
-
Name: "
|
|
19761
|
-
Value:
|
|
19738
|
+
export interface KeypadEight extends globalThis.EnumItem {
|
|
19739
|
+
Name: "KeypadEight";
|
|
19740
|
+
Value: 264;
|
|
19762
19741
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19763
19742
|
}
|
|
19764
|
-
export const
|
|
19743
|
+
export const KeypadEight: KeypadEight;
|
|
19765
19744
|
/**
|
|
19766
|
-
*
|
|
19745
|
+
* The `9` key on the keypad cluster.
|
|
19767
19746
|
*
|
|
19768
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19747
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadNine)
|
|
19769
19748
|
*/
|
|
19770
|
-
export interface
|
|
19771
|
-
Name: "
|
|
19772
|
-
Value:
|
|
19749
|
+
export interface KeypadNine extends globalThis.EnumItem {
|
|
19750
|
+
Name: "KeypadNine";
|
|
19751
|
+
Value: 265;
|
|
19773
19752
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19774
19753
|
}
|
|
19775
|
-
export const
|
|
19754
|
+
export const KeypadNine: KeypadNine;
|
|
19776
19755
|
/**
|
|
19777
|
-
*
|
|
19756
|
+
* The `.` key on the keypad cluster.
|
|
19778
19757
|
*
|
|
19779
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19758
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPeriod)
|
|
19780
19759
|
*/
|
|
19781
|
-
export interface
|
|
19782
|
-
Name: "
|
|
19783
|
-
Value:
|
|
19760
|
+
export interface KeypadPeriod extends globalThis.EnumItem {
|
|
19761
|
+
Name: "KeypadPeriod";
|
|
19762
|
+
Value: 266;
|
|
19784
19763
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19785
19764
|
}
|
|
19786
|
-
export const
|
|
19765
|
+
export const KeypadPeriod: KeypadPeriod;
|
|
19787
19766
|
/**
|
|
19788
|
-
*
|
|
19767
|
+
* The `/` key on the keypad cluster.
|
|
19789
19768
|
*
|
|
19790
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19769
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadDivide)
|
|
19791
19770
|
*/
|
|
19792
|
-
export interface
|
|
19793
|
-
Name: "
|
|
19794
|
-
Value:
|
|
19771
|
+
export interface KeypadDivide extends globalThis.EnumItem {
|
|
19772
|
+
Name: "KeypadDivide";
|
|
19773
|
+
Value: 267;
|
|
19795
19774
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19796
19775
|
}
|
|
19797
|
-
export const
|
|
19776
|
+
export const KeypadDivide: KeypadDivide;
|
|
19798
19777
|
/**
|
|
19799
|
-
*
|
|
19778
|
+
* The `*` key on the keypad cluster.
|
|
19800
19779
|
*
|
|
19801
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19780
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMultiply)
|
|
19802
19781
|
*/
|
|
19803
|
-
export interface
|
|
19804
|
-
Name: "
|
|
19805
|
-
Value:
|
|
19782
|
+
export interface KeypadMultiply extends globalThis.EnumItem {
|
|
19783
|
+
Name: "KeypadMultiply";
|
|
19784
|
+
Value: 268;
|
|
19806
19785
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19807
19786
|
}
|
|
19808
|
-
export const
|
|
19787
|
+
export const KeypadMultiply: KeypadMultiply;
|
|
19809
19788
|
/**
|
|
19810
|
-
*
|
|
19789
|
+
* The `-` key on the keypad cluster.
|
|
19811
19790
|
*
|
|
19812
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19791
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMinus)
|
|
19813
19792
|
*/
|
|
19814
|
-
export interface
|
|
19815
|
-
Name: "
|
|
19816
|
-
Value:
|
|
19793
|
+
export interface KeypadMinus extends globalThis.EnumItem {
|
|
19794
|
+
Name: "KeypadMinus";
|
|
19795
|
+
Value: 269;
|
|
19817
19796
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19818
19797
|
}
|
|
19819
|
-
export const
|
|
19798
|
+
export const KeypadMinus: KeypadMinus;
|
|
19820
19799
|
/**
|
|
19821
|
-
*
|
|
19800
|
+
* The `+` key on the keypad cluster.
|
|
19822
19801
|
*
|
|
19823
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19802
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPlus)
|
|
19824
19803
|
*/
|
|
19825
|
-
export interface
|
|
19826
|
-
Name: "
|
|
19827
|
-
Value:
|
|
19804
|
+
export interface KeypadPlus extends globalThis.EnumItem {
|
|
19805
|
+
Name: "KeypadPlus";
|
|
19806
|
+
Value: 270;
|
|
19828
19807
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19829
19808
|
}
|
|
19830
|
-
export const
|
|
19809
|
+
export const KeypadPlus: KeypadPlus;
|
|
19831
19810
|
/**
|
|
19832
|
-
*
|
|
19811
|
+
* The `Enter` key on the keypad cluster.
|
|
19833
19812
|
*
|
|
19834
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19813
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEnter)
|
|
19835
19814
|
*/
|
|
19836
|
-
export interface
|
|
19837
|
-
Name: "
|
|
19838
|
-
Value:
|
|
19815
|
+
export interface KeypadEnter extends globalThis.EnumItem {
|
|
19816
|
+
Name: "KeypadEnter";
|
|
19817
|
+
Value: 271;
|
|
19839
19818
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19840
19819
|
}
|
|
19841
|
-
export const
|
|
19820
|
+
export const KeypadEnter: KeypadEnter;
|
|
19842
19821
|
/**
|
|
19843
|
-
*
|
|
19822
|
+
* The `=` key on the keypad cluster.
|
|
19844
19823
|
*
|
|
19845
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19824
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEquals)
|
|
19846
19825
|
*/
|
|
19847
|
-
export interface
|
|
19848
|
-
Name: "
|
|
19849
|
-
Value:
|
|
19826
|
+
export interface KeypadEquals extends globalThis.EnumItem {
|
|
19827
|
+
Name: "KeypadEquals";
|
|
19828
|
+
Value: 272;
|
|
19850
19829
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19851
19830
|
}
|
|
19852
|
-
export const
|
|
19831
|
+
export const KeypadEquals: KeypadEquals;
|
|
19853
19832
|
/**
|
|
19854
|
-
*
|
|
19833
|
+
* The `↑` arrow key.
|
|
19855
19834
|
*
|
|
19856
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19835
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Up)
|
|
19857
19836
|
*/
|
|
19858
|
-
export interface
|
|
19859
|
-
Name: "
|
|
19860
|
-
Value:
|
|
19837
|
+
export interface Up extends globalThis.EnumItem {
|
|
19838
|
+
Name: "Up";
|
|
19839
|
+
Value: 273;
|
|
19861
19840
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19862
19841
|
}
|
|
19863
|
-
export const
|
|
19842
|
+
export const Up: Up;
|
|
19864
19843
|
/**
|
|
19865
|
-
*
|
|
19844
|
+
* The `↓` arrow key.
|
|
19866
19845
|
*
|
|
19867
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19846
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Down)
|
|
19868
19847
|
*/
|
|
19869
|
-
export interface
|
|
19870
|
-
Name: "
|
|
19871
|
-
Value:
|
|
19848
|
+
export interface Down extends globalThis.EnumItem {
|
|
19849
|
+
Name: "Down";
|
|
19850
|
+
Value: 274;
|
|
19872
19851
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19873
19852
|
}
|
|
19874
|
-
export const
|
|
19853
|
+
export const Down: Down;
|
|
19875
19854
|
/**
|
|
19876
|
-
*
|
|
19855
|
+
* The `→` arrow key.
|
|
19877
19856
|
*
|
|
19878
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19857
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Right)
|
|
19879
19858
|
*/
|
|
19880
|
-
export interface
|
|
19881
|
-
Name: "
|
|
19882
|
-
Value:
|
|
19859
|
+
export interface Right extends globalThis.EnumItem {
|
|
19860
|
+
Name: "Right";
|
|
19861
|
+
Value: 275;
|
|
19883
19862
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19884
19863
|
}
|
|
19885
|
-
export const
|
|
19864
|
+
export const Right: Right;
|
|
19886
19865
|
/**
|
|
19887
|
-
*
|
|
19866
|
+
* The `←` arrow key.
|
|
19888
19867
|
*
|
|
19889
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19868
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Left)
|
|
19890
19869
|
*/
|
|
19891
|
-
export interface
|
|
19892
|
-
Name: "
|
|
19893
|
-
Value:
|
|
19870
|
+
export interface Left extends globalThis.EnumItem {
|
|
19871
|
+
Name: "Left";
|
|
19872
|
+
Value: 276;
|
|
19894
19873
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19895
19874
|
}
|
|
19896
|
-
export const
|
|
19875
|
+
export const Left: Left;
|
|
19897
19876
|
/**
|
|
19898
|
-
*
|
|
19877
|
+
* The `Insert` key.
|
|
19899
19878
|
*
|
|
19900
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19879
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Insert)
|
|
19901
19880
|
*/
|
|
19902
|
-
export interface
|
|
19903
|
-
Name: "
|
|
19904
|
-
Value:
|
|
19881
|
+
export interface Insert extends globalThis.EnumItem {
|
|
19882
|
+
Name: "Insert";
|
|
19883
|
+
Value: 277;
|
|
19905
19884
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19906
19885
|
}
|
|
19907
|
-
export const
|
|
19886
|
+
export const Insert: Insert;
|
|
19908
19887
|
/**
|
|
19909
|
-
*
|
|
19888
|
+
* The `Home` key.
|
|
19910
19889
|
*
|
|
19911
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19890
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Home)
|
|
19912
19891
|
*/
|
|
19913
|
-
export interface
|
|
19914
|
-
Name: "
|
|
19915
|
-
Value:
|
|
19892
|
+
export interface Home extends globalThis.EnumItem {
|
|
19893
|
+
Name: "Home";
|
|
19894
|
+
Value: 278;
|
|
19916
19895
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19917
19896
|
}
|
|
19918
|
-
export const
|
|
19897
|
+
export const Home: Home;
|
|
19919
19898
|
/**
|
|
19920
|
-
*
|
|
19899
|
+
* The `End` key.
|
|
19921
19900
|
*
|
|
19922
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19901
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#End)
|
|
19923
19902
|
*/
|
|
19924
|
-
export interface
|
|
19925
|
-
Name: "
|
|
19926
|
-
Value:
|
|
19903
|
+
export interface End extends globalThis.EnumItem {
|
|
19904
|
+
Name: "End";
|
|
19905
|
+
Value: 279;
|
|
19927
19906
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19928
19907
|
}
|
|
19929
|
-
export const
|
|
19908
|
+
export const End: End;
|
|
19930
19909
|
/**
|
|
19931
|
-
*
|
|
19910
|
+
* The `PgUp` key.
|
|
19932
19911
|
*
|
|
19933
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19912
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageUp)
|
|
19934
19913
|
*/
|
|
19935
|
-
export interface
|
|
19936
|
-
Name: "
|
|
19937
|
-
Value:
|
|
19914
|
+
export interface PageUp extends globalThis.EnumItem {
|
|
19915
|
+
Name: "PageUp";
|
|
19916
|
+
Value: 280;
|
|
19938
19917
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19939
19918
|
}
|
|
19940
|
-
export const
|
|
19919
|
+
export const PageUp: PageUp;
|
|
19941
19920
|
/**
|
|
19942
|
-
*
|
|
19921
|
+
* The `PgDown` key.
|
|
19943
19922
|
*
|
|
19944
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19923
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageDown)
|
|
19945
19924
|
*/
|
|
19946
|
-
export interface
|
|
19947
|
-
Name: "
|
|
19948
|
-
Value:
|
|
19925
|
+
export interface PageDown extends globalThis.EnumItem {
|
|
19926
|
+
Name: "PageDown";
|
|
19927
|
+
Value: 281;
|
|
19949
19928
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19950
19929
|
}
|
|
19951
|
-
export const
|
|
19930
|
+
export const PageDown: PageDown;
|
|
19952
19931
|
/**
|
|
19953
|
-
*
|
|
19932
|
+
* The `F1` key.
|
|
19954
19933
|
*
|
|
19955
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19934
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F1)
|
|
19956
19935
|
*/
|
|
19957
|
-
export interface
|
|
19958
|
-
Name: "
|
|
19959
|
-
Value:
|
|
19936
|
+
export interface F1 extends globalThis.EnumItem {
|
|
19937
|
+
Name: "F1";
|
|
19938
|
+
Value: 282;
|
|
19960
19939
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19961
19940
|
}
|
|
19962
|
-
export const
|
|
19941
|
+
export const F1: F1;
|
|
19963
19942
|
/**
|
|
19964
|
-
*
|
|
19943
|
+
* The `F2` key.
|
|
19965
19944
|
*
|
|
19966
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19945
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F2)
|
|
19967
19946
|
*/
|
|
19968
|
-
export interface
|
|
19969
|
-
Name: "
|
|
19970
|
-
Value:
|
|
19947
|
+
export interface F2 extends globalThis.EnumItem {
|
|
19948
|
+
Name: "F2";
|
|
19949
|
+
Value: 283;
|
|
19971
19950
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19972
19951
|
}
|
|
19973
|
-
export const
|
|
19952
|
+
export const F2: F2;
|
|
19974
19953
|
/**
|
|
19975
|
-
*
|
|
19954
|
+
* The `F3` key.
|
|
19976
19955
|
*
|
|
19977
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19956
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F3)
|
|
19978
19957
|
*/
|
|
19979
|
-
export interface
|
|
19980
|
-
Name: "
|
|
19981
|
-
Value:
|
|
19958
|
+
export interface F3 extends globalThis.EnumItem {
|
|
19959
|
+
Name: "F3";
|
|
19960
|
+
Value: 284;
|
|
19982
19961
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19983
19962
|
}
|
|
19984
|
-
export const
|
|
19963
|
+
export const F3: F3;
|
|
19985
19964
|
/**
|
|
19986
|
-
*
|
|
19965
|
+
* The `F4` key.
|
|
19987
19966
|
*
|
|
19988
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19967
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F4)
|
|
19989
19968
|
*/
|
|
19990
|
-
export interface
|
|
19991
|
-
Name: "
|
|
19992
|
-
Value:
|
|
19969
|
+
export interface F4 extends globalThis.EnumItem {
|
|
19970
|
+
Name: "F4";
|
|
19971
|
+
Value: 285;
|
|
19993
19972
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19994
19973
|
}
|
|
19995
|
-
export const
|
|
19974
|
+
export const F4: F4;
|
|
19996
19975
|
/**
|
|
19997
|
-
*
|
|
19976
|
+
* The `F5` key.
|
|
19998
19977
|
*
|
|
19999
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19978
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F5)
|
|
20000
19979
|
*/
|
|
20001
|
-
export interface
|
|
20002
|
-
Name: "
|
|
20003
|
-
Value:
|
|
19980
|
+
export interface F5 extends globalThis.EnumItem {
|
|
19981
|
+
Name: "F5";
|
|
19982
|
+
Value: 286;
|
|
20004
19983
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20005
19984
|
}
|
|
20006
|
-
export const
|
|
19985
|
+
export const F5: F5;
|
|
20007
19986
|
/**
|
|
20008
|
-
*
|
|
19987
|
+
* The `F6` key.
|
|
20009
19988
|
*
|
|
20010
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19989
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F6)
|
|
20011
19990
|
*/
|
|
20012
|
-
export interface
|
|
20013
|
-
Name: "
|
|
20014
|
-
Value:
|
|
19991
|
+
export interface F6 extends globalThis.EnumItem {
|
|
19992
|
+
Name: "F6";
|
|
19993
|
+
Value: 287;
|
|
20015
19994
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20016
19995
|
}
|
|
20017
|
-
export const
|
|
19996
|
+
export const F6: F6;
|
|
20018
19997
|
/**
|
|
20019
|
-
*
|
|
19998
|
+
* The `F7` key.
|
|
20020
19999
|
*
|
|
20021
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20000
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F7)
|
|
20022
20001
|
*/
|
|
20023
|
-
export interface
|
|
20024
|
-
Name: "
|
|
20025
|
-
Value:
|
|
20002
|
+
export interface F7 extends globalThis.EnumItem {
|
|
20003
|
+
Name: "F7";
|
|
20004
|
+
Value: 288;
|
|
20026
20005
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20027
20006
|
}
|
|
20028
|
-
export const
|
|
20007
|
+
export const F7: F7;
|
|
20029
20008
|
/**
|
|
20030
|
-
*
|
|
20009
|
+
* The `F8` key.
|
|
20031
20010
|
*
|
|
20032
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20011
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F8)
|
|
20033
20012
|
*/
|
|
20034
|
-
export interface
|
|
20035
|
-
Name: "
|
|
20036
|
-
Value:
|
|
20013
|
+
export interface F8 extends globalThis.EnumItem {
|
|
20014
|
+
Name: "F8";
|
|
20015
|
+
Value: 289;
|
|
20037
20016
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20038
20017
|
}
|
|
20039
|
-
export const
|
|
20018
|
+
export const F8: F8;
|
|
20040
20019
|
/**
|
|
20041
|
-
*
|
|
20020
|
+
* The `F9` key.
|
|
20042
20021
|
*
|
|
20043
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20022
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F9)
|
|
20044
20023
|
*/
|
|
20045
|
-
export interface
|
|
20046
|
-
Name: "
|
|
20047
|
-
Value:
|
|
20024
|
+
export interface F9 extends globalThis.EnumItem {
|
|
20025
|
+
Name: "F9";
|
|
20026
|
+
Value: 290;
|
|
20048
20027
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20049
20028
|
}
|
|
20050
|
-
export const
|
|
20029
|
+
export const F9: F9;
|
|
20051
20030
|
/**
|
|
20052
|
-
*
|
|
20031
|
+
* The `F10` key.
|
|
20053
20032
|
*
|
|
20054
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20033
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F10)
|
|
20055
20034
|
*/
|
|
20056
|
-
export interface
|
|
20057
|
-
Name: "
|
|
20058
|
-
Value:
|
|
20035
|
+
export interface F10 extends globalThis.EnumItem {
|
|
20036
|
+
Name: "F10";
|
|
20037
|
+
Value: 291;
|
|
20059
20038
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20060
20039
|
}
|
|
20061
|
-
export const
|
|
20040
|
+
export const F10: F10;
|
|
20062
20041
|
/**
|
|
20063
|
-
*
|
|
20042
|
+
* The `F11` key.
|
|
20064
20043
|
*
|
|
20065
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20044
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F11)
|
|
20066
20045
|
*/
|
|
20067
|
-
export interface
|
|
20068
|
-
Name: "
|
|
20069
|
-
Value:
|
|
20046
|
+
export interface F11 extends globalThis.EnumItem {
|
|
20047
|
+
Name: "F11";
|
|
20048
|
+
Value: 292;
|
|
20070
20049
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20071
20050
|
}
|
|
20072
|
-
export const
|
|
20051
|
+
export const F11: F11;
|
|
20073
20052
|
/**
|
|
20074
|
-
*
|
|
20053
|
+
* The `F12` key.
|
|
20075
20054
|
*
|
|
20076
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20055
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F12)
|
|
20077
20056
|
*/
|
|
20078
|
-
export interface
|
|
20079
|
-
Name: "
|
|
20080
|
-
Value:
|
|
20057
|
+
export interface F12 extends globalThis.EnumItem {
|
|
20058
|
+
Name: "F12";
|
|
20059
|
+
Value: 293;
|
|
20081
20060
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20082
20061
|
}
|
|
20083
|
-
export const
|
|
20062
|
+
export const F12: F12;
|
|
20084
20063
|
/**
|
|
20085
|
-
*
|
|
20064
|
+
* The `F13` key. Only present on certain keyboards.
|
|
20086
20065
|
*
|
|
20087
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20066
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F13)
|
|
20088
20067
|
*/
|
|
20089
|
-
export interface
|
|
20090
|
-
Name: "
|
|
20091
|
-
Value:
|
|
20068
|
+
export interface F13 extends globalThis.EnumItem {
|
|
20069
|
+
Name: "F13";
|
|
20070
|
+
Value: 294;
|
|
20092
20071
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20093
20072
|
}
|
|
20094
|
-
export const
|
|
20073
|
+
export const F13: F13;
|
|
20095
20074
|
/**
|
|
20096
|
-
*
|
|
20075
|
+
* The `F14` key. Only present on certain keyboards.
|
|
20097
20076
|
*
|
|
20098
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20077
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F14)
|
|
20099
20078
|
*/
|
|
20100
|
-
export interface
|
|
20101
|
-
Name: "
|
|
20102
|
-
Value:
|
|
20079
|
+
export interface F14 extends globalThis.EnumItem {
|
|
20080
|
+
Name: "F14";
|
|
20081
|
+
Value: 295;
|
|
20103
20082
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20104
20083
|
}
|
|
20105
|
-
export const
|
|
20084
|
+
export const F14: F14;
|
|
20106
20085
|
/**
|
|
20107
|
-
*
|
|
20086
|
+
* The `F15` key. Only present on certain keyboards.
|
|
20108
20087
|
*
|
|
20109
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20088
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F15)
|
|
20110
20089
|
*/
|
|
20111
|
-
export interface
|
|
20112
|
-
Name: "
|
|
20113
|
-
Value:
|
|
20090
|
+
export interface F15 extends globalThis.EnumItem {
|
|
20091
|
+
Name: "F15";
|
|
20092
|
+
Value: 296;
|
|
20114
20093
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20115
20094
|
}
|
|
20116
|
-
export const
|
|
20095
|
+
export const F15: F15;
|
|
20117
20096
|
/**
|
|
20118
|
-
*
|
|
20097
|
+
* The `Num Lock` key on the keypad cluster.
|
|
20119
20098
|
*
|
|
20120
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20099
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#NumLock)
|
|
20121
20100
|
*/
|
|
20122
|
-
export interface
|
|
20123
|
-
Name: "
|
|
20124
|
-
Value:
|
|
20101
|
+
export interface NumLock extends globalThis.EnumItem {
|
|
20102
|
+
Name: "NumLock";
|
|
20103
|
+
Value: 300;
|
|
20125
20104
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20126
20105
|
}
|
|
20127
|
-
export const
|
|
20106
|
+
export const NumLock: NumLock;
|
|
20128
20107
|
/**
|
|
20129
|
-
*
|
|
20108
|
+
* The `Caps Lock` key.
|
|
20130
20109
|
*
|
|
20131
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20110
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#CapsLock)
|
|
20132
20111
|
*/
|
|
20133
|
-
export interface
|
|
20134
|
-
Name: "
|
|
20135
|
-
Value:
|
|
20112
|
+
export interface CapsLock extends globalThis.EnumItem {
|
|
20113
|
+
Name: "CapsLock";
|
|
20114
|
+
Value: 301;
|
|
20136
20115
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20137
20116
|
}
|
|
20138
|
-
export const
|
|
20117
|
+
export const CapsLock: CapsLock;
|
|
20139
20118
|
/**
|
|
20140
|
-
*
|
|
20119
|
+
* The `Scr Lock` key.
|
|
20141
20120
|
*
|
|
20142
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20121
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ScrollLock)
|
|
20143
20122
|
*/
|
|
20144
|
-
export interface
|
|
20145
|
-
Name: "
|
|
20146
|
-
Value:
|
|
20123
|
+
export interface ScrollLock extends globalThis.EnumItem {
|
|
20124
|
+
Name: "ScrollLock";
|
|
20125
|
+
Value: 302;
|
|
20147
20126
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20148
20127
|
}
|
|
20149
|
-
export const
|
|
20128
|
+
export const ScrollLock: ScrollLock;
|
|
20150
20129
|
/**
|
|
20151
|
-
*
|
|
20130
|
+
* The right side `Shift` key.
|
|
20152
20131
|
*
|
|
20153
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20132
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightShift)
|
|
20154
20133
|
*/
|
|
20155
|
-
export interface
|
|
20156
|
-
Name: "
|
|
20157
|
-
Value:
|
|
20134
|
+
export interface RightShift extends globalThis.EnumItem {
|
|
20135
|
+
Name: "RightShift";
|
|
20136
|
+
Value: 303;
|
|
20158
20137
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20159
20138
|
}
|
|
20160
|
-
export const
|
|
20139
|
+
export const RightShift: RightShift;
|
|
20161
20140
|
/**
|
|
20162
|
-
*
|
|
20141
|
+
* The left side `Shift` key.
|
|
20163
20142
|
*
|
|
20164
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20143
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftShift)
|
|
20165
20144
|
*/
|
|
20166
|
-
export interface
|
|
20167
|
-
Name: "
|
|
20168
|
-
Value:
|
|
20145
|
+
export interface LeftShift extends globalThis.EnumItem {
|
|
20146
|
+
Name: "LeftShift";
|
|
20147
|
+
Value: 304;
|
|
20169
20148
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20170
20149
|
}
|
|
20171
|
-
export const
|
|
20150
|
+
export const LeftShift: LeftShift;
|
|
20172
20151
|
/**
|
|
20173
|
-
*
|
|
20152
|
+
* The right side `Ctrl` key.
|
|
20174
20153
|
*
|
|
20175
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20154
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightControl)
|
|
20176
20155
|
*/
|
|
20177
|
-
export interface
|
|
20178
|
-
Name: "
|
|
20179
|
-
Value:
|
|
20156
|
+
export interface RightControl extends globalThis.EnumItem {
|
|
20157
|
+
Name: "RightControl";
|
|
20158
|
+
Value: 305;
|
|
20180
20159
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20181
20160
|
}
|
|
20182
|
-
export const
|
|
20161
|
+
export const RightControl: RightControl;
|
|
20183
20162
|
/**
|
|
20184
|
-
*
|
|
20163
|
+
* The left side `Ctrl` key.
|
|
20185
20164
|
*
|
|
20186
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20165
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftControl)
|
|
20187
20166
|
*/
|
|
20188
|
-
export interface
|
|
20189
|
-
Name: "
|
|
20190
|
-
Value:
|
|
20167
|
+
export interface LeftControl extends globalThis.EnumItem {
|
|
20168
|
+
Name: "LeftControl";
|
|
20169
|
+
Value: 306;
|
|
20191
20170
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20192
20171
|
}
|
|
20193
|
-
export const
|
|
20172
|
+
export const LeftControl: LeftControl;
|
|
20194
20173
|
/**
|
|
20195
|
-
*
|
|
20174
|
+
* The right side `Alt` key.
|
|
20196
20175
|
*
|
|
20197
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20176
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightAlt)
|
|
20198
20177
|
*/
|
|
20199
|
-
export interface
|
|
20200
|
-
Name: "
|
|
20201
|
-
Value:
|
|
20178
|
+
export interface RightAlt extends globalThis.EnumItem {
|
|
20179
|
+
Name: "RightAlt";
|
|
20180
|
+
Value: 307;
|
|
20202
20181
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20203
20182
|
}
|
|
20204
|
-
export const
|
|
20183
|
+
export const RightAlt: RightAlt;
|
|
20205
20184
|
/**
|
|
20206
|
-
*
|
|
20185
|
+
* The left side `Alt` key.
|
|
20207
20186
|
*
|
|
20208
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20187
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftAlt)
|
|
20209
20188
|
*/
|
|
20210
|
-
export interface
|
|
20211
|
-
Name: "
|
|
20212
|
-
Value:
|
|
20189
|
+
export interface LeftAlt extends globalThis.EnumItem {
|
|
20190
|
+
Name: "LeftAlt";
|
|
20191
|
+
Value: 308;
|
|
20213
20192
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20214
20193
|
}
|
|
20215
|
-
export const
|
|
20194
|
+
export const LeftAlt: LeftAlt;
|
|
20216
20195
|
/**
|
|
20217
|
-
*
|
|
20196
|
+
* The right side `Meta` key.
|
|
20218
20197
|
*
|
|
20219
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20198
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightMeta)
|
|
20220
20199
|
*/
|
|
20221
|
-
export interface
|
|
20222
|
-
Name: "
|
|
20223
|
-
Value:
|
|
20200
|
+
export interface RightMeta extends globalThis.EnumItem {
|
|
20201
|
+
Name: "RightMeta";
|
|
20202
|
+
Value: 309;
|
|
20224
20203
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20225
20204
|
}
|
|
20226
|
-
export const
|
|
20205
|
+
export const RightMeta: RightMeta;
|
|
20227
20206
|
/**
|
|
20228
|
-
*
|
|
20207
|
+
* The left side `Meta` key.
|
|
20229
20208
|
*
|
|
20230
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20209
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftMeta)
|
|
20231
20210
|
*/
|
|
20232
|
-
export interface
|
|
20233
|
-
Name: "
|
|
20234
|
-
Value:
|
|
20211
|
+
export interface LeftMeta extends globalThis.EnumItem {
|
|
20212
|
+
Name: "LeftMeta";
|
|
20213
|
+
Value: 310;
|
|
20235
20214
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20236
20215
|
}
|
|
20237
|
-
export const
|
|
20216
|
+
export const LeftMeta: LeftMeta;
|
|
20238
20217
|
/**
|
|
20239
|
-
*
|
|
20218
|
+
* The left side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20240
20219
|
*
|
|
20241
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20220
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftSuper)
|
|
20242
20221
|
*/
|
|
20243
|
-
export interface
|
|
20244
|
-
Name: "
|
|
20245
|
-
Value:
|
|
20222
|
+
export interface LeftSuper extends globalThis.EnumItem {
|
|
20223
|
+
Name: "LeftSuper";
|
|
20224
|
+
Value: 311;
|
|
20246
20225
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20247
20226
|
}
|
|
20248
|
-
export const
|
|
20227
|
+
export const LeftSuper: LeftSuper;
|
|
20249
20228
|
/**
|
|
20250
|
-
*
|
|
20229
|
+
* The right side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20251
20230
|
*
|
|
20252
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20231
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightSuper)
|
|
20253
20232
|
*/
|
|
20254
|
-
export interface
|
|
20255
|
-
Name: "
|
|
20256
|
-
Value:
|
|
20233
|
+
export interface RightSuper extends globalThis.EnumItem {
|
|
20234
|
+
Name: "RightSuper";
|
|
20235
|
+
Value: 312;
|
|
20257
20236
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20258
20237
|
}
|
|
20259
|
-
export const
|
|
20238
|
+
export const RightSuper: RightSuper;
|
|
20260
20239
|
/**
|
|
20261
|
-
*
|
|
20240
|
+
* Only present on certain keyboards.
|
|
20262
20241
|
*
|
|
20263
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20242
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Mode)
|
|
20264
20243
|
*/
|
|
20265
|
-
export interface
|
|
20266
|
-
Name: "
|
|
20267
|
-
Value:
|
|
20244
|
+
export interface Mode extends globalThis.EnumItem {
|
|
20245
|
+
Name: "Mode";
|
|
20246
|
+
Value: 313;
|
|
20268
20247
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20269
20248
|
}
|
|
20270
|
-
export const
|
|
20249
|
+
export const Mode: Mode;
|
|
20271
20250
|
/**
|
|
20272
|
-
*
|
|
20251
|
+
* Only present on certain keyboards.
|
|
20273
20252
|
*
|
|
20274
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20253
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Compose)
|
|
20275
20254
|
*/
|
|
20276
|
-
export interface
|
|
20277
|
-
Name: "
|
|
20278
|
-
Value:
|
|
20255
|
+
export interface Compose extends globalThis.EnumItem {
|
|
20256
|
+
Name: "Compose";
|
|
20257
|
+
Value: 314;
|
|
20279
20258
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20280
20259
|
}
|
|
20281
|
-
export const
|
|
20260
|
+
export const Compose: Compose;
|
|
20282
20261
|
/**
|
|
20283
|
-
*
|
|
20262
|
+
* Only present on certain keyboards.
|
|
20284
20263
|
*
|
|
20285
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20264
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Help)
|
|
20286
20265
|
*/
|
|
20287
|
-
export interface
|
|
20288
|
-
Name: "
|
|
20289
|
-
Value:
|
|
20266
|
+
export interface Help extends globalThis.EnumItem {
|
|
20267
|
+
Name: "Help";
|
|
20268
|
+
Value: 315;
|
|
20290
20269
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20291
20270
|
}
|
|
20292
|
-
export const
|
|
20271
|
+
export const Help: Help;
|
|
20293
20272
|
/**
|
|
20294
|
-
*
|
|
20273
|
+
* Only present on certain keyboards.
|
|
20295
20274
|
*
|
|
20296
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20275
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Print)
|
|
20297
20276
|
*/
|
|
20298
|
-
export interface
|
|
20299
|
-
Name: "
|
|
20300
|
-
Value:
|
|
20277
|
+
export interface Print extends globalThis.EnumItem {
|
|
20278
|
+
Name: "Print";
|
|
20279
|
+
Value: 316;
|
|
20301
20280
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20302
20281
|
}
|
|
20303
|
-
export const
|
|
20282
|
+
export const Print: Print;
|
|
20304
20283
|
/**
|
|
20305
|
-
*
|
|
20284
|
+
* Only present on certain keyboards.
|
|
20306
20285
|
*
|
|
20307
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20286
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#SysReq)
|
|
20308
20287
|
*/
|
|
20309
|
-
export interface
|
|
20310
|
-
Name: "
|
|
20311
|
-
Value:
|
|
20288
|
+
export interface SysReq extends globalThis.EnumItem {
|
|
20289
|
+
Name: "SysReq";
|
|
20290
|
+
Value: 317;
|
|
20312
20291
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20313
20292
|
}
|
|
20314
|
-
export const
|
|
20293
|
+
export const SysReq: SysReq;
|
|
20315
20294
|
/**
|
|
20316
|
-
*
|
|
20295
|
+
* Only present on certain keyboards.
|
|
20317
20296
|
*
|
|
20318
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20297
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Break)
|
|
20319
20298
|
*/
|
|
20320
|
-
export interface
|
|
20321
|
-
Name: "
|
|
20322
|
-
Value:
|
|
20299
|
+
export interface Break extends globalThis.EnumItem {
|
|
20300
|
+
Name: "Break";
|
|
20301
|
+
Value: 318;
|
|
20323
20302
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20324
20303
|
}
|
|
20325
|
-
export const
|
|
20304
|
+
export const Break: Break;
|
|
20326
20305
|
/**
|
|
20327
|
-
*
|
|
20306
|
+
* The `Menu` key.
|
|
20328
20307
|
*
|
|
20329
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20308
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Menu)
|
|
20330
20309
|
*/
|
|
20331
|
-
export interface
|
|
20332
|
-
Name: "
|
|
20333
|
-
Value:
|
|
20310
|
+
export interface Menu extends globalThis.EnumItem {
|
|
20311
|
+
Name: "Menu";
|
|
20312
|
+
Value: 319;
|
|
20334
20313
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20335
20314
|
}
|
|
20336
|
-
export const
|
|
20315
|
+
export const Menu: Menu;
|
|
20337
20316
|
/**
|
|
20338
|
-
*
|
|
20317
|
+
* Only present on certain keyboards.
|
|
20339
20318
|
*
|
|
20340
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20319
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Power)
|
|
20341
20320
|
*/
|
|
20342
|
-
export interface
|
|
20343
|
-
Name: "
|
|
20344
|
-
Value:
|
|
20321
|
+
export interface Power extends globalThis.EnumItem {
|
|
20322
|
+
Name: "Power";
|
|
20323
|
+
Value: 320;
|
|
20345
20324
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20346
20325
|
}
|
|
20347
|
-
export const
|
|
20326
|
+
export const Power: Power;
|
|
20348
20327
|
/**
|
|
20349
|
-
*
|
|
20328
|
+
* The `€` key. Only present on certain keyboards.
|
|
20350
20329
|
*
|
|
20351
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20330
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Euro)
|
|
20352
20331
|
*/
|
|
20353
|
-
export interface
|
|
20354
|
-
Name: "
|
|
20355
|
-
Value:
|
|
20332
|
+
export interface Euro extends globalThis.EnumItem {
|
|
20333
|
+
Name: "Euro";
|
|
20334
|
+
Value: 321;
|
|
20356
20335
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20357
20336
|
}
|
|
20358
|
-
export const
|
|
20337
|
+
export const Euro: Euro;
|
|
20359
20338
|
/**
|
|
20360
|
-
*
|
|
20339
|
+
* Only present on certain keyboards.
|
|
20361
20340
|
*
|
|
20362
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20341
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Undo)
|
|
20363
20342
|
*/
|
|
20364
|
-
export interface
|
|
20365
|
-
Name: "
|
|
20366
|
-
Value:
|
|
20343
|
+
export interface Undo extends globalThis.EnumItem {
|
|
20344
|
+
Name: "Undo";
|
|
20345
|
+
Value: 322;
|
|
20367
20346
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20368
20347
|
}
|
|
20369
|
-
export const
|
|
20348
|
+
export const Undo: Undo;
|
|
20370
20349
|
/**
|
|
20371
|
-
*
|
|
20350
|
+
* Gamepad `X` button.
|
|
20372
20351
|
*
|
|
20373
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20352
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonX)
|
|
20374
20353
|
*/
|
|
20375
|
-
export interface
|
|
20376
|
-
Name: "
|
|
20377
|
-
Value:
|
|
20354
|
+
export interface ButtonX extends globalThis.EnumItem {
|
|
20355
|
+
Name: "ButtonX";
|
|
20356
|
+
Value: 1000;
|
|
20378
20357
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20379
20358
|
}
|
|
20380
|
-
export const
|
|
20359
|
+
export const ButtonX: ButtonX;
|
|
20381
20360
|
/**
|
|
20382
|
-
*
|
|
20361
|
+
* Gamepad `Y` button.
|
|
20383
20362
|
*
|
|
20384
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20363
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonY)
|
|
20385
20364
|
*/
|
|
20386
|
-
export interface
|
|
20387
|
-
Name: "
|
|
20388
|
-
Value:
|
|
20365
|
+
export interface ButtonY extends globalThis.EnumItem {
|
|
20366
|
+
Name: "ButtonY";
|
|
20367
|
+
Value: 1001;
|
|
20389
20368
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20390
20369
|
}
|
|
20391
|
-
export const
|
|
20370
|
+
export const ButtonY: ButtonY;
|
|
20392
20371
|
/**
|
|
20393
|
-
*
|
|
20372
|
+
* Gamepad `A` button.
|
|
20394
20373
|
*
|
|
20395
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20374
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonA)
|
|
20396
20375
|
*/
|
|
20397
|
-
export interface
|
|
20398
|
-
Name: "
|
|
20399
|
-
Value:
|
|
20376
|
+
export interface ButtonA extends globalThis.EnumItem {
|
|
20377
|
+
Name: "ButtonA";
|
|
20378
|
+
Value: 1002;
|
|
20400
20379
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20401
20380
|
}
|
|
20402
|
-
export const
|
|
20381
|
+
export const ButtonA: ButtonA;
|
|
20403
20382
|
/**
|
|
20404
|
-
*
|
|
20383
|
+
* Gamepad `B` button.
|
|
20405
20384
|
*
|
|
20406
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20385
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonB)
|
|
20407
20386
|
*/
|
|
20408
|
-
export interface
|
|
20409
|
-
Name: "
|
|
20410
|
-
Value:
|
|
20387
|
+
export interface ButtonB extends globalThis.EnumItem {
|
|
20388
|
+
Name: "ButtonB";
|
|
20389
|
+
Value: 1003;
|
|
20411
20390
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20412
20391
|
}
|
|
20413
|
-
export const
|
|
20392
|
+
export const ButtonB: ButtonB;
|
|
20414
20393
|
/**
|
|
20415
|
-
*
|
|
20394
|
+
* Gamepad `R1` button.
|
|
20416
20395
|
*
|
|
20417
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20396
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR1)
|
|
20418
20397
|
*/
|
|
20419
|
-
export interface
|
|
20420
|
-
Name: "
|
|
20421
|
-
Value:
|
|
20398
|
+
export interface ButtonR1 extends globalThis.EnumItem {
|
|
20399
|
+
Name: "ButtonR1";
|
|
20400
|
+
Value: 1004;
|
|
20422
20401
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20423
20402
|
}
|
|
20424
|
-
export const
|
|
20403
|
+
export const ButtonR1: ButtonR1;
|
|
20425
20404
|
/**
|
|
20426
|
-
*
|
|
20405
|
+
* Gamepad `L1` button.
|
|
20427
20406
|
*
|
|
20428
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20407
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL1)
|
|
20429
20408
|
*/
|
|
20430
|
-
export interface
|
|
20431
|
-
Name: "
|
|
20432
|
-
Value:
|
|
20409
|
+
export interface ButtonL1 extends globalThis.EnumItem {
|
|
20410
|
+
Name: "ButtonL1";
|
|
20411
|
+
Value: 1005;
|
|
20433
20412
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20434
20413
|
}
|
|
20435
|
-
export const
|
|
20414
|
+
export const ButtonL1: ButtonL1;
|
|
20436
20415
|
/**
|
|
20437
|
-
*
|
|
20416
|
+
* Gamepad `R2` button.
|
|
20438
20417
|
*
|
|
20439
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20418
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR2)
|
|
20440
20419
|
*/
|
|
20441
|
-
export interface
|
|
20442
|
-
Name: "
|
|
20443
|
-
Value:
|
|
20420
|
+
export interface ButtonR2 extends globalThis.EnumItem {
|
|
20421
|
+
Name: "ButtonR2";
|
|
20422
|
+
Value: 1006;
|
|
20444
20423
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20445
20424
|
}
|
|
20446
|
-
export const
|
|
20425
|
+
export const ButtonR2: ButtonR2;
|
|
20447
20426
|
/**
|
|
20448
|
-
*
|
|
20427
|
+
* Gamepad `L2` button.
|
|
20449
20428
|
*
|
|
20450
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20451
|
-
*/
|
|
20452
|
-
export interface
|
|
20453
|
-
Name: "
|
|
20454
|
-
Value:
|
|
20429
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL2)
|
|
20430
|
+
*/
|
|
20431
|
+
export interface ButtonL2 extends globalThis.EnumItem {
|
|
20432
|
+
Name: "ButtonL2";
|
|
20433
|
+
Value: 1007;
|
|
20455
20434
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20456
20435
|
}
|
|
20457
|
-
export const
|
|
20436
|
+
export const ButtonL2: ButtonL2;
|
|
20458
20437
|
/**
|
|
20459
|
-
*
|
|
20438
|
+
* Gamepad `R3` button.
|
|
20460
20439
|
*
|
|
20461
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20440
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR3)
|
|
20462
20441
|
*/
|
|
20463
|
-
export interface
|
|
20464
|
-
Name: "
|
|
20465
|
-
Value:
|
|
20442
|
+
export interface ButtonR3 extends globalThis.EnumItem {
|
|
20443
|
+
Name: "ButtonR3";
|
|
20444
|
+
Value: 1008;
|
|
20466
20445
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20467
20446
|
}
|
|
20468
|
-
export const
|
|
20447
|
+
export const ButtonR3: ButtonR3;
|
|
20469
20448
|
/**
|
|
20470
|
-
*
|
|
20449
|
+
* Gamepad `L3` button.
|
|
20471
20450
|
*
|
|
20472
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20451
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL3)
|
|
20473
20452
|
*/
|
|
20474
|
-
export interface
|
|
20475
|
-
Name: "
|
|
20476
|
-
Value:
|
|
20453
|
+
export interface ButtonL3 extends globalThis.EnumItem {
|
|
20454
|
+
Name: "ButtonL3";
|
|
20455
|
+
Value: 1009;
|
|
20477
20456
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20478
20457
|
}
|
|
20479
|
-
export const
|
|
20458
|
+
export const ButtonL3: ButtonL3;
|
|
20480
20459
|
/**
|
|
20481
|
-
*
|
|
20460
|
+
* Gamepad `Start` button.
|
|
20482
20461
|
*
|
|
20483
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20462
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonStart)
|
|
20484
20463
|
*/
|
|
20485
|
-
export interface
|
|
20486
|
-
Name: "
|
|
20487
|
-
Value:
|
|
20464
|
+
export interface ButtonStart extends globalThis.EnumItem {
|
|
20465
|
+
Name: "ButtonStart";
|
|
20466
|
+
Value: 1010;
|
|
20488
20467
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20489
20468
|
}
|
|
20490
|
-
export const
|
|
20469
|
+
export const ButtonStart: ButtonStart;
|
|
20491
20470
|
/**
|
|
20492
|
-
*
|
|
20471
|
+
* Gamepad `Select` button.
|
|
20493
20472
|
*
|
|
20494
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20473
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonSelect)
|
|
20495
20474
|
*/
|
|
20496
|
-
export interface
|
|
20497
|
-
Name: "
|
|
20498
|
-
Value:
|
|
20475
|
+
export interface ButtonSelect extends globalThis.EnumItem {
|
|
20476
|
+
Name: "ButtonSelect";
|
|
20477
|
+
Value: 1011;
|
|
20499
20478
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20500
20479
|
}
|
|
20501
|
-
export const
|
|
20480
|
+
export const ButtonSelect: ButtonSelect;
|
|
20502
20481
|
/**
|
|
20503
|
-
*
|
|
20482
|
+
* Left arrow on a gamepad D-pad.
|
|
20504
20483
|
*
|
|
20505
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20484
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadLeft)
|
|
20506
20485
|
*/
|
|
20507
|
-
export interface
|
|
20508
|
-
Name: "
|
|
20509
|
-
Value:
|
|
20486
|
+
export interface DPadLeft extends globalThis.EnumItem {
|
|
20487
|
+
Name: "DPadLeft";
|
|
20488
|
+
Value: 1012;
|
|
20510
20489
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20511
20490
|
}
|
|
20512
|
-
export const
|
|
20491
|
+
export const DPadLeft: DPadLeft;
|
|
20513
20492
|
/**
|
|
20514
|
-
*
|
|
20493
|
+
* Right arrow on a gamepad D-pad.
|
|
20515
20494
|
*
|
|
20516
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20495
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadRight)
|
|
20517
20496
|
*/
|
|
20518
|
-
export interface
|
|
20519
|
-
Name: "
|
|
20520
|
-
Value:
|
|
20497
|
+
export interface DPadRight extends globalThis.EnumItem {
|
|
20498
|
+
Name: "DPadRight";
|
|
20499
|
+
Value: 1013;
|
|
20521
20500
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20522
20501
|
}
|
|
20523
|
-
export const
|
|
20502
|
+
export const DPadRight: DPadRight;
|
|
20524
20503
|
/**
|
|
20525
|
-
*
|
|
20504
|
+
* Up arrow on a gamepad D-pad.
|
|
20526
20505
|
*
|
|
20527
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20506
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadUp)
|
|
20528
20507
|
*/
|
|
20529
|
-
export interface
|
|
20530
|
-
Name: "
|
|
20531
|
-
Value:
|
|
20508
|
+
export interface DPadUp extends globalThis.EnumItem {
|
|
20509
|
+
Name: "DPadUp";
|
|
20510
|
+
Value: 1014;
|
|
20532
20511
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20533
20512
|
}
|
|
20534
|
-
export const
|
|
20513
|
+
export const DPadUp: DPadUp;
|
|
20535
20514
|
/**
|
|
20536
|
-
*
|
|
20515
|
+
* Down arrow on a gamepad D-pad.
|
|
20537
20516
|
*
|
|
20538
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20517
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadDown)
|
|
20539
20518
|
*/
|
|
20540
|
-
export interface
|
|
20541
|
-
Name: "
|
|
20542
|
-
Value:
|
|
20519
|
+
export interface DPadDown extends globalThis.EnumItem {
|
|
20520
|
+
Name: "DPadDown";
|
|
20521
|
+
Value: 1015;
|
|
20543
20522
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20544
20523
|
}
|
|
20545
|
-
export const
|
|
20524
|
+
export const DPadDown: DPadDown;
|
|
20546
20525
|
/**
|
|
20547
|
-
*
|
|
20526
|
+
* Gamepad primary thumbstick.
|
|
20548
20527
|
*
|
|
20549
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20528
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1)
|
|
20550
20529
|
*/
|
|
20551
|
-
export interface
|
|
20552
|
-
Name: "
|
|
20553
|
-
Value:
|
|
20530
|
+
export interface Thumbstick1 extends globalThis.EnumItem {
|
|
20531
|
+
Name: "Thumbstick1";
|
|
20532
|
+
Value: 1016;
|
|
20554
20533
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20555
20534
|
}
|
|
20556
|
-
export const
|
|
20535
|
+
export const Thumbstick1: Thumbstick1;
|
|
20557
20536
|
/**
|
|
20558
|
-
*
|
|
20537
|
+
* Gamepad secondary thumbstick.
|
|
20559
20538
|
*
|
|
20560
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20539
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2)
|
|
20561
20540
|
*/
|
|
20562
|
-
export interface
|
|
20563
|
-
Name: "
|
|
20564
|
-
Value:
|
|
20541
|
+
export interface Thumbstick2 extends globalThis.EnumItem {
|
|
20542
|
+
Name: "Thumbstick2";
|
|
20543
|
+
Value: 1017;
|
|
20565
20544
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20566
20545
|
}
|
|
20567
|
-
export const
|
|
20546
|
+
export const Thumbstick2: Thumbstick2;
|
|
20568
20547
|
/**
|
|
20569
|
-
*
|
|
20548
|
+
* Up vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20570
20549
|
*
|
|
20571
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20550
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Up)
|
|
20572
20551
|
*/
|
|
20573
|
-
export interface
|
|
20574
|
-
Name: "
|
|
20575
|
-
Value:
|
|
20552
|
+
export interface Thumbstick1Up extends globalThis.EnumItem {
|
|
20553
|
+
Name: "Thumbstick1Up";
|
|
20554
|
+
Value: 1018;
|
|
20576
20555
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20577
20556
|
}
|
|
20578
|
-
export const
|
|
20557
|
+
export const Thumbstick1Up: Thumbstick1Up;
|
|
20579
20558
|
/**
|
|
20580
|
-
*
|
|
20559
|
+
* Down vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20581
20560
|
*
|
|
20582
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20561
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Down)
|
|
20583
20562
|
*/
|
|
20584
|
-
export interface
|
|
20585
|
-
Name: "
|
|
20586
|
-
Value:
|
|
20563
|
+
export interface Thumbstick1Down extends globalThis.EnumItem {
|
|
20564
|
+
Name: "Thumbstick1Down";
|
|
20565
|
+
Value: 1019;
|
|
20587
20566
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20588
20567
|
}
|
|
20589
|
-
export const
|
|
20568
|
+
export const Thumbstick1Down: Thumbstick1Down;
|
|
20590
20569
|
/**
|
|
20591
|
-
*
|
|
20570
|
+
* Left vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20592
20571
|
*
|
|
20593
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20572
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Left)
|
|
20594
20573
|
*/
|
|
20595
|
-
export interface
|
|
20596
|
-
Name: "
|
|
20597
|
-
Value:
|
|
20574
|
+
export interface Thumbstick1Left extends globalThis.EnumItem {
|
|
20575
|
+
Name: "Thumbstick1Left";
|
|
20576
|
+
Value: 1020;
|
|
20598
20577
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20599
20578
|
}
|
|
20600
|
-
export const
|
|
20579
|
+
export const Thumbstick1Left: Thumbstick1Left;
|
|
20601
20580
|
/**
|
|
20602
|
-
*
|
|
20581
|
+
* Right vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20603
20582
|
*
|
|
20604
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20583
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Right)
|
|
20605
20584
|
*/
|
|
20606
|
-
export interface
|
|
20607
|
-
Name: "
|
|
20608
|
-
Value:
|
|
20585
|
+
export interface Thumbstick1Right extends globalThis.EnumItem {
|
|
20586
|
+
Name: "Thumbstick1Right";
|
|
20587
|
+
Value: 1021;
|
|
20609
20588
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20610
20589
|
}
|
|
20611
|
-
export const
|
|
20590
|
+
export const Thumbstick1Right: Thumbstick1Right;
|
|
20612
20591
|
/**
|
|
20613
|
-
*
|
|
20592
|
+
* Up vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20614
20593
|
*
|
|
20615
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20594
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Up)
|
|
20616
20595
|
*/
|
|
20617
|
-
export interface
|
|
20618
|
-
Name: "
|
|
20619
|
-
Value:
|
|
20596
|
+
export interface Thumbstick2Up extends globalThis.EnumItem {
|
|
20597
|
+
Name: "Thumbstick2Up";
|
|
20598
|
+
Value: 1022;
|
|
20620
20599
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20621
20600
|
}
|
|
20622
|
-
export const
|
|
20601
|
+
export const Thumbstick2Up: Thumbstick2Up;
|
|
20623
20602
|
/**
|
|
20624
|
-
*
|
|
20603
|
+
* Down vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20625
20604
|
*
|
|
20626
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20605
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Down)
|
|
20627
20606
|
*/
|
|
20628
|
-
export interface
|
|
20629
|
-
Name: "
|
|
20630
|
-
Value:
|
|
20607
|
+
export interface Thumbstick2Down extends globalThis.EnumItem {
|
|
20608
|
+
Name: "Thumbstick2Down";
|
|
20609
|
+
Value: 1023;
|
|
20631
20610
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20632
20611
|
}
|
|
20633
|
-
export const
|
|
20612
|
+
export const Thumbstick2Down: Thumbstick2Down;
|
|
20634
20613
|
/**
|
|
20635
|
-
*
|
|
20614
|
+
* Left vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20636
20615
|
*
|
|
20637
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20616
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Left)
|
|
20638
20617
|
*/
|
|
20639
|
-
export interface
|
|
20640
|
-
Name: "
|
|
20641
|
-
Value:
|
|
20618
|
+
export interface Thumbstick2Left extends globalThis.EnumItem {
|
|
20619
|
+
Name: "Thumbstick2Left";
|
|
20620
|
+
Value: 1024;
|
|
20642
20621
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20643
20622
|
}
|
|
20644
|
-
export const
|
|
20623
|
+
export const Thumbstick2Left: Thumbstick2Left;
|
|
20645
20624
|
/**
|
|
20646
|
-
*
|
|
20625
|
+
* Right vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20647
20626
|
*
|
|
20648
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20627
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Right)
|
|
20649
20628
|
*/
|
|
20650
|
-
export interface
|
|
20651
|
-
Name: "
|
|
20652
|
-
Value:
|
|
20629
|
+
export interface Thumbstick2Right extends globalThis.EnumItem {
|
|
20630
|
+
Name: "Thumbstick2Right";
|
|
20631
|
+
Value: 1025;
|
|
20653
20632
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20654
20633
|
}
|
|
20655
|
-
export const
|
|
20634
|
+
export const Thumbstick2Right: Thumbstick2Right;
|
|
20656
20635
|
/**
|
|
20657
|
-
*
|
|
20658
|
-
*
|
|
20659
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
20636
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseLeftButton)
|
|
20660
20637
|
*/
|
|
20661
|
-
export interface
|
|
20662
|
-
Name: "
|
|
20663
|
-
Value:
|
|
20638
|
+
export interface MouseLeftButton extends globalThis.EnumItem {
|
|
20639
|
+
Name: "MouseLeftButton";
|
|
20640
|
+
Value: 1026;
|
|
20664
20641
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20665
20642
|
}
|
|
20666
|
-
export const
|
|
20643
|
+
export const MouseLeftButton: MouseLeftButton;
|
|
20667
20644
|
/**
|
|
20668
|
-
*
|
|
20669
|
-
*
|
|
20670
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
20645
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseRightButton)
|
|
20671
20646
|
*/
|
|
20672
|
-
export interface
|
|
20673
|
-
Name: "
|
|
20674
|
-
Value:
|
|
20647
|
+
export interface MouseRightButton extends globalThis.EnumItem {
|
|
20648
|
+
Name: "MouseRightButton";
|
|
20649
|
+
Value: 1027;
|
|
20675
20650
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20676
20651
|
}
|
|
20677
|
-
export const
|
|
20652
|
+
export const MouseRightButton: MouseRightButton;
|
|
20678
20653
|
/**
|
|
20679
|
-
*
|
|
20680
|
-
*
|
|
20681
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
20654
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseMiddleButton)
|
|
20682
20655
|
*/
|
|
20683
|
-
export interface
|
|
20684
|
-
Name: "
|
|
20685
|
-
Value:
|
|
20656
|
+
export interface MouseMiddleButton extends globalThis.EnumItem {
|
|
20657
|
+
Name: "MouseMiddleButton";
|
|
20658
|
+
Value: 1028;
|
|
20686
20659
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20687
20660
|
}
|
|
20688
|
-
export const
|
|
20661
|
+
export const MouseMiddleButton: MouseMiddleButton;
|
|
20689
20662
|
/**
|
|
20690
20663
|
* **Deprecated:** This enum is deprecated and flagged for removal.
|
|
20691
20664
|
*
|
|
@@ -20730,11 +20703,91 @@ declare namespace Enum {
|
|
|
20730
20703
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20731
20704
|
}
|
|
20732
20705
|
export const MouseY: MouseY;
|
|
20706
|
+
/**
|
|
20707
|
+
* The position of a mouse in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20708
|
+
*
|
|
20709
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MousePosition)
|
|
20710
|
+
*/
|
|
20711
|
+
export interface MousePosition extends globalThis.EnumItem {
|
|
20712
|
+
Name: "MousePosition";
|
|
20713
|
+
Value: 1033;
|
|
20714
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20715
|
+
}
|
|
20716
|
+
export const MousePosition: MousePosition;
|
|
20717
|
+
/**
|
|
20718
|
+
* The position of a touch in the viewport. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20719
|
+
*
|
|
20720
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchPosition)
|
|
20721
|
+
*/
|
|
20722
|
+
export interface TouchPosition extends globalThis.EnumItem {
|
|
20723
|
+
Name: "TouchPosition";
|
|
20724
|
+
Value: 1034;
|
|
20725
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20726
|
+
}
|
|
20727
|
+
export const TouchPosition: TouchPosition;
|
|
20728
|
+
/**
|
|
20729
|
+
* @deprecated renamed to TouchPosition
|
|
20730
|
+
*/
|
|
20731
|
+
export const Touch: TouchPosition;
|
|
20732
|
+
/**
|
|
20733
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseWheel)
|
|
20734
|
+
*/
|
|
20735
|
+
export interface MouseWheel extends globalThis.EnumItem {
|
|
20736
|
+
Name: "MouseWheel";
|
|
20737
|
+
Value: 1035;
|
|
20738
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20739
|
+
}
|
|
20740
|
+
export const MouseWheel: MouseWheel;
|
|
20741
|
+
/**
|
|
20742
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPan)
|
|
20743
|
+
*/
|
|
20744
|
+
export interface TrackpadPan extends globalThis.EnumItem {
|
|
20745
|
+
Name: "TrackpadPan";
|
|
20746
|
+
Value: 1040;
|
|
20747
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20748
|
+
}
|
|
20749
|
+
export const TrackpadPan: TrackpadPan;
|
|
20750
|
+
/**
|
|
20751
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TrackpadPinch)
|
|
20752
|
+
*/
|
|
20753
|
+
export interface TrackpadPinch extends globalThis.EnumItem {
|
|
20754
|
+
Name: "TrackpadPinch";
|
|
20755
|
+
Value: 1045;
|
|
20756
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20757
|
+
}
|
|
20758
|
+
export const TrackpadPinch: TrackpadPinch;
|
|
20759
|
+
/**
|
|
20760
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#MouseDelta)
|
|
20761
|
+
*/
|
|
20762
|
+
export interface MouseDelta extends globalThis.EnumItem {
|
|
20763
|
+
Name: "MouseDelta";
|
|
20764
|
+
Value: 1048;
|
|
20765
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20766
|
+
}
|
|
20767
|
+
export const MouseDelta: MouseDelta;
|
|
20768
|
+
/**
|
|
20769
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchDelta)
|
|
20770
|
+
*/
|
|
20771
|
+
export interface TouchDelta extends globalThis.EnumItem {
|
|
20772
|
+
Name: "TouchDelta";
|
|
20773
|
+
Value: 1049;
|
|
20774
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20775
|
+
}
|
|
20776
|
+
export const TouchDelta: TouchDelta;
|
|
20777
|
+
/**
|
|
20778
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#TouchPinch)
|
|
20779
|
+
*/
|
|
20780
|
+
export interface TouchPinch extends globalThis.EnumItem {
|
|
20781
|
+
Name: "TouchPinch";
|
|
20782
|
+
Value: 1050;
|
|
20783
|
+
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20784
|
+
}
|
|
20785
|
+
export const TouchPinch: TouchPinch;
|
|
20733
20786
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.KeyCode>;
|
|
20734
20787
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20735
20788
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20736
20789
|
}
|
|
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.
|
|
20790
|
+
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
20791
|
/**
|
|
20739
20792
|
* Describes the interpolation method between two keys.
|
|
20740
20793
|
*
|
|
@@ -21570,10 +21623,14 @@ declare namespace Enum {
|
|
|
21570
21623
|
}
|
|
21571
21624
|
export type LocationType = LocationType.Character | LocationType.Camera | LocationType.ObjectPosition;
|
|
21572
21625
|
/**
|
|
21626
|
+
* The Luau type checking mode for scripts in the experience.
|
|
21627
|
+
*
|
|
21573
21628
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode)
|
|
21574
21629
|
*/
|
|
21575
21630
|
export namespace LuauTypeCheckMode {
|
|
21576
21631
|
/**
|
|
21632
|
+
* Uses the engine-default type checking mode.
|
|
21633
|
+
*
|
|
21577
21634
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Default)
|
|
21578
21635
|
*/
|
|
21579
21636
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -21583,6 +21640,8 @@ declare namespace Enum {
|
|
|
21583
21640
|
}
|
|
21584
21641
|
export const Default: Default;
|
|
21585
21642
|
/**
|
|
21643
|
+
* Scripts are not type-checked.
|
|
21644
|
+
*
|
|
21586
21645
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#NoCheck)
|
|
21587
21646
|
*/
|
|
21588
21647
|
export interface NoCheck extends globalThis.EnumItem {
|
|
@@ -21592,6 +21651,8 @@ declare namespace Enum {
|
|
|
21592
21651
|
}
|
|
21593
21652
|
export const NoCheck: NoCheck;
|
|
21594
21653
|
/**
|
|
21654
|
+
* Scripts are type-checked in nonstrict mode.
|
|
21655
|
+
*
|
|
21595
21656
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Nonstrict)
|
|
21596
21657
|
*/
|
|
21597
21658
|
export interface Nonstrict extends globalThis.EnumItem {
|
|
@@ -21601,6 +21662,8 @@ declare namespace Enum {
|
|
|
21601
21662
|
}
|
|
21602
21663
|
export const Nonstrict: Nonstrict;
|
|
21603
21664
|
/**
|
|
21665
|
+
* Scripts are type-checked in strict mode.
|
|
21666
|
+
*
|
|
21604
21667
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Strict)
|
|
21605
21668
|
*/
|
|
21606
21669
|
export interface Strict extends globalThis.EnumItem {
|
|
@@ -24542,17 +24605,6 @@ declare namespace Enum {
|
|
|
24542
24605
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24543
24606
|
}
|
|
24544
24607
|
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
24608
|
/**
|
|
24557
24609
|
* **Deprecated:**
|
|
24558
24610
|
*
|
|
@@ -24605,11 +24657,22 @@ declare namespace Enum {
|
|
|
24605
24657
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24606
24658
|
}
|
|
24607
24659
|
export const FailFinishNotEmpty: FailFinishNotEmpty;
|
|
24660
|
+
/**
|
|
24661
|
+
* Path doesn't exist.
|
|
24662
|
+
*
|
|
24663
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathStatus#NoPath)
|
|
24664
|
+
*/
|
|
24665
|
+
export interface NoPath extends globalThis.EnumItem {
|
|
24666
|
+
Name: "NoPath";
|
|
24667
|
+
Value: 5;
|
|
24668
|
+
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24669
|
+
}
|
|
24670
|
+
export const NoPath: NoPath;
|
|
24608
24671
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PathStatus>;
|
|
24609
24672
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PathStatus | undefined;
|
|
24610
24673
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PathStatus | undefined;
|
|
24611
24674
|
}
|
|
24612
|
-
export type PathStatus = PathStatus.Success | PathStatus.
|
|
24675
|
+
export type PathStatus = PathStatus.Success | PathStatus.ClosestNoPath | PathStatus.ClosestOutOfRange | PathStatus.FailStartNotEmpty | PathStatus.FailFinishNotEmpty | PathStatus.NoPath;
|
|
24613
24676
|
/**
|
|
24614
24677
|
* Describes the action to take when a `PathWaypoint` is reached.
|
|
24615
24678
|
*
|
|
@@ -24653,10 +24716,14 @@ declare namespace Enum {
|
|
|
24653
24716
|
}
|
|
24654
24717
|
export type PathWaypointAction = PathWaypointAction.Walk | PathWaypointAction.Jump | PathWaypointAction.Custom;
|
|
24655
24718
|
/**
|
|
24719
|
+
* Controls whether `PathfindingService` uses an improved search algorithm.
|
|
24720
|
+
*
|
|
24656
24721
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch)
|
|
24657
24722
|
*/
|
|
24658
24723
|
export namespace PathfindingUseImprovedSearch {
|
|
24659
24724
|
/**
|
|
24725
|
+
* Uses the engine-default pathfinding behavior.
|
|
24726
|
+
*
|
|
24660
24727
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Default)
|
|
24661
24728
|
*/
|
|
24662
24729
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -24666,6 +24733,8 @@ declare namespace Enum {
|
|
|
24666
24733
|
}
|
|
24667
24734
|
export const Default: Default;
|
|
24668
24735
|
/**
|
|
24736
|
+
* Uses the legacy pathfinding search algorithm.
|
|
24737
|
+
*
|
|
24669
24738
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Disabled)
|
|
24670
24739
|
*/
|
|
24671
24740
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -24675,6 +24744,8 @@ declare namespace Enum {
|
|
|
24675
24744
|
}
|
|
24676
24745
|
export const Disabled: Disabled;
|
|
24677
24746
|
/**
|
|
24747
|
+
* Uses the improved pathfinding search algorithm.
|
|
24748
|
+
*
|
|
24678
24749
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Enabled)
|
|
24679
24750
|
*/
|
|
24680
24751
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -25414,10 +25485,14 @@ declare namespace Enum {
|
|
|
25414
25485
|
}
|
|
25415
25486
|
export type PlayerActions = PlayerActions.CharacterForward | PlayerActions.CharacterBackward | PlayerActions.CharacterLeft | PlayerActions.CharacterRight | PlayerActions.CharacterJump;
|
|
25416
25487
|
/**
|
|
25488
|
+
* Controls destruction behavior when a player character is removed.
|
|
25489
|
+
*
|
|
25417
25490
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior)
|
|
25418
25491
|
*/
|
|
25419
25492
|
export namespace PlayerCharacterDestroyBehavior {
|
|
25420
25493
|
/**
|
|
25494
|
+
* Uses the engine-default behavior.
|
|
25495
|
+
*
|
|
25421
25496
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Default)
|
|
25422
25497
|
*/
|
|
25423
25498
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -25427,6 +25502,8 @@ declare namespace Enum {
|
|
|
25427
25502
|
}
|
|
25428
25503
|
export const Default: Default;
|
|
25429
25504
|
/**
|
|
25505
|
+
* Automatic `Destroy()` calls on character replacement and player removal are disabled.
|
|
25506
|
+
*
|
|
25430
25507
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Disabled)
|
|
25431
25508
|
*/
|
|
25432
25509
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -25436,6 +25513,8 @@ declare namespace Enum {
|
|
|
25436
25513
|
}
|
|
25437
25514
|
export const Disabled: Disabled;
|
|
25438
25515
|
/**
|
|
25516
|
+
* The engine automatically calls `Destroy()` on old characters when they are replaced (for example, on respawn) and on `Player` objects when players leave.
|
|
25517
|
+
*
|
|
25439
25518
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Enabled)
|
|
25440
25519
|
*/
|
|
25441
25520
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -26074,10 +26153,14 @@ declare namespace Enum {
|
|
|
26074
26153
|
}
|
|
26075
26154
|
export type PrefetchDownloadStatus = PrefetchDownloadStatus.NotStarted | PrefetchDownloadStatus.InProgress | PrefetchDownloadStatus.Completed | PrefetchDownloadStatus.Failed;
|
|
26076
26155
|
/**
|
|
26156
|
+
* Controls whether the experimental Primal Physics Solver is enabled.
|
|
26157
|
+
*
|
|
26077
26158
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver)
|
|
26078
26159
|
*/
|
|
26079
26160
|
export namespace PrimalPhysicsSolver {
|
|
26080
26161
|
/**
|
|
26162
|
+
* Uses the engine-default physics solver state.
|
|
26163
|
+
*
|
|
26081
26164
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Default)
|
|
26082
26165
|
*/
|
|
26083
26166
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -26087,6 +26170,8 @@ declare namespace Enum {
|
|
|
26087
26170
|
}
|
|
26088
26171
|
export const Default: Default;
|
|
26089
26172
|
/**
|
|
26173
|
+
* The experimental Primal Physics Solver is enabled.
|
|
26174
|
+
*
|
|
26090
26175
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Experimental)
|
|
26091
26176
|
*/
|
|
26092
26177
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -26096,6 +26181,8 @@ declare namespace Enum {
|
|
|
26096
26181
|
}
|
|
26097
26182
|
export const Experimental: Experimental;
|
|
26098
26183
|
/**
|
|
26184
|
+
* The Primal Physics Solver is disabled.
|
|
26185
|
+
*
|
|
26099
26186
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Disabled)
|
|
26100
26187
|
*/
|
|
26101
26188
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27514,10 +27601,95 @@ declare namespace Enum {
|
|
|
27514
27601
|
}
|
|
27515
27602
|
export type RecommendationItemVisibility = RecommendationItemVisibility.Private | RecommendationItemVisibility.Public;
|
|
27516
27603
|
/**
|
|
27604
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType)
|
|
27605
|
+
*/
|
|
27606
|
+
export namespace RecommendationPreferenceTargetType {
|
|
27607
|
+
/**
|
|
27608
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#User)
|
|
27609
|
+
*/
|
|
27610
|
+
export interface User extends globalThis.EnumItem {
|
|
27611
|
+
Name: "User";
|
|
27612
|
+
Value: 0;
|
|
27613
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27614
|
+
}
|
|
27615
|
+
export const User: User;
|
|
27616
|
+
/**
|
|
27617
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#Universe)
|
|
27618
|
+
*/
|
|
27619
|
+
export interface Universe extends globalThis.EnumItem {
|
|
27620
|
+
Name: "Universe";
|
|
27621
|
+
Value: 1;
|
|
27622
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27623
|
+
}
|
|
27624
|
+
export const Universe: Universe;
|
|
27625
|
+
/**
|
|
27626
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#CustomTag)
|
|
27627
|
+
*/
|
|
27628
|
+
export interface CustomTag extends globalThis.EnumItem {
|
|
27629
|
+
Name: "CustomTag";
|
|
27630
|
+
Value: 2;
|
|
27631
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceTargetType;
|
|
27632
|
+
}
|
|
27633
|
+
export const CustomTag: CustomTag;
|
|
27634
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationPreferenceTargetType>;
|
|
27635
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationPreferenceTargetType | undefined;
|
|
27636
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationPreferenceTargetType | undefined;
|
|
27637
|
+
}
|
|
27638
|
+
export type RecommendationPreferenceTargetType = RecommendationPreferenceTargetType.User | RecommendationPreferenceTargetType.Universe | RecommendationPreferenceTargetType.CustomTag;
|
|
27639
|
+
/**
|
|
27640
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType)
|
|
27641
|
+
*/
|
|
27642
|
+
export namespace RecommendationPreferenceType {
|
|
27643
|
+
/**
|
|
27644
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddFollow)
|
|
27645
|
+
*/
|
|
27646
|
+
export interface AddFollow extends globalThis.EnumItem {
|
|
27647
|
+
Name: "AddFollow";
|
|
27648
|
+
Value: 0;
|
|
27649
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27650
|
+
}
|
|
27651
|
+
export const AddFollow: AddFollow;
|
|
27652
|
+
/**
|
|
27653
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveFollow)
|
|
27654
|
+
*/
|
|
27655
|
+
export interface RemoveFollow extends globalThis.EnumItem {
|
|
27656
|
+
Name: "RemoveFollow";
|
|
27657
|
+
Value: 1;
|
|
27658
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27659
|
+
}
|
|
27660
|
+
export const RemoveFollow: RemoveFollow;
|
|
27661
|
+
/**
|
|
27662
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddMute)
|
|
27663
|
+
*/
|
|
27664
|
+
export interface AddMute extends globalThis.EnumItem {
|
|
27665
|
+
Name: "AddMute";
|
|
27666
|
+
Value: 2;
|
|
27667
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27668
|
+
}
|
|
27669
|
+
export const AddMute: AddMute;
|
|
27670
|
+
/**
|
|
27671
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveMute)
|
|
27672
|
+
*/
|
|
27673
|
+
export interface RemoveMute extends globalThis.EnumItem {
|
|
27674
|
+
Name: "RemoveMute";
|
|
27675
|
+
Value: 3;
|
|
27676
|
+
EnumType: typeof globalThis.Enum.RecommendationPreferenceType;
|
|
27677
|
+
}
|
|
27678
|
+
export const RemoveMute: RemoveMute;
|
|
27679
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.RecommendationPreferenceType>;
|
|
27680
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.RecommendationPreferenceType | undefined;
|
|
27681
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.RecommendationPreferenceType | undefined;
|
|
27682
|
+
}
|
|
27683
|
+
export type RecommendationPreferenceType = RecommendationPreferenceType.AddFollow | RecommendationPreferenceType.RemoveFollow | RecommendationPreferenceType.AddMute | RecommendationPreferenceType.RemoveMute;
|
|
27684
|
+
/**
|
|
27685
|
+
* Controls whether the server rejects client attempts to delete player characters.
|
|
27686
|
+
*
|
|
27517
27687
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions)
|
|
27518
27688
|
*/
|
|
27519
27689
|
export namespace RejectCharacterDeletions {
|
|
27520
27690
|
/**
|
|
27691
|
+
* Uses the engine-default behavior (currently equivalent to `Enabled`).
|
|
27692
|
+
*
|
|
27521
27693
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Default)
|
|
27522
27694
|
*/
|
|
27523
27695
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27527,6 +27699,8 @@ declare namespace Enum {
|
|
|
27527
27699
|
}
|
|
27528
27700
|
export const Default: Default;
|
|
27529
27701
|
/**
|
|
27702
|
+
* The server does not reject character deletion requests from clients.
|
|
27703
|
+
*
|
|
27530
27704
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Disabled)
|
|
27531
27705
|
*/
|
|
27532
27706
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27536,6 +27710,8 @@ declare namespace Enum {
|
|
|
27536
27710
|
}
|
|
27537
27711
|
export const Disabled: Disabled;
|
|
27538
27712
|
/**
|
|
27713
|
+
* The server rejects client attempts to delete player characters.
|
|
27714
|
+
*
|
|
27539
27715
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Enabled)
|
|
27540
27716
|
*/
|
|
27541
27717
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27660,10 +27836,14 @@ declare namespace Enum {
|
|
|
27660
27836
|
}
|
|
27661
27837
|
export type RenderPriority = RenderPriority.First | RenderPriority.Input | RenderPriority.Camera | RenderPriority.Character | RenderPriority.Last;
|
|
27662
27838
|
/**
|
|
27839
|
+
* Controls rendering cache optimization behavior.
|
|
27840
|
+
*
|
|
27663
27841
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode)
|
|
27664
27842
|
*/
|
|
27665
27843
|
export namespace RenderingCacheOptimizationMode {
|
|
27666
27844
|
/**
|
|
27845
|
+
* Uses the engine-default rendering cache state.
|
|
27846
|
+
*
|
|
27667
27847
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Default)
|
|
27668
27848
|
*/
|
|
27669
27849
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27673,6 +27853,8 @@ declare namespace Enum {
|
|
|
27673
27853
|
}
|
|
27674
27854
|
export const Default: Default;
|
|
27675
27855
|
/**
|
|
27856
|
+
* Rendering cache optimizations are disabled.
|
|
27857
|
+
*
|
|
27676
27858
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Disabled)
|
|
27677
27859
|
*/
|
|
27678
27860
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27682,6 +27864,8 @@ declare namespace Enum {
|
|
|
27682
27864
|
}
|
|
27683
27865
|
export const Disabled: Disabled;
|
|
27684
27866
|
/**
|
|
27867
|
+
* Rendering cache optimizations are enabled.
|
|
27868
|
+
*
|
|
27685
27869
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Enabled)
|
|
27686
27870
|
*/
|
|
27687
27871
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27723,10 +27907,14 @@ declare namespace Enum {
|
|
|
27723
27907
|
}
|
|
27724
27908
|
export type RenderingTestComparisonMethod = RenderingTestComparisonMethod.psnr | RenderingTestComparisonMethod.diff;
|
|
27725
27909
|
/**
|
|
27910
|
+
* Controls how `Instance:Destroy()` calls are replicated from server to clients.
|
|
27911
|
+
*
|
|
27726
27912
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting)
|
|
27727
27913
|
*/
|
|
27728
27914
|
export namespace ReplicateInstanceDestroySetting {
|
|
27729
27915
|
/**
|
|
27916
|
+
* Uses the engine-default instance destroy replication behavior.
|
|
27917
|
+
*
|
|
27730
27918
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Default)
|
|
27731
27919
|
*/
|
|
27732
27920
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27736,6 +27924,8 @@ declare namespace Enum {
|
|
|
27736
27924
|
}
|
|
27737
27925
|
export const Default: Default;
|
|
27738
27926
|
/**
|
|
27927
|
+
* Uses legacy instance destroy replication behavior.
|
|
27928
|
+
*
|
|
27739
27929
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Disabled)
|
|
27740
27930
|
*/
|
|
27741
27931
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27745,6 +27935,8 @@ declare namespace Enum {
|
|
|
27745
27935
|
}
|
|
27746
27936
|
export const Disabled: Disabled;
|
|
27747
27937
|
/**
|
|
27938
|
+
* Uses improved instance destroy replication behavior.
|
|
27939
|
+
*
|
|
27748
27940
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Enabled)
|
|
27749
27941
|
*/
|
|
27750
27942
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -28888,10 +29080,14 @@ declare namespace Enum {
|
|
|
28888
29080
|
}
|
|
28889
29081
|
export type RollOffMode = RollOffMode.Inverse | RollOffMode.Linear | RollOffMode.LinearSquare | RollOffMode.InverseTapered;
|
|
28890
29082
|
/**
|
|
29083
|
+
* A three-phase rollout state used to opt in or out of engine features.
|
|
29084
|
+
*
|
|
28891
29085
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState)
|
|
28892
29086
|
*/
|
|
28893
29087
|
export namespace RolloutState {
|
|
28894
29088
|
/**
|
|
29089
|
+
* Uses the engine-wide rollout default, which changes as the feature progresses through its rollout phases.
|
|
29090
|
+
*
|
|
28895
29091
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Default)
|
|
28896
29092
|
*/
|
|
28897
29093
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -28901,6 +29097,8 @@ declare namespace Enum {
|
|
|
28901
29097
|
}
|
|
28902
29098
|
export const Default: Default;
|
|
28903
29099
|
/**
|
|
29100
|
+
* Opts out of the feature regardless of the engine-wide rollout phase.
|
|
29101
|
+
*
|
|
28904
29102
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Disabled)
|
|
28905
29103
|
*/
|
|
28906
29104
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -28910,6 +29108,8 @@ declare namespace Enum {
|
|
|
28910
29108
|
}
|
|
28911
29109
|
export const Disabled: Disabled;
|
|
28912
29110
|
/**
|
|
29111
|
+
* Opts in to the feature regardless of the engine-wide rollout phase.
|
|
29112
|
+
*
|
|
28913
29113
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Enabled)
|
|
28914
29114
|
*/
|
|
28915
29115
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -29303,10 +29503,14 @@ declare namespace Enum {
|
|
|
29303
29503
|
}
|
|
29304
29504
|
export type SalesTypeFilter = SalesTypeFilter.All | SalesTypeFilter.Collectibles | SalesTypeFilter.Premium | SalesTypeFilter.TimedOptions;
|
|
29305
29505
|
/**
|
|
29506
|
+
* Controls whether sandboxed instance mode (script capabilities) is enabled.
|
|
29507
|
+
*
|
|
29306
29508
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode)
|
|
29307
29509
|
*/
|
|
29308
29510
|
export namespace SandboxedInstanceMode {
|
|
29309
29511
|
/**
|
|
29512
|
+
* Uses the engine-default sandboxed instance state.
|
|
29513
|
+
*
|
|
29310
29514
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Default)
|
|
29311
29515
|
*/
|
|
29312
29516
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -29316,6 +29520,8 @@ declare namespace Enum {
|
|
|
29316
29520
|
}
|
|
29317
29521
|
export const Default: Default;
|
|
29318
29522
|
/**
|
|
29523
|
+
* Sandboxed instance mode is enabled.
|
|
29524
|
+
*
|
|
29319
29525
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Experimental)
|
|
29320
29526
|
*/
|
|
29321
29527
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -29978,6 +30184,17 @@ declare namespace Enum {
|
|
|
29978
30184
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29979
30185
|
}
|
|
29980
30186
|
export const AccessOutsideWrite: AccessOutsideWrite;
|
|
30187
|
+
/**
|
|
30188
|
+
* **Deprecated:**
|
|
30189
|
+
*
|
|
30190
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetRequire)
|
|
30191
|
+
*/
|
|
30192
|
+
export interface AssetRequire extends globalThis.EnumItem {
|
|
30193
|
+
Name: "AssetRequire";
|
|
30194
|
+
Value: 3;
|
|
30195
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30196
|
+
}
|
|
30197
|
+
export const AssetRequire: AssetRequire;
|
|
29981
30198
|
/**
|
|
29982
30199
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#LoadString)
|
|
29983
30200
|
*/
|
|
@@ -30086,6 +30303,17 @@ declare namespace Enum {
|
|
|
30086
30303
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30087
30304
|
}
|
|
30088
30305
|
export const Animation: Animation;
|
|
30306
|
+
/**
|
|
30307
|
+
* **Deprecated:**
|
|
30308
|
+
*
|
|
30309
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Avatar)
|
|
30310
|
+
*/
|
|
30311
|
+
export interface Avatar extends globalThis.EnumItem {
|
|
30312
|
+
Name: "Avatar";
|
|
30313
|
+
Value: 16;
|
|
30314
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30315
|
+
}
|
|
30316
|
+
export const Avatar: Avatar;
|
|
30089
30317
|
/**
|
|
30090
30318
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Input)
|
|
30091
30319
|
*/
|
|
@@ -30410,33 +30638,11 @@ declare namespace Enum {
|
|
|
30410
30638
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30411
30639
|
}
|
|
30412
30640
|
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
30641
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SecurityCapability>;
|
|
30436
30642
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SecurityCapability | undefined;
|
|
30437
30643
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SecurityCapability | undefined;
|
|
30438
30644
|
}
|
|
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
|
|
30645
|
+
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
30646
|
/**
|
|
30441
30647
|
* Customization options for gamepad selection when `GuiBase2d.SelectionGroup` is true.
|
|
30442
30648
|
*
|
|
@@ -30594,12 +30800,21 @@ declare namespace Enum {
|
|
|
30594
30800
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30595
30801
|
}
|
|
30596
30802
|
export const Ladder: Ladder;
|
|
30803
|
+
/**
|
|
30804
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicFloor)
|
|
30805
|
+
*/
|
|
30806
|
+
export interface ClassicFloor extends globalThis.EnumItem {
|
|
30807
|
+
Name: "ClassicFloor";
|
|
30808
|
+
Value: 2;
|
|
30809
|
+
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30810
|
+
}
|
|
30811
|
+
export const ClassicFloor: ClassicFloor;
|
|
30597
30812
|
/**
|
|
30598
30813
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicLadder)
|
|
30599
30814
|
*/
|
|
30600
30815
|
export interface ClassicLadder extends globalThis.EnumItem {
|
|
30601
30816
|
Name: "ClassicLadder";
|
|
30602
|
-
Value:
|
|
30817
|
+
Value: 3;
|
|
30603
30818
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30604
30819
|
}
|
|
30605
30820
|
export const ClassicLadder: ClassicLadder;
|
|
@@ -30607,7 +30822,7 @@ declare namespace Enum {
|
|
|
30607
30822
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SensorMode | undefined;
|
|
30608
30823
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SensorMode | undefined;
|
|
30609
30824
|
}
|
|
30610
|
-
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicLadder;
|
|
30825
|
+
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicFloor | SensorMode.ClassicLadder;
|
|
30611
30826
|
/**
|
|
30612
30827
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorUpdateType)
|
|
30613
30828
|
*/
|
|
@@ -34243,6 +34458,17 @@ declare namespace Enum {
|
|
|
34243
34458
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology)
|
|
34244
34459
|
*/
|
|
34245
34460
|
export namespace Technology {
|
|
34461
|
+
/**
|
|
34462
|
+
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34463
|
+
*
|
|
34464
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology#Legacy)
|
|
34465
|
+
*/
|
|
34466
|
+
export interface Legacy extends globalThis.EnumItem {
|
|
34467
|
+
Name: "Legacy";
|
|
34468
|
+
Value: 0;
|
|
34469
|
+
EnumType: typeof globalThis.Enum.Technology;
|
|
34470
|
+
}
|
|
34471
|
+
export const Legacy: Legacy;
|
|
34246
34472
|
/**
|
|
34247
34473
|
* Uses a 4×4×4 voxel map for light and shadow calculation.
|
|
34248
34474
|
*
|
|
@@ -34287,17 +34513,6 @@ declare namespace Enum {
|
|
|
34287
34513
|
EnumType: typeof globalThis.Enum.Technology;
|
|
34288
34514
|
}
|
|
34289
34515
|
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
34516
|
/**
|
|
34302
34517
|
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34303
34518
|
*
|
|
@@ -34313,7 +34528,7 @@ declare namespace Enum {
|
|
|
34313
34528
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.Technology | undefined;
|
|
34314
34529
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.Technology | undefined;
|
|
34315
34530
|
}
|
|
34316
|
-
export type Technology = Technology.
|
|
34531
|
+
export type Technology = Technology.Legacy | Technology.Voxel | Technology.Compatibility | Technology.ShadowMap | Technology.Future | Technology.Unified;
|
|
34317
34532
|
/**
|
|
34318
34533
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend)
|
|
34319
34534
|
*/
|
|
@@ -39648,11 +39863,20 @@ declare namespace Enum {
|
|
|
39648
39863
|
EnumType: typeof globalThis.Enum.WrapLayerDebugMode;
|
|
39649
39864
|
}
|
|
39650
39865
|
export const PreWrapDeformerOuterCage: PreWrapDeformerOuterCage;
|
|
39866
|
+
/**
|
|
39867
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/WrapLayerDebugMode#SkinningTransfer)
|
|
39868
|
+
*/
|
|
39869
|
+
export interface SkinningTransfer extends globalThis.EnumItem {
|
|
39870
|
+
Name: "SkinningTransfer";
|
|
39871
|
+
Value: 15;
|
|
39872
|
+
EnumType: typeof globalThis.Enum.WrapLayerDebugMode;
|
|
39873
|
+
}
|
|
39874
|
+
export const SkinningTransfer: SkinningTransfer;
|
|
39651
39875
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WrapLayerDebugMode>;
|
|
39652
39876
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39653
39877
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39654
39878
|
}
|
|
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;
|
|
39879
|
+
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
39880
|
/**
|
|
39657
39881
|
* The Studio-only property for quickly visualizing and debugging meshes with only outer cages.
|
|
39658
39882
|
*
|