@rbxts/types 1.0.917 → 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 +254 -15
- package/include/generated/PluginSecurity.d.ts +166 -44
- package/include/generated/enums.d.ts +1590 -1347
- 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,2140 +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)
|
|
19593
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World91)
|
|
19599
19594
|
*/
|
|
19600
|
-
export interface
|
|
19601
|
-
Name: "
|
|
19602
|
-
Value:
|
|
19595
|
+
export interface World91 extends globalThis.EnumItem {
|
|
19596
|
+
Name: "World91";
|
|
19597
|
+
Value: 251;
|
|
19603
19598
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19604
19599
|
}
|
|
19605
|
-
export const
|
|
19600
|
+
export const World91: World91;
|
|
19606
19601
|
/**
|
|
19607
|
-
*
|
|
19602
|
+
* **Deprecated:**
|
|
19603
|
+
*
|
|
19604
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World92)
|
|
19608
19605
|
*/
|
|
19609
|
-
export interface
|
|
19610
|
-
Name: "
|
|
19611
|
-
Value:
|
|
19606
|
+
export interface World92 extends globalThis.EnumItem {
|
|
19607
|
+
Name: "World92";
|
|
19608
|
+
Value: 252;
|
|
19612
19609
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19613
19610
|
}
|
|
19614
|
-
export const
|
|
19611
|
+
export const World92: World92;
|
|
19615
19612
|
/**
|
|
19616
19613
|
* **Deprecated:**
|
|
19617
19614
|
*
|
|
19618
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19615
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World93)
|
|
19619
19616
|
*/
|
|
19620
|
-
export interface
|
|
19621
|
-
Name: "
|
|
19622
|
-
Value:
|
|
19617
|
+
export interface World93 extends globalThis.EnumItem {
|
|
19618
|
+
Name: "World93";
|
|
19619
|
+
Value: 253;
|
|
19623
19620
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19624
19621
|
}
|
|
19625
|
-
export const
|
|
19622
|
+
export const World93: World93;
|
|
19626
19623
|
/**
|
|
19627
19624
|
* **Deprecated:**
|
|
19628
19625
|
*
|
|
19629
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19626
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World94)
|
|
19630
19627
|
*/
|
|
19631
|
-
export interface
|
|
19632
|
-
Name: "
|
|
19633
|
-
Value:
|
|
19628
|
+
export interface World94 extends globalThis.EnumItem {
|
|
19629
|
+
Name: "World94";
|
|
19630
|
+
Value: 254;
|
|
19634
19631
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19635
19632
|
}
|
|
19636
|
-
export const
|
|
19633
|
+
export const World94: World94;
|
|
19637
19634
|
/**
|
|
19638
19635
|
* **Deprecated:**
|
|
19639
19636
|
*
|
|
19640
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19637
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#World95)
|
|
19641
19638
|
*/
|
|
19642
|
-
export interface
|
|
19643
|
-
Name: "
|
|
19644
|
-
Value:
|
|
19639
|
+
export interface World95 extends globalThis.EnumItem {
|
|
19640
|
+
Name: "World95";
|
|
19641
|
+
Value: 255;
|
|
19645
19642
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19646
19643
|
}
|
|
19647
|
-
export const
|
|
19644
|
+
export const World95: World95;
|
|
19648
19645
|
/**
|
|
19649
|
-
*
|
|
19646
|
+
* The `0` key on the keypad cluster.
|
|
19650
19647
|
*
|
|
19651
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19648
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadZero)
|
|
19652
19649
|
*/
|
|
19653
|
-
export interface
|
|
19654
|
-
Name: "
|
|
19655
|
-
Value:
|
|
19650
|
+
export interface KeypadZero extends globalThis.EnumItem {
|
|
19651
|
+
Name: "KeypadZero";
|
|
19652
|
+
Value: 256;
|
|
19656
19653
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19657
19654
|
}
|
|
19658
|
-
export const
|
|
19655
|
+
export const KeypadZero: KeypadZero;
|
|
19659
19656
|
/**
|
|
19660
|
-
*
|
|
19657
|
+
* The `1` key on the keypad cluster.
|
|
19661
19658
|
*
|
|
19662
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19659
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadOne)
|
|
19663
19660
|
*/
|
|
19664
|
-
export interface
|
|
19665
|
-
Name: "
|
|
19666
|
-
Value:
|
|
19661
|
+
export interface KeypadOne extends globalThis.EnumItem {
|
|
19662
|
+
Name: "KeypadOne";
|
|
19663
|
+
Value: 257;
|
|
19667
19664
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19668
19665
|
}
|
|
19669
|
-
export const
|
|
19666
|
+
export const KeypadOne: KeypadOne;
|
|
19670
19667
|
/**
|
|
19671
|
-
*
|
|
19668
|
+
* The `2` key on the keypad cluster.
|
|
19672
19669
|
*
|
|
19673
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19670
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadTwo)
|
|
19674
19671
|
*/
|
|
19675
|
-
export interface
|
|
19676
|
-
Name: "
|
|
19677
|
-
Value:
|
|
19672
|
+
export interface KeypadTwo extends globalThis.EnumItem {
|
|
19673
|
+
Name: "KeypadTwo";
|
|
19674
|
+
Value: 258;
|
|
19678
19675
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19679
19676
|
}
|
|
19680
|
-
export const
|
|
19677
|
+
export const KeypadTwo: KeypadTwo;
|
|
19681
19678
|
/**
|
|
19682
|
-
*
|
|
19679
|
+
* The `3` key on the keypad cluster.
|
|
19683
19680
|
*
|
|
19684
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19681
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadThree)
|
|
19685
19682
|
*/
|
|
19686
|
-
export interface
|
|
19687
|
-
Name: "
|
|
19688
|
-
Value:
|
|
19683
|
+
export interface KeypadThree extends globalThis.EnumItem {
|
|
19684
|
+
Name: "KeypadThree";
|
|
19685
|
+
Value: 259;
|
|
19689
19686
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19690
19687
|
}
|
|
19691
|
-
export const
|
|
19688
|
+
export const KeypadThree: KeypadThree;
|
|
19692
19689
|
/**
|
|
19693
|
-
*
|
|
19690
|
+
* The `4` key on the keypad cluster.
|
|
19694
19691
|
*
|
|
19695
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19692
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFour)
|
|
19696
19693
|
*/
|
|
19697
|
-
export interface
|
|
19698
|
-
Name: "
|
|
19699
|
-
Value:
|
|
19694
|
+
export interface KeypadFour extends globalThis.EnumItem {
|
|
19695
|
+
Name: "KeypadFour";
|
|
19696
|
+
Value: 260;
|
|
19700
19697
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19701
19698
|
}
|
|
19702
|
-
export const
|
|
19699
|
+
export const KeypadFour: KeypadFour;
|
|
19703
19700
|
/**
|
|
19704
|
-
*
|
|
19701
|
+
* The `5` key on the keypad cluster.
|
|
19705
19702
|
*
|
|
19706
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19703
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadFive)
|
|
19707
19704
|
*/
|
|
19708
|
-
export interface
|
|
19709
|
-
Name: "
|
|
19710
|
-
Value:
|
|
19705
|
+
export interface KeypadFive extends globalThis.EnumItem {
|
|
19706
|
+
Name: "KeypadFive";
|
|
19707
|
+
Value: 261;
|
|
19711
19708
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19712
19709
|
}
|
|
19713
|
-
export const
|
|
19710
|
+
export const KeypadFive: KeypadFive;
|
|
19714
19711
|
/**
|
|
19715
|
-
*
|
|
19712
|
+
* The `6` key on the keypad cluster.
|
|
19716
19713
|
*
|
|
19717
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19714
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSix)
|
|
19718
19715
|
*/
|
|
19719
|
-
export interface
|
|
19720
|
-
Name: "
|
|
19721
|
-
Value:
|
|
19716
|
+
export interface KeypadSix extends globalThis.EnumItem {
|
|
19717
|
+
Name: "KeypadSix";
|
|
19718
|
+
Value: 262;
|
|
19722
19719
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19723
19720
|
}
|
|
19724
|
-
export const
|
|
19721
|
+
export const KeypadSix: KeypadSix;
|
|
19725
19722
|
/**
|
|
19726
|
-
*
|
|
19723
|
+
* The `7` key on the keypad cluster.
|
|
19727
19724
|
*
|
|
19728
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19725
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadSeven)
|
|
19729
19726
|
*/
|
|
19730
|
-
export interface
|
|
19731
|
-
Name: "
|
|
19732
|
-
Value:
|
|
19727
|
+
export interface KeypadSeven extends globalThis.EnumItem {
|
|
19728
|
+
Name: "KeypadSeven";
|
|
19729
|
+
Value: 263;
|
|
19733
19730
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19734
19731
|
}
|
|
19735
|
-
export const
|
|
19732
|
+
export const KeypadSeven: KeypadSeven;
|
|
19736
19733
|
/**
|
|
19737
|
-
*
|
|
19734
|
+
* The `8` key on the keypad cluster.
|
|
19738
19735
|
*
|
|
19739
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19736
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEight)
|
|
19740
19737
|
*/
|
|
19741
|
-
export interface
|
|
19742
|
-
Name: "
|
|
19743
|
-
Value:
|
|
19738
|
+
export interface KeypadEight extends globalThis.EnumItem {
|
|
19739
|
+
Name: "KeypadEight";
|
|
19740
|
+
Value: 264;
|
|
19744
19741
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19745
19742
|
}
|
|
19746
|
-
export const
|
|
19743
|
+
export const KeypadEight: KeypadEight;
|
|
19747
19744
|
/**
|
|
19748
|
-
*
|
|
19745
|
+
* The `9` key on the keypad cluster.
|
|
19749
19746
|
*
|
|
19750
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19747
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadNine)
|
|
19751
19748
|
*/
|
|
19752
|
-
export interface
|
|
19753
|
-
Name: "
|
|
19754
|
-
Value:
|
|
19749
|
+
export interface KeypadNine extends globalThis.EnumItem {
|
|
19750
|
+
Name: "KeypadNine";
|
|
19751
|
+
Value: 265;
|
|
19755
19752
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19756
19753
|
}
|
|
19757
|
-
export const
|
|
19754
|
+
export const KeypadNine: KeypadNine;
|
|
19758
19755
|
/**
|
|
19759
|
-
*
|
|
19756
|
+
* The `.` key on the keypad cluster.
|
|
19760
19757
|
*
|
|
19761
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19758
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPeriod)
|
|
19762
19759
|
*/
|
|
19763
|
-
export interface
|
|
19764
|
-
Name: "
|
|
19765
|
-
Value:
|
|
19760
|
+
export interface KeypadPeriod extends globalThis.EnumItem {
|
|
19761
|
+
Name: "KeypadPeriod";
|
|
19762
|
+
Value: 266;
|
|
19766
19763
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19767
19764
|
}
|
|
19768
|
-
export const
|
|
19765
|
+
export const KeypadPeriod: KeypadPeriod;
|
|
19769
19766
|
/**
|
|
19770
|
-
*
|
|
19767
|
+
* The `/` key on the keypad cluster.
|
|
19771
19768
|
*
|
|
19772
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19769
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadDivide)
|
|
19773
19770
|
*/
|
|
19774
|
-
export interface
|
|
19775
|
-
Name: "
|
|
19776
|
-
Value:
|
|
19771
|
+
export interface KeypadDivide extends globalThis.EnumItem {
|
|
19772
|
+
Name: "KeypadDivide";
|
|
19773
|
+
Value: 267;
|
|
19777
19774
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19778
19775
|
}
|
|
19779
|
-
export const
|
|
19776
|
+
export const KeypadDivide: KeypadDivide;
|
|
19780
19777
|
/**
|
|
19781
|
-
*
|
|
19778
|
+
* The `*` key on the keypad cluster.
|
|
19782
19779
|
*
|
|
19783
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19780
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMultiply)
|
|
19784
19781
|
*/
|
|
19785
|
-
export interface
|
|
19786
|
-
Name: "
|
|
19787
|
-
Value:
|
|
19782
|
+
export interface KeypadMultiply extends globalThis.EnumItem {
|
|
19783
|
+
Name: "KeypadMultiply";
|
|
19784
|
+
Value: 268;
|
|
19788
19785
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19789
19786
|
}
|
|
19790
|
-
export const
|
|
19787
|
+
export const KeypadMultiply: KeypadMultiply;
|
|
19791
19788
|
/**
|
|
19792
|
-
*
|
|
19789
|
+
* The `-` key on the keypad cluster.
|
|
19793
19790
|
*
|
|
19794
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19791
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadMinus)
|
|
19795
19792
|
*/
|
|
19796
|
-
export interface
|
|
19797
|
-
Name: "
|
|
19798
|
-
Value:
|
|
19793
|
+
export interface KeypadMinus extends globalThis.EnumItem {
|
|
19794
|
+
Name: "KeypadMinus";
|
|
19795
|
+
Value: 269;
|
|
19799
19796
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19800
19797
|
}
|
|
19801
|
-
export const
|
|
19798
|
+
export const KeypadMinus: KeypadMinus;
|
|
19802
19799
|
/**
|
|
19803
|
-
*
|
|
19800
|
+
* The `+` key on the keypad cluster.
|
|
19804
19801
|
*
|
|
19805
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19802
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadPlus)
|
|
19806
19803
|
*/
|
|
19807
|
-
export interface
|
|
19808
|
-
Name: "
|
|
19809
|
-
Value:
|
|
19804
|
+
export interface KeypadPlus extends globalThis.EnumItem {
|
|
19805
|
+
Name: "KeypadPlus";
|
|
19806
|
+
Value: 270;
|
|
19810
19807
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19811
19808
|
}
|
|
19812
|
-
export const
|
|
19809
|
+
export const KeypadPlus: KeypadPlus;
|
|
19813
19810
|
/**
|
|
19814
|
-
*
|
|
19811
|
+
* The `Enter` key on the keypad cluster.
|
|
19815
19812
|
*
|
|
19816
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19813
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEnter)
|
|
19817
19814
|
*/
|
|
19818
|
-
export interface
|
|
19819
|
-
Name: "
|
|
19820
|
-
Value:
|
|
19815
|
+
export interface KeypadEnter extends globalThis.EnumItem {
|
|
19816
|
+
Name: "KeypadEnter";
|
|
19817
|
+
Value: 271;
|
|
19821
19818
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19822
19819
|
}
|
|
19823
|
-
export const
|
|
19820
|
+
export const KeypadEnter: KeypadEnter;
|
|
19824
19821
|
/**
|
|
19825
|
-
*
|
|
19822
|
+
* The `=` key on the keypad cluster.
|
|
19826
19823
|
*
|
|
19827
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19824
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#KeypadEquals)
|
|
19828
19825
|
*/
|
|
19829
|
-
export interface
|
|
19830
|
-
Name: "
|
|
19831
|
-
Value:
|
|
19826
|
+
export interface KeypadEquals extends globalThis.EnumItem {
|
|
19827
|
+
Name: "KeypadEquals";
|
|
19828
|
+
Value: 272;
|
|
19832
19829
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19833
19830
|
}
|
|
19834
|
-
export const
|
|
19831
|
+
export const KeypadEquals: KeypadEquals;
|
|
19835
19832
|
/**
|
|
19836
|
-
*
|
|
19833
|
+
* The `↑` arrow key.
|
|
19837
19834
|
*
|
|
19838
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19835
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Up)
|
|
19839
19836
|
*/
|
|
19840
|
-
export interface
|
|
19841
|
-
Name: "
|
|
19842
|
-
Value:
|
|
19837
|
+
export interface Up extends globalThis.EnumItem {
|
|
19838
|
+
Name: "Up";
|
|
19839
|
+
Value: 273;
|
|
19843
19840
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19844
19841
|
}
|
|
19845
|
-
export const
|
|
19842
|
+
export const Up: Up;
|
|
19846
19843
|
/**
|
|
19847
|
-
*
|
|
19844
|
+
* The `↓` arrow key.
|
|
19848
19845
|
*
|
|
19849
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19846
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Down)
|
|
19850
19847
|
*/
|
|
19851
|
-
export interface
|
|
19852
|
-
Name: "
|
|
19853
|
-
Value:
|
|
19848
|
+
export interface Down extends globalThis.EnumItem {
|
|
19849
|
+
Name: "Down";
|
|
19850
|
+
Value: 274;
|
|
19854
19851
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19855
19852
|
}
|
|
19856
|
-
export const
|
|
19853
|
+
export const Down: Down;
|
|
19857
19854
|
/**
|
|
19858
|
-
*
|
|
19855
|
+
* The `→` arrow key.
|
|
19859
19856
|
*
|
|
19860
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19857
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Right)
|
|
19861
19858
|
*/
|
|
19862
|
-
export interface
|
|
19863
|
-
Name: "
|
|
19864
|
-
Value:
|
|
19859
|
+
export interface Right extends globalThis.EnumItem {
|
|
19860
|
+
Name: "Right";
|
|
19861
|
+
Value: 275;
|
|
19865
19862
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19866
19863
|
}
|
|
19867
|
-
export const
|
|
19864
|
+
export const Right: Right;
|
|
19868
19865
|
/**
|
|
19869
|
-
*
|
|
19866
|
+
* The `←` arrow key.
|
|
19870
19867
|
*
|
|
19871
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19868
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Left)
|
|
19872
19869
|
*/
|
|
19873
|
-
export interface
|
|
19874
|
-
Name: "
|
|
19875
|
-
Value:
|
|
19870
|
+
export interface Left extends globalThis.EnumItem {
|
|
19871
|
+
Name: "Left";
|
|
19872
|
+
Value: 276;
|
|
19876
19873
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19877
19874
|
}
|
|
19878
|
-
export const
|
|
19875
|
+
export const Left: Left;
|
|
19879
19876
|
/**
|
|
19880
|
-
*
|
|
19877
|
+
* The `Insert` key.
|
|
19881
19878
|
*
|
|
19882
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19879
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Insert)
|
|
19883
19880
|
*/
|
|
19884
|
-
export interface
|
|
19885
|
-
Name: "
|
|
19886
|
-
Value:
|
|
19881
|
+
export interface Insert extends globalThis.EnumItem {
|
|
19882
|
+
Name: "Insert";
|
|
19883
|
+
Value: 277;
|
|
19887
19884
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19888
19885
|
}
|
|
19889
|
-
export const
|
|
19886
|
+
export const Insert: Insert;
|
|
19890
19887
|
/**
|
|
19891
|
-
*
|
|
19888
|
+
* The `Home` key.
|
|
19892
19889
|
*
|
|
19893
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19890
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Home)
|
|
19894
19891
|
*/
|
|
19895
|
-
export interface
|
|
19896
|
-
Name: "
|
|
19897
|
-
Value:
|
|
19892
|
+
export interface Home extends globalThis.EnumItem {
|
|
19893
|
+
Name: "Home";
|
|
19894
|
+
Value: 278;
|
|
19898
19895
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19899
19896
|
}
|
|
19900
|
-
export const
|
|
19897
|
+
export const Home: Home;
|
|
19901
19898
|
/**
|
|
19902
|
-
*
|
|
19899
|
+
* The `End` key.
|
|
19903
19900
|
*
|
|
19904
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19901
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#End)
|
|
19905
19902
|
*/
|
|
19906
|
-
export interface
|
|
19907
|
-
Name: "
|
|
19908
|
-
Value:
|
|
19903
|
+
export interface End extends globalThis.EnumItem {
|
|
19904
|
+
Name: "End";
|
|
19905
|
+
Value: 279;
|
|
19909
19906
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19910
19907
|
}
|
|
19911
|
-
export const
|
|
19908
|
+
export const End: End;
|
|
19912
19909
|
/**
|
|
19913
|
-
*
|
|
19910
|
+
* The `PgUp` key.
|
|
19914
19911
|
*
|
|
19915
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19912
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageUp)
|
|
19916
19913
|
*/
|
|
19917
|
-
export interface
|
|
19918
|
-
Name: "
|
|
19919
|
-
Value:
|
|
19914
|
+
export interface PageUp extends globalThis.EnumItem {
|
|
19915
|
+
Name: "PageUp";
|
|
19916
|
+
Value: 280;
|
|
19920
19917
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19921
19918
|
}
|
|
19922
|
-
export const
|
|
19919
|
+
export const PageUp: PageUp;
|
|
19923
19920
|
/**
|
|
19924
|
-
*
|
|
19921
|
+
* The `PgDown` key.
|
|
19925
19922
|
*
|
|
19926
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19923
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#PageDown)
|
|
19927
19924
|
*/
|
|
19928
|
-
export interface
|
|
19929
|
-
Name: "
|
|
19930
|
-
Value:
|
|
19925
|
+
export interface PageDown extends globalThis.EnumItem {
|
|
19926
|
+
Name: "PageDown";
|
|
19927
|
+
Value: 281;
|
|
19931
19928
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19932
19929
|
}
|
|
19933
|
-
export const
|
|
19930
|
+
export const PageDown: PageDown;
|
|
19934
19931
|
/**
|
|
19935
|
-
*
|
|
19932
|
+
* The `F1` key.
|
|
19936
19933
|
*
|
|
19937
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19934
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F1)
|
|
19938
19935
|
*/
|
|
19939
|
-
export interface
|
|
19940
|
-
Name: "
|
|
19941
|
-
Value:
|
|
19936
|
+
export interface F1 extends globalThis.EnumItem {
|
|
19937
|
+
Name: "F1";
|
|
19938
|
+
Value: 282;
|
|
19942
19939
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19943
19940
|
}
|
|
19944
|
-
export const
|
|
19941
|
+
export const F1: F1;
|
|
19945
19942
|
/**
|
|
19946
|
-
*
|
|
19943
|
+
* The `F2` key.
|
|
19947
19944
|
*
|
|
19948
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19945
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F2)
|
|
19949
19946
|
*/
|
|
19950
|
-
export interface
|
|
19951
|
-
Name: "
|
|
19952
|
-
Value:
|
|
19947
|
+
export interface F2 extends globalThis.EnumItem {
|
|
19948
|
+
Name: "F2";
|
|
19949
|
+
Value: 283;
|
|
19953
19950
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19954
19951
|
}
|
|
19955
|
-
export const
|
|
19952
|
+
export const F2: F2;
|
|
19956
19953
|
/**
|
|
19957
|
-
*
|
|
19954
|
+
* The `F3` key.
|
|
19958
19955
|
*
|
|
19959
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19956
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F3)
|
|
19960
19957
|
*/
|
|
19961
|
-
export interface
|
|
19962
|
-
Name: "
|
|
19963
|
-
Value:
|
|
19958
|
+
export interface F3 extends globalThis.EnumItem {
|
|
19959
|
+
Name: "F3";
|
|
19960
|
+
Value: 284;
|
|
19964
19961
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19965
19962
|
}
|
|
19966
|
-
export const
|
|
19963
|
+
export const F3: F3;
|
|
19967
19964
|
/**
|
|
19968
|
-
*
|
|
19965
|
+
* The `F4` key.
|
|
19969
19966
|
*
|
|
19970
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19967
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F4)
|
|
19971
19968
|
*/
|
|
19972
|
-
export interface
|
|
19973
|
-
Name: "
|
|
19974
|
-
Value:
|
|
19969
|
+
export interface F4 extends globalThis.EnumItem {
|
|
19970
|
+
Name: "F4";
|
|
19971
|
+
Value: 285;
|
|
19975
19972
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19976
19973
|
}
|
|
19977
|
-
export const
|
|
19974
|
+
export const F4: F4;
|
|
19978
19975
|
/**
|
|
19979
|
-
*
|
|
19976
|
+
* The `F5` key.
|
|
19980
19977
|
*
|
|
19981
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19978
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F5)
|
|
19982
19979
|
*/
|
|
19983
|
-
export interface
|
|
19984
|
-
Name: "
|
|
19985
|
-
Value:
|
|
19980
|
+
export interface F5 extends globalThis.EnumItem {
|
|
19981
|
+
Name: "F5";
|
|
19982
|
+
Value: 286;
|
|
19986
19983
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19987
19984
|
}
|
|
19988
|
-
export const
|
|
19985
|
+
export const F5: F5;
|
|
19989
19986
|
/**
|
|
19990
|
-
*
|
|
19987
|
+
* The `F6` key.
|
|
19991
19988
|
*
|
|
19992
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
19989
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F6)
|
|
19993
19990
|
*/
|
|
19994
|
-
export interface
|
|
19995
|
-
Name: "
|
|
19996
|
-
Value:
|
|
19991
|
+
export interface F6 extends globalThis.EnumItem {
|
|
19992
|
+
Name: "F6";
|
|
19993
|
+
Value: 287;
|
|
19997
19994
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
19998
19995
|
}
|
|
19999
|
-
export const
|
|
19996
|
+
export const F6: F6;
|
|
20000
19997
|
/**
|
|
20001
|
-
*
|
|
19998
|
+
* The `F7` key.
|
|
20002
19999
|
*
|
|
20003
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20000
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F7)
|
|
20004
20001
|
*/
|
|
20005
|
-
export interface
|
|
20006
|
-
Name: "
|
|
20007
|
-
Value:
|
|
20002
|
+
export interface F7 extends globalThis.EnumItem {
|
|
20003
|
+
Name: "F7";
|
|
20004
|
+
Value: 288;
|
|
20008
20005
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20009
20006
|
}
|
|
20010
|
-
export const
|
|
20007
|
+
export const F7: F7;
|
|
20011
20008
|
/**
|
|
20012
|
-
*
|
|
20009
|
+
* The `F8` key.
|
|
20013
20010
|
*
|
|
20014
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20011
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F8)
|
|
20015
20012
|
*/
|
|
20016
|
-
export interface
|
|
20017
|
-
Name: "
|
|
20018
|
-
Value:
|
|
20013
|
+
export interface F8 extends globalThis.EnumItem {
|
|
20014
|
+
Name: "F8";
|
|
20015
|
+
Value: 289;
|
|
20019
20016
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20020
20017
|
}
|
|
20021
|
-
export const
|
|
20018
|
+
export const F8: F8;
|
|
20022
20019
|
/**
|
|
20023
|
-
*
|
|
20020
|
+
* The `F9` key.
|
|
20024
20021
|
*
|
|
20025
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20022
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F9)
|
|
20026
20023
|
*/
|
|
20027
|
-
export interface
|
|
20028
|
-
Name: "
|
|
20029
|
-
Value:
|
|
20024
|
+
export interface F9 extends globalThis.EnumItem {
|
|
20025
|
+
Name: "F9";
|
|
20026
|
+
Value: 290;
|
|
20030
20027
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20031
20028
|
}
|
|
20032
|
-
export const
|
|
20029
|
+
export const F9: F9;
|
|
20033
20030
|
/**
|
|
20034
|
-
*
|
|
20031
|
+
* The `F10` key.
|
|
20035
20032
|
*
|
|
20036
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20033
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F10)
|
|
20037
20034
|
*/
|
|
20038
|
-
export interface
|
|
20039
|
-
Name: "
|
|
20040
|
-
Value:
|
|
20035
|
+
export interface F10 extends globalThis.EnumItem {
|
|
20036
|
+
Name: "F10";
|
|
20037
|
+
Value: 291;
|
|
20041
20038
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20042
20039
|
}
|
|
20043
|
-
export const
|
|
20040
|
+
export const F10: F10;
|
|
20044
20041
|
/**
|
|
20045
|
-
*
|
|
20042
|
+
* The `F11` key.
|
|
20046
20043
|
*
|
|
20047
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20044
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F11)
|
|
20048
20045
|
*/
|
|
20049
|
-
export interface
|
|
20050
|
-
Name: "
|
|
20051
|
-
Value:
|
|
20046
|
+
export interface F11 extends globalThis.EnumItem {
|
|
20047
|
+
Name: "F11";
|
|
20048
|
+
Value: 292;
|
|
20052
20049
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20053
20050
|
}
|
|
20054
|
-
export const
|
|
20051
|
+
export const F11: F11;
|
|
20055
20052
|
/**
|
|
20056
|
-
*
|
|
20053
|
+
* The `F12` key.
|
|
20057
20054
|
*
|
|
20058
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20055
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F12)
|
|
20059
20056
|
*/
|
|
20060
|
-
export interface
|
|
20061
|
-
Name: "
|
|
20062
|
-
Value:
|
|
20057
|
+
export interface F12 extends globalThis.EnumItem {
|
|
20058
|
+
Name: "F12";
|
|
20059
|
+
Value: 293;
|
|
20063
20060
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20064
20061
|
}
|
|
20065
|
-
export const
|
|
20062
|
+
export const F12: F12;
|
|
20066
20063
|
/**
|
|
20067
|
-
*
|
|
20064
|
+
* The `F13` key. Only present on certain keyboards.
|
|
20068
20065
|
*
|
|
20069
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20066
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F13)
|
|
20070
20067
|
*/
|
|
20071
|
-
export interface
|
|
20072
|
-
Name: "
|
|
20073
|
-
Value:
|
|
20068
|
+
export interface F13 extends globalThis.EnumItem {
|
|
20069
|
+
Name: "F13";
|
|
20070
|
+
Value: 294;
|
|
20074
20071
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20075
20072
|
}
|
|
20076
|
-
export const
|
|
20073
|
+
export const F13: F13;
|
|
20077
20074
|
/**
|
|
20078
|
-
*
|
|
20075
|
+
* The `F14` key. Only present on certain keyboards.
|
|
20079
20076
|
*
|
|
20080
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20077
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F14)
|
|
20081
20078
|
*/
|
|
20082
|
-
export interface
|
|
20083
|
-
Name: "
|
|
20084
|
-
Value:
|
|
20079
|
+
export interface F14 extends globalThis.EnumItem {
|
|
20080
|
+
Name: "F14";
|
|
20081
|
+
Value: 295;
|
|
20085
20082
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20086
20083
|
}
|
|
20087
|
-
export const
|
|
20084
|
+
export const F14: F14;
|
|
20088
20085
|
/**
|
|
20089
|
-
*
|
|
20086
|
+
* The `F15` key. Only present on certain keyboards.
|
|
20090
20087
|
*
|
|
20091
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20088
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#F15)
|
|
20092
20089
|
*/
|
|
20093
|
-
export interface
|
|
20094
|
-
Name: "
|
|
20095
|
-
Value:
|
|
20090
|
+
export interface F15 extends globalThis.EnumItem {
|
|
20091
|
+
Name: "F15";
|
|
20092
|
+
Value: 296;
|
|
20096
20093
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20097
20094
|
}
|
|
20098
|
-
export const
|
|
20095
|
+
export const F15: F15;
|
|
20099
20096
|
/**
|
|
20100
|
-
*
|
|
20097
|
+
* The `Num Lock` key on the keypad cluster.
|
|
20101
20098
|
*
|
|
20102
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20099
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#NumLock)
|
|
20103
20100
|
*/
|
|
20104
|
-
export interface
|
|
20105
|
-
Name: "
|
|
20106
|
-
Value:
|
|
20101
|
+
export interface NumLock extends globalThis.EnumItem {
|
|
20102
|
+
Name: "NumLock";
|
|
20103
|
+
Value: 300;
|
|
20107
20104
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20108
20105
|
}
|
|
20109
|
-
export const
|
|
20106
|
+
export const NumLock: NumLock;
|
|
20110
20107
|
/**
|
|
20111
|
-
*
|
|
20108
|
+
* The `Caps Lock` key.
|
|
20112
20109
|
*
|
|
20113
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20110
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#CapsLock)
|
|
20114
20111
|
*/
|
|
20115
|
-
export interface
|
|
20116
|
-
Name: "
|
|
20117
|
-
Value:
|
|
20112
|
+
export interface CapsLock extends globalThis.EnumItem {
|
|
20113
|
+
Name: "CapsLock";
|
|
20114
|
+
Value: 301;
|
|
20118
20115
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20119
20116
|
}
|
|
20120
|
-
export const
|
|
20117
|
+
export const CapsLock: CapsLock;
|
|
20121
20118
|
/**
|
|
20122
|
-
*
|
|
20119
|
+
* The `Scr Lock` key.
|
|
20123
20120
|
*
|
|
20124
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20121
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ScrollLock)
|
|
20125
20122
|
*/
|
|
20126
|
-
export interface
|
|
20127
|
-
Name: "
|
|
20128
|
-
Value:
|
|
20123
|
+
export interface ScrollLock extends globalThis.EnumItem {
|
|
20124
|
+
Name: "ScrollLock";
|
|
20125
|
+
Value: 302;
|
|
20129
20126
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20130
20127
|
}
|
|
20131
|
-
export const
|
|
20128
|
+
export const ScrollLock: ScrollLock;
|
|
20132
20129
|
/**
|
|
20133
|
-
*
|
|
20130
|
+
* The right side `Shift` key.
|
|
20134
20131
|
*
|
|
20135
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20132
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightShift)
|
|
20136
20133
|
*/
|
|
20137
|
-
export interface
|
|
20138
|
-
Name: "
|
|
20139
|
-
Value:
|
|
20134
|
+
export interface RightShift extends globalThis.EnumItem {
|
|
20135
|
+
Name: "RightShift";
|
|
20136
|
+
Value: 303;
|
|
20140
20137
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20141
20138
|
}
|
|
20142
|
-
export const
|
|
20139
|
+
export const RightShift: RightShift;
|
|
20143
20140
|
/**
|
|
20144
|
-
*
|
|
20141
|
+
* The left side `Shift` key.
|
|
20145
20142
|
*
|
|
20146
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20143
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftShift)
|
|
20147
20144
|
*/
|
|
20148
|
-
export interface
|
|
20149
|
-
Name: "
|
|
20150
|
-
Value:
|
|
20145
|
+
export interface LeftShift extends globalThis.EnumItem {
|
|
20146
|
+
Name: "LeftShift";
|
|
20147
|
+
Value: 304;
|
|
20151
20148
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20152
20149
|
}
|
|
20153
|
-
export const
|
|
20150
|
+
export const LeftShift: LeftShift;
|
|
20154
20151
|
/**
|
|
20155
|
-
*
|
|
20152
|
+
* The right side `Ctrl` key.
|
|
20156
20153
|
*
|
|
20157
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20154
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightControl)
|
|
20158
20155
|
*/
|
|
20159
|
-
export interface
|
|
20160
|
-
Name: "
|
|
20161
|
-
Value:
|
|
20156
|
+
export interface RightControl extends globalThis.EnumItem {
|
|
20157
|
+
Name: "RightControl";
|
|
20158
|
+
Value: 305;
|
|
20162
20159
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20163
20160
|
}
|
|
20164
|
-
export const
|
|
20161
|
+
export const RightControl: RightControl;
|
|
20165
20162
|
/**
|
|
20166
|
-
*
|
|
20163
|
+
* The left side `Ctrl` key.
|
|
20167
20164
|
*
|
|
20168
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20165
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftControl)
|
|
20169
20166
|
*/
|
|
20170
|
-
export interface
|
|
20171
|
-
Name: "
|
|
20172
|
-
Value:
|
|
20167
|
+
export interface LeftControl extends globalThis.EnumItem {
|
|
20168
|
+
Name: "LeftControl";
|
|
20169
|
+
Value: 306;
|
|
20173
20170
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20174
20171
|
}
|
|
20175
|
-
export const
|
|
20172
|
+
export const LeftControl: LeftControl;
|
|
20176
20173
|
/**
|
|
20177
|
-
*
|
|
20174
|
+
* The right side `Alt` key.
|
|
20178
20175
|
*
|
|
20179
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20176
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightAlt)
|
|
20180
20177
|
*/
|
|
20181
|
-
export interface
|
|
20182
|
-
Name: "
|
|
20183
|
-
Value:
|
|
20178
|
+
export interface RightAlt extends globalThis.EnumItem {
|
|
20179
|
+
Name: "RightAlt";
|
|
20180
|
+
Value: 307;
|
|
20184
20181
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20185
20182
|
}
|
|
20186
|
-
export const
|
|
20183
|
+
export const RightAlt: RightAlt;
|
|
20187
20184
|
/**
|
|
20188
|
-
*
|
|
20185
|
+
* The left side `Alt` key.
|
|
20189
20186
|
*
|
|
20190
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20187
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftAlt)
|
|
20191
20188
|
*/
|
|
20192
|
-
export interface
|
|
20193
|
-
Name: "
|
|
20194
|
-
Value:
|
|
20189
|
+
export interface LeftAlt extends globalThis.EnumItem {
|
|
20190
|
+
Name: "LeftAlt";
|
|
20191
|
+
Value: 308;
|
|
20195
20192
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20196
20193
|
}
|
|
20197
|
-
export const
|
|
20194
|
+
export const LeftAlt: LeftAlt;
|
|
20198
20195
|
/**
|
|
20199
|
-
*
|
|
20196
|
+
* The right side `Meta` key.
|
|
20200
20197
|
*
|
|
20201
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20198
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightMeta)
|
|
20202
20199
|
*/
|
|
20203
|
-
export interface
|
|
20204
|
-
Name: "
|
|
20205
|
-
Value:
|
|
20200
|
+
export interface RightMeta extends globalThis.EnumItem {
|
|
20201
|
+
Name: "RightMeta";
|
|
20202
|
+
Value: 309;
|
|
20206
20203
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20207
20204
|
}
|
|
20208
|
-
export const
|
|
20205
|
+
export const RightMeta: RightMeta;
|
|
20209
20206
|
/**
|
|
20210
|
-
*
|
|
20207
|
+
* The left side `Meta` key.
|
|
20211
20208
|
*
|
|
20212
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20209
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftMeta)
|
|
20213
20210
|
*/
|
|
20214
|
-
export interface
|
|
20215
|
-
Name: "
|
|
20216
|
-
Value:
|
|
20211
|
+
export interface LeftMeta extends globalThis.EnumItem {
|
|
20212
|
+
Name: "LeftMeta";
|
|
20213
|
+
Value: 310;
|
|
20217
20214
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20218
20215
|
}
|
|
20219
|
-
export const
|
|
20216
|
+
export const LeftMeta: LeftMeta;
|
|
20220
20217
|
/**
|
|
20221
|
-
*
|
|
20218
|
+
* The left side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20222
20219
|
*
|
|
20223
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20220
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#LeftSuper)
|
|
20224
20221
|
*/
|
|
20225
|
-
export interface
|
|
20226
|
-
Name: "
|
|
20227
|
-
Value:
|
|
20222
|
+
export interface LeftSuper extends globalThis.EnumItem {
|
|
20223
|
+
Name: "LeftSuper";
|
|
20224
|
+
Value: 311;
|
|
20228
20225
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20229
20226
|
}
|
|
20230
|
-
export const
|
|
20227
|
+
export const LeftSuper: LeftSuper;
|
|
20231
20228
|
/**
|
|
20232
|
-
*
|
|
20229
|
+
* The right side `Super` key. Better known as the Windows key or `Cmd` key.
|
|
20233
20230
|
*
|
|
20234
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20231
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#RightSuper)
|
|
20235
20232
|
*/
|
|
20236
|
-
export interface
|
|
20237
|
-
Name: "
|
|
20238
|
-
Value:
|
|
20233
|
+
export interface RightSuper extends globalThis.EnumItem {
|
|
20234
|
+
Name: "RightSuper";
|
|
20235
|
+
Value: 312;
|
|
20239
20236
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20240
20237
|
}
|
|
20241
|
-
export const
|
|
20238
|
+
export const RightSuper: RightSuper;
|
|
20242
20239
|
/**
|
|
20243
|
-
*
|
|
20240
|
+
* Only present on certain keyboards.
|
|
20244
20241
|
*
|
|
20245
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20242
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Mode)
|
|
20246
20243
|
*/
|
|
20247
|
-
export interface
|
|
20248
|
-
Name: "
|
|
20249
|
-
Value:
|
|
20244
|
+
export interface Mode extends globalThis.EnumItem {
|
|
20245
|
+
Name: "Mode";
|
|
20246
|
+
Value: 313;
|
|
20250
20247
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20251
20248
|
}
|
|
20252
|
-
export const
|
|
20249
|
+
export const Mode: Mode;
|
|
20253
20250
|
/**
|
|
20254
|
-
*
|
|
20251
|
+
* Only present on certain keyboards.
|
|
20255
20252
|
*
|
|
20256
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20253
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Compose)
|
|
20257
20254
|
*/
|
|
20258
|
-
export interface
|
|
20259
|
-
Name: "
|
|
20260
|
-
Value:
|
|
20255
|
+
export interface Compose extends globalThis.EnumItem {
|
|
20256
|
+
Name: "Compose";
|
|
20257
|
+
Value: 314;
|
|
20261
20258
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20262
20259
|
}
|
|
20263
|
-
export const
|
|
20260
|
+
export const Compose: Compose;
|
|
20264
20261
|
/**
|
|
20265
|
-
*
|
|
20262
|
+
* Only present on certain keyboards.
|
|
20266
20263
|
*
|
|
20267
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20264
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Help)
|
|
20268
20265
|
*/
|
|
20269
|
-
export interface
|
|
20270
|
-
Name: "
|
|
20271
|
-
Value:
|
|
20266
|
+
export interface Help extends globalThis.EnumItem {
|
|
20267
|
+
Name: "Help";
|
|
20268
|
+
Value: 315;
|
|
20272
20269
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20273
20270
|
}
|
|
20274
|
-
export const
|
|
20271
|
+
export const Help: Help;
|
|
20275
20272
|
/**
|
|
20276
|
-
*
|
|
20273
|
+
* Only present on certain keyboards.
|
|
20277
20274
|
*
|
|
20278
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20275
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Print)
|
|
20279
20276
|
*/
|
|
20280
|
-
export interface
|
|
20281
|
-
Name: "
|
|
20282
|
-
Value:
|
|
20277
|
+
export interface Print extends globalThis.EnumItem {
|
|
20278
|
+
Name: "Print";
|
|
20279
|
+
Value: 316;
|
|
20283
20280
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20284
20281
|
}
|
|
20285
|
-
export const
|
|
20282
|
+
export const Print: Print;
|
|
20286
20283
|
/**
|
|
20287
|
-
*
|
|
20284
|
+
* Only present on certain keyboards.
|
|
20288
20285
|
*
|
|
20289
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20286
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#SysReq)
|
|
20290
20287
|
*/
|
|
20291
|
-
export interface
|
|
20292
|
-
Name: "
|
|
20293
|
-
Value:
|
|
20288
|
+
export interface SysReq extends globalThis.EnumItem {
|
|
20289
|
+
Name: "SysReq";
|
|
20290
|
+
Value: 317;
|
|
20294
20291
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20295
20292
|
}
|
|
20296
|
-
export const
|
|
20293
|
+
export const SysReq: SysReq;
|
|
20297
20294
|
/**
|
|
20298
|
-
*
|
|
20295
|
+
* Only present on certain keyboards.
|
|
20299
20296
|
*
|
|
20300
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20297
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Break)
|
|
20301
20298
|
*/
|
|
20302
|
-
export interface
|
|
20303
|
-
Name: "
|
|
20304
|
-
Value:
|
|
20299
|
+
export interface Break extends globalThis.EnumItem {
|
|
20300
|
+
Name: "Break";
|
|
20301
|
+
Value: 318;
|
|
20305
20302
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20306
20303
|
}
|
|
20307
|
-
export const
|
|
20304
|
+
export const Break: Break;
|
|
20308
20305
|
/**
|
|
20309
|
-
*
|
|
20306
|
+
* The `Menu` key.
|
|
20310
20307
|
*
|
|
20311
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20308
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Menu)
|
|
20312
20309
|
*/
|
|
20313
|
-
export interface
|
|
20314
|
-
Name: "
|
|
20315
|
-
Value:
|
|
20310
|
+
export interface Menu extends globalThis.EnumItem {
|
|
20311
|
+
Name: "Menu";
|
|
20312
|
+
Value: 319;
|
|
20316
20313
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20317
20314
|
}
|
|
20318
|
-
export const
|
|
20315
|
+
export const Menu: Menu;
|
|
20319
20316
|
/**
|
|
20320
|
-
*
|
|
20317
|
+
* Only present on certain keyboards.
|
|
20321
20318
|
*
|
|
20322
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20319
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Power)
|
|
20323
20320
|
*/
|
|
20324
|
-
export interface
|
|
20325
|
-
Name: "
|
|
20326
|
-
Value:
|
|
20321
|
+
export interface Power extends globalThis.EnumItem {
|
|
20322
|
+
Name: "Power";
|
|
20323
|
+
Value: 320;
|
|
20327
20324
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20328
20325
|
}
|
|
20329
|
-
export const
|
|
20326
|
+
export const Power: Power;
|
|
20330
20327
|
/**
|
|
20331
|
-
*
|
|
20328
|
+
* The `€` key. Only present on certain keyboards.
|
|
20332
20329
|
*
|
|
20333
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20330
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Euro)
|
|
20334
20331
|
*/
|
|
20335
|
-
export interface
|
|
20336
|
-
Name: "
|
|
20337
|
-
Value:
|
|
20332
|
+
export interface Euro extends globalThis.EnumItem {
|
|
20333
|
+
Name: "Euro";
|
|
20334
|
+
Value: 321;
|
|
20338
20335
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20339
20336
|
}
|
|
20340
|
-
export const
|
|
20337
|
+
export const Euro: Euro;
|
|
20341
20338
|
/**
|
|
20342
|
-
*
|
|
20339
|
+
* Only present on certain keyboards.
|
|
20343
20340
|
*
|
|
20344
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20341
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Undo)
|
|
20345
20342
|
*/
|
|
20346
|
-
export interface
|
|
20347
|
-
Name: "
|
|
20348
|
-
Value:
|
|
20343
|
+
export interface Undo extends globalThis.EnumItem {
|
|
20344
|
+
Name: "Undo";
|
|
20345
|
+
Value: 322;
|
|
20349
20346
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20350
20347
|
}
|
|
20351
|
-
export const
|
|
20348
|
+
export const Undo: Undo;
|
|
20352
20349
|
/**
|
|
20353
|
-
*
|
|
20350
|
+
* Gamepad `X` button.
|
|
20354
20351
|
*
|
|
20355
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20352
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonX)
|
|
20356
20353
|
*/
|
|
20357
|
-
export interface
|
|
20358
|
-
Name: "
|
|
20359
|
-
Value:
|
|
20354
|
+
export interface ButtonX extends globalThis.EnumItem {
|
|
20355
|
+
Name: "ButtonX";
|
|
20356
|
+
Value: 1000;
|
|
20360
20357
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20361
20358
|
}
|
|
20362
|
-
export const
|
|
20359
|
+
export const ButtonX: ButtonX;
|
|
20363
20360
|
/**
|
|
20364
|
-
*
|
|
20361
|
+
* Gamepad `Y` button.
|
|
20365
20362
|
*
|
|
20366
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20363
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonY)
|
|
20367
20364
|
*/
|
|
20368
|
-
export interface
|
|
20369
|
-
Name: "
|
|
20370
|
-
Value:
|
|
20365
|
+
export interface ButtonY extends globalThis.EnumItem {
|
|
20366
|
+
Name: "ButtonY";
|
|
20367
|
+
Value: 1001;
|
|
20371
20368
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20372
20369
|
}
|
|
20373
|
-
export const
|
|
20370
|
+
export const ButtonY: ButtonY;
|
|
20374
20371
|
/**
|
|
20375
|
-
*
|
|
20372
|
+
* Gamepad `A` button.
|
|
20376
20373
|
*
|
|
20377
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20374
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonA)
|
|
20378
20375
|
*/
|
|
20379
|
-
export interface
|
|
20380
|
-
Name: "
|
|
20381
|
-
Value:
|
|
20376
|
+
export interface ButtonA extends globalThis.EnumItem {
|
|
20377
|
+
Name: "ButtonA";
|
|
20378
|
+
Value: 1002;
|
|
20382
20379
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20383
20380
|
}
|
|
20384
|
-
export const
|
|
20381
|
+
export const ButtonA: ButtonA;
|
|
20385
20382
|
/**
|
|
20386
|
-
*
|
|
20383
|
+
* Gamepad `B` button.
|
|
20387
20384
|
*
|
|
20388
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20385
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonB)
|
|
20389
20386
|
*/
|
|
20390
|
-
export interface
|
|
20391
|
-
Name: "
|
|
20392
|
-
Value:
|
|
20387
|
+
export interface ButtonB extends globalThis.EnumItem {
|
|
20388
|
+
Name: "ButtonB";
|
|
20389
|
+
Value: 1003;
|
|
20393
20390
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20394
20391
|
}
|
|
20395
|
-
export const
|
|
20392
|
+
export const ButtonB: ButtonB;
|
|
20396
20393
|
/**
|
|
20397
|
-
*
|
|
20394
|
+
* Gamepad `R1` button.
|
|
20398
20395
|
*
|
|
20399
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20396
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR1)
|
|
20400
20397
|
*/
|
|
20401
|
-
export interface
|
|
20402
|
-
Name: "
|
|
20403
|
-
Value:
|
|
20398
|
+
export interface ButtonR1 extends globalThis.EnumItem {
|
|
20399
|
+
Name: "ButtonR1";
|
|
20400
|
+
Value: 1004;
|
|
20404
20401
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20405
20402
|
}
|
|
20406
|
-
export const
|
|
20403
|
+
export const ButtonR1: ButtonR1;
|
|
20407
20404
|
/**
|
|
20408
|
-
*
|
|
20405
|
+
* Gamepad `L1` button.
|
|
20409
20406
|
*
|
|
20410
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20407
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL1)
|
|
20411
20408
|
*/
|
|
20412
|
-
export interface
|
|
20413
|
-
Name: "
|
|
20414
|
-
Value:
|
|
20409
|
+
export interface ButtonL1 extends globalThis.EnumItem {
|
|
20410
|
+
Name: "ButtonL1";
|
|
20411
|
+
Value: 1005;
|
|
20415
20412
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20416
20413
|
}
|
|
20417
|
-
export const
|
|
20414
|
+
export const ButtonL1: ButtonL1;
|
|
20418
20415
|
/**
|
|
20419
|
-
*
|
|
20416
|
+
* Gamepad `R2` button.
|
|
20420
20417
|
*
|
|
20421
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20418
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR2)
|
|
20422
20419
|
*/
|
|
20423
|
-
export interface
|
|
20424
|
-
Name: "
|
|
20425
|
-
Value:
|
|
20420
|
+
export interface ButtonR2 extends globalThis.EnumItem {
|
|
20421
|
+
Name: "ButtonR2";
|
|
20422
|
+
Value: 1006;
|
|
20426
20423
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20427
20424
|
}
|
|
20428
|
-
export const
|
|
20425
|
+
export const ButtonR2: ButtonR2;
|
|
20429
20426
|
/**
|
|
20430
|
-
*
|
|
20427
|
+
* Gamepad `L2` button.
|
|
20431
20428
|
*
|
|
20432
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20429
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL2)
|
|
20433
20430
|
*/
|
|
20434
|
-
export interface
|
|
20435
|
-
Name: "
|
|
20436
|
-
Value:
|
|
20431
|
+
export interface ButtonL2 extends globalThis.EnumItem {
|
|
20432
|
+
Name: "ButtonL2";
|
|
20433
|
+
Value: 1007;
|
|
20437
20434
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20438
20435
|
}
|
|
20439
|
-
export const
|
|
20436
|
+
export const ButtonL2: ButtonL2;
|
|
20440
20437
|
/**
|
|
20441
|
-
*
|
|
20438
|
+
* Gamepad `R3` button.
|
|
20442
20439
|
*
|
|
20443
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20440
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonR3)
|
|
20444
20441
|
*/
|
|
20445
|
-
export interface
|
|
20446
|
-
Name: "
|
|
20447
|
-
Value:
|
|
20442
|
+
export interface ButtonR3 extends globalThis.EnumItem {
|
|
20443
|
+
Name: "ButtonR3";
|
|
20444
|
+
Value: 1008;
|
|
20448
20445
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20449
20446
|
}
|
|
20450
|
-
export const
|
|
20447
|
+
export const ButtonR3: ButtonR3;
|
|
20451
20448
|
/**
|
|
20452
|
-
*
|
|
20449
|
+
* Gamepad `L3` button.
|
|
20453
20450
|
*
|
|
20454
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20451
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonL3)
|
|
20455
20452
|
*/
|
|
20456
|
-
export interface
|
|
20457
|
-
Name: "
|
|
20458
|
-
Value:
|
|
20453
|
+
export interface ButtonL3 extends globalThis.EnumItem {
|
|
20454
|
+
Name: "ButtonL3";
|
|
20455
|
+
Value: 1009;
|
|
20459
20456
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20460
20457
|
}
|
|
20461
|
-
export const
|
|
20458
|
+
export const ButtonL3: ButtonL3;
|
|
20462
20459
|
/**
|
|
20463
|
-
*
|
|
20460
|
+
* Gamepad `Start` button.
|
|
20464
20461
|
*
|
|
20465
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20462
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonStart)
|
|
20466
20463
|
*/
|
|
20467
|
-
export interface
|
|
20468
|
-
Name: "
|
|
20469
|
-
Value:
|
|
20464
|
+
export interface ButtonStart extends globalThis.EnumItem {
|
|
20465
|
+
Name: "ButtonStart";
|
|
20466
|
+
Value: 1010;
|
|
20470
20467
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20471
20468
|
}
|
|
20472
|
-
export const
|
|
20469
|
+
export const ButtonStart: ButtonStart;
|
|
20473
20470
|
/**
|
|
20474
|
-
*
|
|
20471
|
+
* Gamepad `Select` button.
|
|
20475
20472
|
*
|
|
20476
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20473
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#ButtonSelect)
|
|
20477
20474
|
*/
|
|
20478
|
-
export interface
|
|
20479
|
-
Name: "
|
|
20480
|
-
Value:
|
|
20475
|
+
export interface ButtonSelect extends globalThis.EnumItem {
|
|
20476
|
+
Name: "ButtonSelect";
|
|
20477
|
+
Value: 1011;
|
|
20481
20478
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20482
20479
|
}
|
|
20483
|
-
export const
|
|
20480
|
+
export const ButtonSelect: ButtonSelect;
|
|
20484
20481
|
/**
|
|
20485
|
-
*
|
|
20482
|
+
* Left arrow on a gamepad D-pad.
|
|
20486
20483
|
*
|
|
20487
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20484
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadLeft)
|
|
20488
20485
|
*/
|
|
20489
|
-
export interface
|
|
20490
|
-
Name: "
|
|
20491
|
-
Value:
|
|
20486
|
+
export interface DPadLeft extends globalThis.EnumItem {
|
|
20487
|
+
Name: "DPadLeft";
|
|
20488
|
+
Value: 1012;
|
|
20492
20489
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20493
20490
|
}
|
|
20494
|
-
export const
|
|
20491
|
+
export const DPadLeft: DPadLeft;
|
|
20495
20492
|
/**
|
|
20496
|
-
*
|
|
20493
|
+
* Right arrow on a gamepad D-pad.
|
|
20497
20494
|
*
|
|
20498
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20495
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadRight)
|
|
20499
20496
|
*/
|
|
20500
|
-
export interface
|
|
20501
|
-
Name: "
|
|
20502
|
-
Value:
|
|
20497
|
+
export interface DPadRight extends globalThis.EnumItem {
|
|
20498
|
+
Name: "DPadRight";
|
|
20499
|
+
Value: 1013;
|
|
20503
20500
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20504
20501
|
}
|
|
20505
|
-
export const
|
|
20502
|
+
export const DPadRight: DPadRight;
|
|
20506
20503
|
/**
|
|
20507
|
-
*
|
|
20504
|
+
* Up arrow on a gamepad D-pad.
|
|
20508
20505
|
*
|
|
20509
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20506
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadUp)
|
|
20510
20507
|
*/
|
|
20511
|
-
export interface
|
|
20512
|
-
Name: "
|
|
20513
|
-
Value:
|
|
20508
|
+
export interface DPadUp extends globalThis.EnumItem {
|
|
20509
|
+
Name: "DPadUp";
|
|
20510
|
+
Value: 1014;
|
|
20514
20511
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20515
20512
|
}
|
|
20516
|
-
export const
|
|
20513
|
+
export const DPadUp: DPadUp;
|
|
20517
20514
|
/**
|
|
20518
|
-
*
|
|
20515
|
+
* Down arrow on a gamepad D-pad.
|
|
20519
20516
|
*
|
|
20520
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20517
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#DPadDown)
|
|
20521
20518
|
*/
|
|
20522
|
-
export interface
|
|
20523
|
-
Name: "
|
|
20524
|
-
Value:
|
|
20519
|
+
export interface DPadDown extends globalThis.EnumItem {
|
|
20520
|
+
Name: "DPadDown";
|
|
20521
|
+
Value: 1015;
|
|
20525
20522
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20526
20523
|
}
|
|
20527
|
-
export const
|
|
20524
|
+
export const DPadDown: DPadDown;
|
|
20528
20525
|
/**
|
|
20529
|
-
*
|
|
20526
|
+
* Gamepad primary thumbstick.
|
|
20530
20527
|
*
|
|
20531
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20528
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1)
|
|
20532
20529
|
*/
|
|
20533
|
-
export interface
|
|
20534
|
-
Name: "
|
|
20535
|
-
Value:
|
|
20530
|
+
export interface Thumbstick1 extends globalThis.EnumItem {
|
|
20531
|
+
Name: "Thumbstick1";
|
|
20532
|
+
Value: 1016;
|
|
20536
20533
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20537
20534
|
}
|
|
20538
|
-
export const
|
|
20535
|
+
export const Thumbstick1: Thumbstick1;
|
|
20539
20536
|
/**
|
|
20540
|
-
*
|
|
20537
|
+
* Gamepad secondary thumbstick.
|
|
20541
20538
|
*
|
|
20542
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20539
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2)
|
|
20543
20540
|
*/
|
|
20544
|
-
export interface
|
|
20545
|
-
Name: "
|
|
20546
|
-
Value:
|
|
20541
|
+
export interface Thumbstick2 extends globalThis.EnumItem {
|
|
20542
|
+
Name: "Thumbstick2";
|
|
20543
|
+
Value: 1017;
|
|
20547
20544
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20548
20545
|
}
|
|
20549
|
-
export const
|
|
20546
|
+
export const Thumbstick2: Thumbstick2;
|
|
20550
20547
|
/**
|
|
20551
|
-
*
|
|
20548
|
+
* Up vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20552
20549
|
*
|
|
20553
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20550
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Up)
|
|
20554
20551
|
*/
|
|
20555
|
-
export interface
|
|
20556
|
-
Name: "
|
|
20557
|
-
Value:
|
|
20552
|
+
export interface Thumbstick1Up extends globalThis.EnumItem {
|
|
20553
|
+
Name: "Thumbstick1Up";
|
|
20554
|
+
Value: 1018;
|
|
20558
20555
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20559
20556
|
}
|
|
20560
|
-
export const
|
|
20557
|
+
export const Thumbstick1Up: Thumbstick1Up;
|
|
20561
20558
|
/**
|
|
20562
|
-
*
|
|
20559
|
+
* Down vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20563
20560
|
*
|
|
20564
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20561
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Down)
|
|
20565
20562
|
*/
|
|
20566
|
-
export interface
|
|
20567
|
-
Name: "
|
|
20568
|
-
Value:
|
|
20563
|
+
export interface Thumbstick1Down extends globalThis.EnumItem {
|
|
20564
|
+
Name: "Thumbstick1Down";
|
|
20565
|
+
Value: 1019;
|
|
20569
20566
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20570
20567
|
}
|
|
20571
|
-
export const
|
|
20568
|
+
export const Thumbstick1Down: Thumbstick1Down;
|
|
20572
20569
|
/**
|
|
20573
|
-
*
|
|
20570
|
+
* Left vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20574
20571
|
*
|
|
20575
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20572
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Left)
|
|
20576
20573
|
*/
|
|
20577
|
-
export interface
|
|
20578
|
-
Name: "
|
|
20579
|
-
Value:
|
|
20574
|
+
export interface Thumbstick1Left extends globalThis.EnumItem {
|
|
20575
|
+
Name: "Thumbstick1Left";
|
|
20576
|
+
Value: 1020;
|
|
20580
20577
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20581
20578
|
}
|
|
20582
|
-
export const
|
|
20579
|
+
export const Thumbstick1Left: Thumbstick1Left;
|
|
20583
20580
|
/**
|
|
20584
|
-
*
|
|
20581
|
+
* Right vector on the gamepad primary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20585
20582
|
*
|
|
20586
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20583
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick1Right)
|
|
20587
20584
|
*/
|
|
20588
|
-
export interface
|
|
20589
|
-
Name: "
|
|
20590
|
-
Value:
|
|
20585
|
+
export interface Thumbstick1Right extends globalThis.EnumItem {
|
|
20586
|
+
Name: "Thumbstick1Right";
|
|
20587
|
+
Value: 1021;
|
|
20591
20588
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20592
20589
|
}
|
|
20593
|
-
export const
|
|
20590
|
+
export const Thumbstick1Right: Thumbstick1Right;
|
|
20594
20591
|
/**
|
|
20595
|
-
*
|
|
20592
|
+
* Up vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20596
20593
|
*
|
|
20597
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20594
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Up)
|
|
20598
20595
|
*/
|
|
20599
|
-
export interface
|
|
20600
|
-
Name: "
|
|
20601
|
-
Value:
|
|
20596
|
+
export interface Thumbstick2Up extends globalThis.EnumItem {
|
|
20597
|
+
Name: "Thumbstick2Up";
|
|
20598
|
+
Value: 1022;
|
|
20602
20599
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20603
20600
|
}
|
|
20604
|
-
export const
|
|
20601
|
+
export const Thumbstick2Up: Thumbstick2Up;
|
|
20605
20602
|
/**
|
|
20606
|
-
*
|
|
20603
|
+
* Down vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20607
20604
|
*
|
|
20608
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20605
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Down)
|
|
20609
20606
|
*/
|
|
20610
|
-
export interface
|
|
20611
|
-
Name: "
|
|
20612
|
-
Value:
|
|
20607
|
+
export interface Thumbstick2Down extends globalThis.EnumItem {
|
|
20608
|
+
Name: "Thumbstick2Down";
|
|
20609
|
+
Value: 1023;
|
|
20613
20610
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20614
20611
|
}
|
|
20615
|
-
export const
|
|
20612
|
+
export const Thumbstick2Down: Thumbstick2Down;
|
|
20616
20613
|
/**
|
|
20617
|
-
*
|
|
20614
|
+
* Left vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20618
20615
|
*
|
|
20619
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20616
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Left)
|
|
20620
20617
|
*/
|
|
20621
|
-
export interface
|
|
20622
|
-
Name: "
|
|
20623
|
-
Value:
|
|
20618
|
+
export interface Thumbstick2Left extends globalThis.EnumItem {
|
|
20619
|
+
Name: "Thumbstick2Left";
|
|
20620
|
+
Value: 1024;
|
|
20624
20621
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20625
20622
|
}
|
|
20626
|
-
export const
|
|
20623
|
+
export const Thumbstick2Left: Thumbstick2Left;
|
|
20627
20624
|
/**
|
|
20628
|
-
*
|
|
20625
|
+
* Right vector on the gamepad secondary thumbstick. Primarily used in the [Input Action System](../../../input/input-action-system.md).
|
|
20629
20626
|
*
|
|
20630
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#
|
|
20627
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/KeyCode#Thumbstick2Right)
|
|
20631
20628
|
*/
|
|
20632
|
-
export interface
|
|
20633
|
-
Name: "
|
|
20634
|
-
Value:
|
|
20629
|
+
export interface Thumbstick2Right extends globalThis.EnumItem {
|
|
20630
|
+
Name: "Thumbstick2Right";
|
|
20631
|
+
Value: 1025;
|
|
20635
20632
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20636
20633
|
}
|
|
20637
|
-
export const
|
|
20634
|
+
export const Thumbstick2Right: Thumbstick2Right;
|
|
20638
20635
|
/**
|
|
20639
|
-
*
|
|
20640
|
-
*
|
|
20641
|
-
* [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)
|
|
20642
20637
|
*/
|
|
20643
|
-
export interface
|
|
20644
|
-
Name: "
|
|
20645
|
-
Value:
|
|
20638
|
+
export interface MouseLeftButton extends globalThis.EnumItem {
|
|
20639
|
+
Name: "MouseLeftButton";
|
|
20640
|
+
Value: 1026;
|
|
20646
20641
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20647
20642
|
}
|
|
20648
|
-
export const
|
|
20643
|
+
export const MouseLeftButton: MouseLeftButton;
|
|
20649
20644
|
/**
|
|
20650
|
-
*
|
|
20651
|
-
*
|
|
20652
|
-
* [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)
|
|
20653
20646
|
*/
|
|
20654
|
-
export interface
|
|
20655
|
-
Name: "
|
|
20656
|
-
Value:
|
|
20647
|
+
export interface MouseRightButton extends globalThis.EnumItem {
|
|
20648
|
+
Name: "MouseRightButton";
|
|
20649
|
+
Value: 1027;
|
|
20657
20650
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20658
20651
|
}
|
|
20659
|
-
export const
|
|
20652
|
+
export const MouseRightButton: MouseRightButton;
|
|
20660
20653
|
/**
|
|
20661
|
-
*
|
|
20662
|
-
*
|
|
20663
|
-
* [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)
|
|
20664
20655
|
*/
|
|
20665
|
-
export interface
|
|
20666
|
-
Name: "
|
|
20667
|
-
Value:
|
|
20656
|
+
export interface MouseMiddleButton extends globalThis.EnumItem {
|
|
20657
|
+
Name: "MouseMiddleButton";
|
|
20658
|
+
Value: 1028;
|
|
20668
20659
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20669
20660
|
}
|
|
20670
|
-
export const
|
|
20661
|
+
export const MouseMiddleButton: MouseMiddleButton;
|
|
20671
20662
|
/**
|
|
20672
20663
|
* **Deprecated:** This enum is deprecated and flagged for removal.
|
|
20673
20664
|
*
|
|
@@ -20712,11 +20703,91 @@ declare namespace Enum {
|
|
|
20712
20703
|
EnumType: typeof globalThis.Enum.KeyCode;
|
|
20713
20704
|
}
|
|
20714
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;
|
|
20715
20786
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.KeyCode>;
|
|
20716
20787
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.KeyCode | undefined;
|
|
20717
20788
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.KeyCode | undefined;
|
|
20718
20789
|
}
|
|
20719
|
-
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;
|
|
20720
20791
|
/**
|
|
20721
20792
|
* Describes the interpolation method between two keys.
|
|
20722
20793
|
*
|
|
@@ -21552,10 +21623,14 @@ declare namespace Enum {
|
|
|
21552
21623
|
}
|
|
21553
21624
|
export type LocationType = LocationType.Character | LocationType.Camera | LocationType.ObjectPosition;
|
|
21554
21625
|
/**
|
|
21626
|
+
* The Luau type checking mode for scripts in the experience.
|
|
21627
|
+
*
|
|
21555
21628
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode)
|
|
21556
21629
|
*/
|
|
21557
21630
|
export namespace LuauTypeCheckMode {
|
|
21558
21631
|
/**
|
|
21632
|
+
* Uses the engine-default type checking mode.
|
|
21633
|
+
*
|
|
21559
21634
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Default)
|
|
21560
21635
|
*/
|
|
21561
21636
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -21565,6 +21640,8 @@ declare namespace Enum {
|
|
|
21565
21640
|
}
|
|
21566
21641
|
export const Default: Default;
|
|
21567
21642
|
/**
|
|
21643
|
+
* Scripts are not type-checked.
|
|
21644
|
+
*
|
|
21568
21645
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#NoCheck)
|
|
21569
21646
|
*/
|
|
21570
21647
|
export interface NoCheck extends globalThis.EnumItem {
|
|
@@ -21574,6 +21651,8 @@ declare namespace Enum {
|
|
|
21574
21651
|
}
|
|
21575
21652
|
export const NoCheck: NoCheck;
|
|
21576
21653
|
/**
|
|
21654
|
+
* Scripts are type-checked in nonstrict mode.
|
|
21655
|
+
*
|
|
21577
21656
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Nonstrict)
|
|
21578
21657
|
*/
|
|
21579
21658
|
export interface Nonstrict extends globalThis.EnumItem {
|
|
@@ -21583,6 +21662,8 @@ declare namespace Enum {
|
|
|
21583
21662
|
}
|
|
21584
21663
|
export const Nonstrict: Nonstrict;
|
|
21585
21664
|
/**
|
|
21665
|
+
* Scripts are type-checked in strict mode.
|
|
21666
|
+
*
|
|
21586
21667
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LuauTypeCheckMode#Strict)
|
|
21587
21668
|
*/
|
|
21588
21669
|
export interface Strict extends globalThis.EnumItem {
|
|
@@ -22613,11 +22694,56 @@ declare namespace Enum {
|
|
|
22613
22694
|
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22614
22695
|
}
|
|
22615
22696
|
export const Level04: Level04;
|
|
22697
|
+
/**
|
|
22698
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshPartDetailLevel#Level05)
|
|
22699
|
+
*/
|
|
22700
|
+
export interface Level05 extends globalThis.EnumItem {
|
|
22701
|
+
Name: "Level05";
|
|
22702
|
+
Value: 6;
|
|
22703
|
+
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22704
|
+
}
|
|
22705
|
+
export const Level05: Level05;
|
|
22706
|
+
/**
|
|
22707
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshPartDetailLevel#Level06)
|
|
22708
|
+
*/
|
|
22709
|
+
export interface Level06 extends globalThis.EnumItem {
|
|
22710
|
+
Name: "Level06";
|
|
22711
|
+
Value: 7;
|
|
22712
|
+
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22713
|
+
}
|
|
22714
|
+
export const Level06: Level06;
|
|
22715
|
+
/**
|
|
22716
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshPartDetailLevel#Level07)
|
|
22717
|
+
*/
|
|
22718
|
+
export interface Level07 extends globalThis.EnumItem {
|
|
22719
|
+
Name: "Level07";
|
|
22720
|
+
Value: 8;
|
|
22721
|
+
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22722
|
+
}
|
|
22723
|
+
export const Level07: Level07;
|
|
22724
|
+
/**
|
|
22725
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshPartDetailLevel#Level08)
|
|
22726
|
+
*/
|
|
22727
|
+
export interface Level08 extends globalThis.EnumItem {
|
|
22728
|
+
Name: "Level08";
|
|
22729
|
+
Value: 9;
|
|
22730
|
+
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22731
|
+
}
|
|
22732
|
+
export const Level08: Level08;
|
|
22733
|
+
/**
|
|
22734
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MeshPartDetailLevel#Level09)
|
|
22735
|
+
*/
|
|
22736
|
+
export interface Level09 extends globalThis.EnumItem {
|
|
22737
|
+
Name: "Level09";
|
|
22738
|
+
Value: 10;
|
|
22739
|
+
EnumType: typeof globalThis.Enum.MeshPartDetailLevel;
|
|
22740
|
+
}
|
|
22741
|
+
export const Level09: Level09;
|
|
22616
22742
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.MeshPartDetailLevel>;
|
|
22617
22743
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.MeshPartDetailLevel | undefined;
|
|
22618
22744
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MeshPartDetailLevel | undefined;
|
|
22619
22745
|
}
|
|
22620
|
-
export type MeshPartDetailLevel = MeshPartDetailLevel.DistanceBased | MeshPartDetailLevel.Level00 | MeshPartDetailLevel.Level01 | MeshPartDetailLevel.Level02 | MeshPartDetailLevel.Level03 | MeshPartDetailLevel.Level04;
|
|
22746
|
+
export type MeshPartDetailLevel = MeshPartDetailLevel.DistanceBased | MeshPartDetailLevel.Level00 | MeshPartDetailLevel.Level01 | MeshPartDetailLevel.Level02 | MeshPartDetailLevel.Level03 | MeshPartDetailLevel.Level04 | MeshPartDetailLevel.Level05 | MeshPartDetailLevel.Level06 | MeshPartDetailLevel.Level07 | MeshPartDetailLevel.Level08 | MeshPartDetailLevel.Level09;
|
|
22621
22747
|
/**
|
|
22622
22748
|
* Controls the `Workspace.MeshPartHeadsAndAccessories` feature.
|
|
22623
22749
|
*
|
|
@@ -23455,50 +23581,6 @@ declare namespace Enum {
|
|
|
23455
23581
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MoveState | undefined;
|
|
23456
23582
|
}
|
|
23457
23583
|
export type MoveState = MoveState.Stopped | MoveState.Coasting | MoveState.Pushing | MoveState.Stopping | MoveState.AirFree;
|
|
23458
|
-
/**
|
|
23459
|
-
* Values for `Workspace.MoverConstraintRootBehavior`. Controls the logic for selecting the assembly root part when using various mover constraints.
|
|
23460
|
-
*
|
|
23461
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MoverConstraintRootBehaviorMode)
|
|
23462
|
-
*/
|
|
23463
|
-
export namespace MoverConstraintRootBehaviorMode {
|
|
23464
|
-
/**
|
|
23465
|
-
* The default option for `Workspace.MoverConstraintRootBehavior`. Currently set to **Disabled**.
|
|
23466
|
-
*
|
|
23467
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MoverConstraintRootBehaviorMode#Default)
|
|
23468
|
-
*/
|
|
23469
|
-
export interface Default extends globalThis.EnumItem {
|
|
23470
|
-
Name: "Default";
|
|
23471
|
-
Value: 0;
|
|
23472
|
-
EnumType: typeof globalThis.Enum.MoverConstraintRootBehaviorMode;
|
|
23473
|
-
}
|
|
23474
|
-
export const Default: Default;
|
|
23475
|
-
/**
|
|
23476
|
-
* The legacy logic will be used for assembly root part selection when a mechanism contains a mover constraint.
|
|
23477
|
-
*
|
|
23478
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MoverConstraintRootBehaviorMode#Disabled)
|
|
23479
|
-
*/
|
|
23480
|
-
export interface Disabled extends globalThis.EnumItem {
|
|
23481
|
-
Name: "Disabled";
|
|
23482
|
-
Value: 1;
|
|
23483
|
-
EnumType: typeof globalThis.Enum.MoverConstraintRootBehaviorMode;
|
|
23484
|
-
}
|
|
23485
|
-
export const Disabled: Disabled;
|
|
23486
|
-
/**
|
|
23487
|
-
* Improved logic will be used for assembly root part selection when a mechanism contains a mover constraint. This improved logic gives more consistent behavior when compared with other constraints or the deprecated `BodyMover` classes.
|
|
23488
|
-
*
|
|
23489
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MoverConstraintRootBehaviorMode#Enabled)
|
|
23490
|
-
*/
|
|
23491
|
-
export interface Enabled extends globalThis.EnumItem {
|
|
23492
|
-
Name: "Enabled";
|
|
23493
|
-
Value: 2;
|
|
23494
|
-
EnumType: typeof globalThis.Enum.MoverConstraintRootBehaviorMode;
|
|
23495
|
-
}
|
|
23496
|
-
export const Enabled: Enabled;
|
|
23497
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.MoverConstraintRootBehaviorMode>;
|
|
23498
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.MoverConstraintRootBehaviorMode | undefined;
|
|
23499
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.MoverConstraintRootBehaviorMode | undefined;
|
|
23500
|
-
}
|
|
23501
|
-
export type MoverConstraintRootBehaviorMode = MoverConstraintRootBehaviorMode.Default | MoverConstraintRootBehaviorMode.Disabled | MoverConstraintRootBehaviorMode.Enabled;
|
|
23502
23584
|
/**
|
|
23503
23585
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/MuteState)
|
|
23504
23586
|
*/
|
|
@@ -24523,17 +24605,6 @@ declare namespace Enum {
|
|
|
24523
24605
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24524
24606
|
}
|
|
24525
24607
|
export const Success: Success;
|
|
24526
|
-
/**
|
|
24527
|
-
* Path doesn't exist.
|
|
24528
|
-
*
|
|
24529
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathStatus#NoPath)
|
|
24530
|
-
*/
|
|
24531
|
-
export interface NoPath extends globalThis.EnumItem {
|
|
24532
|
-
Name: "NoPath";
|
|
24533
|
-
Value: 5;
|
|
24534
|
-
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24535
|
-
}
|
|
24536
|
-
export const NoPath: NoPath;
|
|
24537
24608
|
/**
|
|
24538
24609
|
* **Deprecated:**
|
|
24539
24610
|
*
|
|
@@ -24586,11 +24657,22 @@ declare namespace Enum {
|
|
|
24586
24657
|
EnumType: typeof globalThis.Enum.PathStatus;
|
|
24587
24658
|
}
|
|
24588
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;
|
|
24589
24671
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.PathStatus>;
|
|
24590
24672
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.PathStatus | undefined;
|
|
24591
24673
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.PathStatus | undefined;
|
|
24592
24674
|
}
|
|
24593
|
-
export type PathStatus = PathStatus.Success | PathStatus.
|
|
24675
|
+
export type PathStatus = PathStatus.Success | PathStatus.ClosestNoPath | PathStatus.ClosestOutOfRange | PathStatus.FailStartNotEmpty | PathStatus.FailFinishNotEmpty | PathStatus.NoPath;
|
|
24594
24676
|
/**
|
|
24595
24677
|
* Describes the action to take when a `PathWaypoint` is reached.
|
|
24596
24678
|
*
|
|
@@ -24634,10 +24716,14 @@ declare namespace Enum {
|
|
|
24634
24716
|
}
|
|
24635
24717
|
export type PathWaypointAction = PathWaypointAction.Walk | PathWaypointAction.Jump | PathWaypointAction.Custom;
|
|
24636
24718
|
/**
|
|
24719
|
+
* Controls whether `PathfindingService` uses an improved search algorithm.
|
|
24720
|
+
*
|
|
24637
24721
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch)
|
|
24638
24722
|
*/
|
|
24639
24723
|
export namespace PathfindingUseImprovedSearch {
|
|
24640
24724
|
/**
|
|
24725
|
+
* Uses the engine-default pathfinding behavior.
|
|
24726
|
+
*
|
|
24641
24727
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Default)
|
|
24642
24728
|
*/
|
|
24643
24729
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -24647,6 +24733,8 @@ declare namespace Enum {
|
|
|
24647
24733
|
}
|
|
24648
24734
|
export const Default: Default;
|
|
24649
24735
|
/**
|
|
24736
|
+
* Uses the legacy pathfinding search algorithm.
|
|
24737
|
+
*
|
|
24650
24738
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Disabled)
|
|
24651
24739
|
*/
|
|
24652
24740
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -24656,6 +24744,8 @@ declare namespace Enum {
|
|
|
24656
24744
|
}
|
|
24657
24745
|
export const Disabled: Disabled;
|
|
24658
24746
|
/**
|
|
24747
|
+
* Uses the improved pathfinding search algorithm.
|
|
24748
|
+
*
|
|
24659
24749
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PathfindingUseImprovedSearch#Enabled)
|
|
24660
24750
|
*/
|
|
24661
24751
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -25395,10 +25485,14 @@ declare namespace Enum {
|
|
|
25395
25485
|
}
|
|
25396
25486
|
export type PlayerActions = PlayerActions.CharacterForward | PlayerActions.CharacterBackward | PlayerActions.CharacterLeft | PlayerActions.CharacterRight | PlayerActions.CharacterJump;
|
|
25397
25487
|
/**
|
|
25488
|
+
* Controls destruction behavior when a player character is removed.
|
|
25489
|
+
*
|
|
25398
25490
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior)
|
|
25399
25491
|
*/
|
|
25400
25492
|
export namespace PlayerCharacterDestroyBehavior {
|
|
25401
25493
|
/**
|
|
25494
|
+
* Uses the engine-default behavior.
|
|
25495
|
+
*
|
|
25402
25496
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Default)
|
|
25403
25497
|
*/
|
|
25404
25498
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -25408,6 +25502,8 @@ declare namespace Enum {
|
|
|
25408
25502
|
}
|
|
25409
25503
|
export const Default: Default;
|
|
25410
25504
|
/**
|
|
25505
|
+
* Automatic `Destroy()` calls on character replacement and player removal are disabled.
|
|
25506
|
+
*
|
|
25411
25507
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Disabled)
|
|
25412
25508
|
*/
|
|
25413
25509
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -25417,6 +25513,8 @@ declare namespace Enum {
|
|
|
25417
25513
|
}
|
|
25418
25514
|
export const Disabled: Disabled;
|
|
25419
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
|
+
*
|
|
25420
25518
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PlayerCharacterDestroyBehavior#Enabled)
|
|
25421
25519
|
*/
|
|
25422
25520
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -26055,10 +26153,14 @@ declare namespace Enum {
|
|
|
26055
26153
|
}
|
|
26056
26154
|
export type PrefetchDownloadStatus = PrefetchDownloadStatus.NotStarted | PrefetchDownloadStatus.InProgress | PrefetchDownloadStatus.Completed | PrefetchDownloadStatus.Failed;
|
|
26057
26155
|
/**
|
|
26156
|
+
* Controls whether the experimental Primal Physics Solver is enabled.
|
|
26157
|
+
*
|
|
26058
26158
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver)
|
|
26059
26159
|
*/
|
|
26060
26160
|
export namespace PrimalPhysicsSolver {
|
|
26061
26161
|
/**
|
|
26162
|
+
* Uses the engine-default physics solver state.
|
|
26163
|
+
*
|
|
26062
26164
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Default)
|
|
26063
26165
|
*/
|
|
26064
26166
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -26068,6 +26170,8 @@ declare namespace Enum {
|
|
|
26068
26170
|
}
|
|
26069
26171
|
export const Default: Default;
|
|
26070
26172
|
/**
|
|
26173
|
+
* The experimental Primal Physics Solver is enabled.
|
|
26174
|
+
*
|
|
26071
26175
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Experimental)
|
|
26072
26176
|
*/
|
|
26073
26177
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -26077,6 +26181,8 @@ declare namespace Enum {
|
|
|
26077
26181
|
}
|
|
26078
26182
|
export const Experimental: Experimental;
|
|
26079
26183
|
/**
|
|
26184
|
+
* The Primal Physics Solver is disabled.
|
|
26185
|
+
*
|
|
26080
26186
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/PrimalPhysicsSolver#Disabled)
|
|
26081
26187
|
*/
|
|
26082
26188
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27495,10 +27601,95 @@ declare namespace Enum {
|
|
|
27495
27601
|
}
|
|
27496
27602
|
export type RecommendationItemVisibility = RecommendationItemVisibility.Private | RecommendationItemVisibility.Public;
|
|
27497
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
|
+
*
|
|
27498
27687
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions)
|
|
27499
27688
|
*/
|
|
27500
27689
|
export namespace RejectCharacterDeletions {
|
|
27501
27690
|
/**
|
|
27691
|
+
* Uses the engine-default behavior (currently equivalent to `Enabled`).
|
|
27692
|
+
*
|
|
27502
27693
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Default)
|
|
27503
27694
|
*/
|
|
27504
27695
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27508,6 +27699,8 @@ declare namespace Enum {
|
|
|
27508
27699
|
}
|
|
27509
27700
|
export const Default: Default;
|
|
27510
27701
|
/**
|
|
27702
|
+
* The server does not reject character deletion requests from clients.
|
|
27703
|
+
*
|
|
27511
27704
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Disabled)
|
|
27512
27705
|
*/
|
|
27513
27706
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27517,6 +27710,8 @@ declare namespace Enum {
|
|
|
27517
27710
|
}
|
|
27518
27711
|
export const Disabled: Disabled;
|
|
27519
27712
|
/**
|
|
27713
|
+
* The server rejects client attempts to delete player characters.
|
|
27714
|
+
*
|
|
27520
27715
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RejectCharacterDeletions#Enabled)
|
|
27521
27716
|
*/
|
|
27522
27717
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27641,10 +27836,14 @@ declare namespace Enum {
|
|
|
27641
27836
|
}
|
|
27642
27837
|
export type RenderPriority = RenderPriority.First | RenderPriority.Input | RenderPriority.Camera | RenderPriority.Character | RenderPriority.Last;
|
|
27643
27838
|
/**
|
|
27839
|
+
* Controls rendering cache optimization behavior.
|
|
27840
|
+
*
|
|
27644
27841
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode)
|
|
27645
27842
|
*/
|
|
27646
27843
|
export namespace RenderingCacheOptimizationMode {
|
|
27647
27844
|
/**
|
|
27845
|
+
* Uses the engine-default rendering cache state.
|
|
27846
|
+
*
|
|
27648
27847
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Default)
|
|
27649
27848
|
*/
|
|
27650
27849
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27654,6 +27853,8 @@ declare namespace Enum {
|
|
|
27654
27853
|
}
|
|
27655
27854
|
export const Default: Default;
|
|
27656
27855
|
/**
|
|
27856
|
+
* Rendering cache optimizations are disabled.
|
|
27857
|
+
*
|
|
27657
27858
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Disabled)
|
|
27658
27859
|
*/
|
|
27659
27860
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27663,6 +27864,8 @@ declare namespace Enum {
|
|
|
27663
27864
|
}
|
|
27664
27865
|
export const Disabled: Disabled;
|
|
27665
27866
|
/**
|
|
27867
|
+
* Rendering cache optimizations are enabled.
|
|
27868
|
+
*
|
|
27666
27869
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RenderingCacheOptimizationMode#Enabled)
|
|
27667
27870
|
*/
|
|
27668
27871
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -27704,10 +27907,14 @@ declare namespace Enum {
|
|
|
27704
27907
|
}
|
|
27705
27908
|
export type RenderingTestComparisonMethod = RenderingTestComparisonMethod.psnr | RenderingTestComparisonMethod.diff;
|
|
27706
27909
|
/**
|
|
27910
|
+
* Controls how `Instance:Destroy()` calls are replicated from server to clients.
|
|
27911
|
+
*
|
|
27707
27912
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting)
|
|
27708
27913
|
*/
|
|
27709
27914
|
export namespace ReplicateInstanceDestroySetting {
|
|
27710
27915
|
/**
|
|
27916
|
+
* Uses the engine-default instance destroy replication behavior.
|
|
27917
|
+
*
|
|
27711
27918
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Default)
|
|
27712
27919
|
*/
|
|
27713
27920
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -27717,6 +27924,8 @@ declare namespace Enum {
|
|
|
27717
27924
|
}
|
|
27718
27925
|
export const Default: Default;
|
|
27719
27926
|
/**
|
|
27927
|
+
* Uses legacy instance destroy replication behavior.
|
|
27928
|
+
*
|
|
27720
27929
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Disabled)
|
|
27721
27930
|
*/
|
|
27722
27931
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -27726,6 +27935,8 @@ declare namespace Enum {
|
|
|
27726
27935
|
}
|
|
27727
27936
|
export const Disabled: Disabled;
|
|
27728
27937
|
/**
|
|
27938
|
+
* Uses improved instance destroy replication behavior.
|
|
27939
|
+
*
|
|
27729
27940
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReplicateInstanceDestroySetting#Enabled)
|
|
27730
27941
|
*/
|
|
27731
27942
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -28869,10 +29080,14 @@ declare namespace Enum {
|
|
|
28869
29080
|
}
|
|
28870
29081
|
export type RollOffMode = RollOffMode.Inverse | RollOffMode.Linear | RollOffMode.LinearSquare | RollOffMode.InverseTapered;
|
|
28871
29082
|
/**
|
|
29083
|
+
* A three-phase rollout state used to opt in or out of engine features.
|
|
29084
|
+
*
|
|
28872
29085
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState)
|
|
28873
29086
|
*/
|
|
28874
29087
|
export namespace RolloutState {
|
|
28875
29088
|
/**
|
|
29089
|
+
* Uses the engine-wide rollout default, which changes as the feature progresses through its rollout phases.
|
|
29090
|
+
*
|
|
28876
29091
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Default)
|
|
28877
29092
|
*/
|
|
28878
29093
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -28882,6 +29097,8 @@ declare namespace Enum {
|
|
|
28882
29097
|
}
|
|
28883
29098
|
export const Default: Default;
|
|
28884
29099
|
/**
|
|
29100
|
+
* Opts out of the feature regardless of the engine-wide rollout phase.
|
|
29101
|
+
*
|
|
28885
29102
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Disabled)
|
|
28886
29103
|
*/
|
|
28887
29104
|
export interface Disabled extends globalThis.EnumItem {
|
|
@@ -28891,6 +29108,8 @@ declare namespace Enum {
|
|
|
28891
29108
|
}
|
|
28892
29109
|
export const Disabled: Disabled;
|
|
28893
29110
|
/**
|
|
29111
|
+
* Opts in to the feature regardless of the engine-wide rollout phase.
|
|
29112
|
+
*
|
|
28894
29113
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RolloutState#Enabled)
|
|
28895
29114
|
*/
|
|
28896
29115
|
export interface Enabled extends globalThis.EnumItem {
|
|
@@ -29284,10 +29503,14 @@ declare namespace Enum {
|
|
|
29284
29503
|
}
|
|
29285
29504
|
export type SalesTypeFilter = SalesTypeFilter.All | SalesTypeFilter.Collectibles | SalesTypeFilter.Premium | SalesTypeFilter.TimedOptions;
|
|
29286
29505
|
/**
|
|
29506
|
+
* Controls whether sandboxed instance mode (script capabilities) is enabled.
|
|
29507
|
+
*
|
|
29287
29508
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode)
|
|
29288
29509
|
*/
|
|
29289
29510
|
export namespace SandboxedInstanceMode {
|
|
29290
29511
|
/**
|
|
29512
|
+
* Uses the engine-default sandboxed instance state.
|
|
29513
|
+
*
|
|
29291
29514
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Default)
|
|
29292
29515
|
*/
|
|
29293
29516
|
export interface Default extends globalThis.EnumItem {
|
|
@@ -29297,6 +29520,8 @@ declare namespace Enum {
|
|
|
29297
29520
|
}
|
|
29298
29521
|
export const Default: Default;
|
|
29299
29522
|
/**
|
|
29523
|
+
* Sandboxed instance mode is enabled.
|
|
29524
|
+
*
|
|
29300
29525
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SandboxedInstanceMode#Experimental)
|
|
29301
29526
|
*/
|
|
29302
29527
|
export interface Experimental extends globalThis.EnumItem {
|
|
@@ -29959,6 +30184,17 @@ declare namespace Enum {
|
|
|
29959
30184
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
29960
30185
|
}
|
|
29961
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;
|
|
29962
30198
|
/**
|
|
29963
30199
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#LoadString)
|
|
29964
30200
|
*/
|
|
@@ -30067,6 +30303,17 @@ declare namespace Enum {
|
|
|
30067
30303
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30068
30304
|
}
|
|
30069
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;
|
|
30070
30317
|
/**
|
|
30071
30318
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Input)
|
|
30072
30319
|
*/
|
|
@@ -30391,33 +30638,11 @@ declare namespace Enum {
|
|
|
30391
30638
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30392
30639
|
}
|
|
30393
30640
|
export const LoadUnownedAsset: LoadUnownedAsset;
|
|
30394
|
-
/**
|
|
30395
|
-
* **Deprecated:**
|
|
30396
|
-
*
|
|
30397
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#AssetRequire)
|
|
30398
|
-
*/
|
|
30399
|
-
export interface AssetRequire extends globalThis.EnumItem {
|
|
30400
|
-
Name: "AssetRequire";
|
|
30401
|
-
Value: 3;
|
|
30402
|
-
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30403
|
-
}
|
|
30404
|
-
export const AssetRequire: AssetRequire;
|
|
30405
|
-
/**
|
|
30406
|
-
* **Deprecated:**
|
|
30407
|
-
*
|
|
30408
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#Avatar)
|
|
30409
|
-
*/
|
|
30410
|
-
export interface Avatar extends globalThis.EnumItem {
|
|
30411
|
-
Name: "Avatar";
|
|
30412
|
-
Value: 16;
|
|
30413
|
-
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
30414
|
-
}
|
|
30415
|
-
export const Avatar: Avatar;
|
|
30416
30641
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SecurityCapability>;
|
|
30417
30642
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SecurityCapability | undefined;
|
|
30418
30643
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SecurityCapability | undefined;
|
|
30419
30644
|
}
|
|
30420
|
-
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;
|
|
30421
30646
|
/**
|
|
30422
30647
|
* Customization options for gamepad selection when `GuiBase2d.SelectionGroup` is true.
|
|
30423
30648
|
*
|
|
@@ -30575,12 +30800,21 @@ declare namespace Enum {
|
|
|
30575
30800
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30576
30801
|
}
|
|
30577
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;
|
|
30578
30812
|
/**
|
|
30579
30813
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorMode#ClassicLadder)
|
|
30580
30814
|
*/
|
|
30581
30815
|
export interface ClassicLadder extends globalThis.EnumItem {
|
|
30582
30816
|
Name: "ClassicLadder";
|
|
30583
|
-
Value:
|
|
30817
|
+
Value: 3;
|
|
30584
30818
|
EnumType: typeof globalThis.Enum.SensorMode;
|
|
30585
30819
|
}
|
|
30586
30820
|
export const ClassicLadder: ClassicLadder;
|
|
@@ -30588,7 +30822,7 @@ declare namespace Enum {
|
|
|
30588
30822
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SensorMode | undefined;
|
|
30589
30823
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SensorMode | undefined;
|
|
30590
30824
|
}
|
|
30591
|
-
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicLadder;
|
|
30825
|
+
export type SensorMode = SensorMode.Floor | SensorMode.Ladder | SensorMode.ClassicFloor | SensorMode.ClassicLadder;
|
|
30592
30826
|
/**
|
|
30593
30827
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SensorUpdateType)
|
|
30594
30828
|
*/
|
|
@@ -34224,6 +34458,17 @@ declare namespace Enum {
|
|
|
34224
34458
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology)
|
|
34225
34459
|
*/
|
|
34226
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;
|
|
34227
34472
|
/**
|
|
34228
34473
|
* Uses a 4×4×4 voxel map for light and shadow calculation.
|
|
34229
34474
|
*
|
|
@@ -34268,17 +34513,6 @@ declare namespace Enum {
|
|
|
34268
34513
|
EnumType: typeof globalThis.Enum.Technology;
|
|
34269
34514
|
}
|
|
34270
34515
|
export const Future: Future;
|
|
34271
|
-
/**
|
|
34272
|
-
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34273
|
-
*
|
|
34274
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/Technology#Legacy)
|
|
34275
|
-
*/
|
|
34276
|
-
export interface Legacy extends globalThis.EnumItem {
|
|
34277
|
-
Name: "Legacy";
|
|
34278
|
-
Value: 0;
|
|
34279
|
-
EnumType: typeof globalThis.Enum.Technology;
|
|
34280
|
-
}
|
|
34281
|
-
export const Legacy: Legacy;
|
|
34282
34516
|
/**
|
|
34283
34517
|
* **Deprecated:** This option is deprecated and cannot be selected in Studio.
|
|
34284
34518
|
*
|
|
@@ -34294,7 +34528,7 @@ declare namespace Enum {
|
|
|
34294
34528
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.Technology | undefined;
|
|
34295
34529
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.Technology | undefined;
|
|
34296
34530
|
}
|
|
34297
|
-
export type Technology = Technology.
|
|
34531
|
+
export type Technology = Technology.Legacy | Technology.Voxel | Technology.Compatibility | Technology.ShadowMap | Technology.Future | Technology.Unified;
|
|
34298
34532
|
/**
|
|
34299
34533
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/TelemetryBackend)
|
|
34300
34534
|
*/
|
|
@@ -39629,11 +39863,20 @@ declare namespace Enum {
|
|
|
39629
39863
|
EnumType: typeof globalThis.Enum.WrapLayerDebugMode;
|
|
39630
39864
|
}
|
|
39631
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;
|
|
39632
39875
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.WrapLayerDebugMode>;
|
|
39633
39876
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39634
39877
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.WrapLayerDebugMode | undefined;
|
|
39635
39878
|
}
|
|
39636
|
-
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;
|
|
39637
39880
|
/**
|
|
39638
39881
|
* The Studio-only property for quickly visualizing and debugging meshes with only outer cages.
|
|
39639
39882
|
*
|