@rbxts/types 1.0.846 → 1.0.848
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 +475 -48
- package/include/generated/PluginSecurity.d.ts +94 -24
- package/include/generated/enums.d.ts +696 -34
- package/package.json +1 -1
|
@@ -1689,50 +1689,59 @@ declare namespace Enum {
|
|
|
1689
1689
|
}
|
|
1690
1690
|
export type AnnotationEditingMode = AnnotationEditingMode.None | AnnotationEditingMode.PlacingNew | AnnotationEditingMode.WritingNew;
|
|
1691
1691
|
/**
|
|
1692
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/
|
|
1692
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus)
|
|
1693
1693
|
*/
|
|
1694
|
-
export namespace
|
|
1694
|
+
export namespace AnnotationRequestStatus {
|
|
1695
1695
|
/**
|
|
1696
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/
|
|
1696
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus#Success)
|
|
1697
1697
|
*/
|
|
1698
1698
|
export interface Success extends globalThis.EnumItem {
|
|
1699
1699
|
Name: "Success";
|
|
1700
1700
|
Value: 0;
|
|
1701
|
-
EnumType: typeof globalThis.Enum.
|
|
1701
|
+
EnumType: typeof globalThis.Enum.AnnotationRequestStatus;
|
|
1702
1702
|
}
|
|
1703
1703
|
export const Success: Success;
|
|
1704
1704
|
/**
|
|
1705
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/
|
|
1705
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus#Loading)
|
|
1706
|
+
*/
|
|
1707
|
+
export interface Loading extends globalThis.EnumItem {
|
|
1708
|
+
Name: "Loading";
|
|
1709
|
+
Value: 1;
|
|
1710
|
+
EnumType: typeof globalThis.Enum.AnnotationRequestStatus;
|
|
1711
|
+
}
|
|
1712
|
+
export const Loading: Loading;
|
|
1713
|
+
/**
|
|
1714
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus#ErrorInternalFailure)
|
|
1706
1715
|
*/
|
|
1707
1716
|
export interface ErrorInternalFailure extends globalThis.EnumItem {
|
|
1708
1717
|
Name: "ErrorInternalFailure";
|
|
1709
|
-
Value:
|
|
1710
|
-
EnumType: typeof globalThis.Enum.
|
|
1718
|
+
Value: 2;
|
|
1719
|
+
EnumType: typeof globalThis.Enum.AnnotationRequestStatus;
|
|
1711
1720
|
}
|
|
1712
1721
|
export const ErrorInternalFailure: ErrorInternalFailure;
|
|
1713
1722
|
/**
|
|
1714
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/
|
|
1723
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus#ErrorNotFound)
|
|
1715
1724
|
*/
|
|
1716
1725
|
export interface ErrorNotFound extends globalThis.EnumItem {
|
|
1717
1726
|
Name: "ErrorNotFound";
|
|
1718
|
-
Value:
|
|
1719
|
-
EnumType: typeof globalThis.Enum.
|
|
1727
|
+
Value: 3;
|
|
1728
|
+
EnumType: typeof globalThis.Enum.AnnotationRequestStatus;
|
|
1720
1729
|
}
|
|
1721
1730
|
export const ErrorNotFound: ErrorNotFound;
|
|
1722
1731
|
/**
|
|
1723
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/
|
|
1732
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestStatus#ErrorModerated)
|
|
1724
1733
|
*/
|
|
1725
1734
|
export interface ErrorModerated extends globalThis.EnumItem {
|
|
1726
1735
|
Name: "ErrorModerated";
|
|
1727
|
-
Value:
|
|
1728
|
-
EnumType: typeof globalThis.Enum.
|
|
1736
|
+
Value: 4;
|
|
1737
|
+
EnumType: typeof globalThis.Enum.AnnotationRequestStatus;
|
|
1729
1738
|
}
|
|
1730
1739
|
export const ErrorModerated: ErrorModerated;
|
|
1731
|
-
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.
|
|
1732
|
-
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.
|
|
1733
|
-
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.
|
|
1740
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AnnotationRequestStatus>;
|
|
1741
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AnnotationRequestStatus | undefined;
|
|
1742
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AnnotationRequestStatus | undefined;
|
|
1734
1743
|
}
|
|
1735
|
-
export type
|
|
1744
|
+
export type AnnotationRequestStatus = AnnotationRequestStatus.Success | AnnotationRequestStatus.Loading | AnnotationRequestStatus.ErrorInternalFailure | AnnotationRequestStatus.ErrorNotFound | AnnotationRequestStatus.ErrorModerated;
|
|
1736
1745
|
/**
|
|
1737
1746
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AnnotationRequestType)
|
|
1738
1747
|
*/
|
|
@@ -3169,11 +3178,20 @@ declare namespace Enum {
|
|
|
3169
3178
|
EnumType: typeof globalThis.Enum.AudioFilterType;
|
|
3170
3179
|
}
|
|
3171
3180
|
export const Notch: Notch;
|
|
3181
|
+
/**
|
|
3182
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AudioFilterType#Lowpass6dB)
|
|
3183
|
+
*/
|
|
3184
|
+
export interface Lowpass6dB extends globalThis.EnumItem {
|
|
3185
|
+
Name: "Lowpass6dB";
|
|
3186
|
+
Value: 11;
|
|
3187
|
+
EnumType: typeof globalThis.Enum.AudioFilterType;
|
|
3188
|
+
}
|
|
3189
|
+
export const Lowpass6dB: Lowpass6dB;
|
|
3172
3190
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.AudioFilterType>;
|
|
3173
3191
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.AudioFilterType | undefined;
|
|
3174
3192
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.AudioFilterType | undefined;
|
|
3175
3193
|
}
|
|
3176
|
-
export type AudioFilterType = AudioFilterType.Peak | AudioFilterType.LowShelf | AudioFilterType.HighShelf | AudioFilterType.Lowpass12dB | AudioFilterType.Lowpass24dB | AudioFilterType.Lowpass48dB | AudioFilterType.Highpass12dB | AudioFilterType.Highpass24dB | AudioFilterType.Highpass48dB | AudioFilterType.Bandpass | AudioFilterType.Notch;
|
|
3194
|
+
export type AudioFilterType = AudioFilterType.Peak | AudioFilterType.LowShelf | AudioFilterType.HighShelf | AudioFilterType.Lowpass12dB | AudioFilterType.Lowpass24dB | AudioFilterType.Lowpass48dB | AudioFilterType.Highpass12dB | AudioFilterType.Highpass24dB | AudioFilterType.Highpass48dB | AudioFilterType.Bandpass | AudioFilterType.Notch | AudioFilterType.Lowpass6dB;
|
|
3177
3195
|
/**
|
|
3178
3196
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/AudioSimulationFidelity)
|
|
3179
3197
|
*/
|
|
@@ -10198,6 +10216,42 @@ declare namespace Enum {
|
|
|
10198
10216
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FACSDataLod | undefined;
|
|
10199
10217
|
}
|
|
10200
10218
|
export type FACSDataLod = FACSDataLod.LOD0 | FACSDataLod.LOD1 | FACSDataLod.LODCount;
|
|
10219
|
+
/**
|
|
10220
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacialAgeEstimationResultType)
|
|
10221
|
+
*/
|
|
10222
|
+
export namespace FacialAgeEstimationResultType {
|
|
10223
|
+
/**
|
|
10224
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacialAgeEstimationResultType#Complete)
|
|
10225
|
+
*/
|
|
10226
|
+
export interface Complete extends globalThis.EnumItem {
|
|
10227
|
+
Name: "Complete";
|
|
10228
|
+
Value: 0;
|
|
10229
|
+
EnumType: typeof globalThis.Enum.FacialAgeEstimationResultType;
|
|
10230
|
+
}
|
|
10231
|
+
export const Complete: Complete;
|
|
10232
|
+
/**
|
|
10233
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacialAgeEstimationResultType#Cancel)
|
|
10234
|
+
*/
|
|
10235
|
+
export interface Cancel extends globalThis.EnumItem {
|
|
10236
|
+
Name: "Cancel";
|
|
10237
|
+
Value: 1;
|
|
10238
|
+
EnumType: typeof globalThis.Enum.FacialAgeEstimationResultType;
|
|
10239
|
+
}
|
|
10240
|
+
export const Cancel: Cancel;
|
|
10241
|
+
/**
|
|
10242
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacialAgeEstimationResultType#Error)
|
|
10243
|
+
*/
|
|
10244
|
+
export interface Error extends globalThis.EnumItem {
|
|
10245
|
+
Name: "Error";
|
|
10246
|
+
Value: 2;
|
|
10247
|
+
EnumType: typeof globalThis.Enum.FacialAgeEstimationResultType;
|
|
10248
|
+
}
|
|
10249
|
+
export const Error: Error;
|
|
10250
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.FacialAgeEstimationResultType>;
|
|
10251
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FacialAgeEstimationResultType | undefined;
|
|
10252
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FacialAgeEstimationResultType | undefined;
|
|
10253
|
+
}
|
|
10254
|
+
export type FacialAgeEstimationResultType = FacialAgeEstimationResultType.Complete | FacialAgeEstimationResultType.Cancel | FacialAgeEstimationResultType.Error;
|
|
10201
10255
|
/**
|
|
10202
10256
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacialAnimationStreamingState)
|
|
10203
10257
|
*/
|
|
@@ -10252,6 +10306,528 @@ declare namespace Enum {
|
|
|
10252
10306
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FacialAnimationStreamingState | undefined;
|
|
10253
10307
|
}
|
|
10254
10308
|
export type FacialAnimationStreamingState = FacialAnimationStreamingState.None | FacialAnimationStreamingState.Audio | FacialAnimationStreamingState.Video | FacialAnimationStreamingState.Place | FacialAnimationStreamingState.Server;
|
|
10309
|
+
/**
|
|
10310
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit)
|
|
10311
|
+
*/
|
|
10312
|
+
export namespace FacsActionUnit {
|
|
10313
|
+
/**
|
|
10314
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#ChinRaiserUpperLip)
|
|
10315
|
+
*/
|
|
10316
|
+
export interface ChinRaiserUpperLip extends globalThis.EnumItem {
|
|
10317
|
+
Name: "ChinRaiserUpperLip";
|
|
10318
|
+
Value: 0;
|
|
10319
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10320
|
+
}
|
|
10321
|
+
export const ChinRaiserUpperLip: ChinRaiserUpperLip;
|
|
10322
|
+
/**
|
|
10323
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#ChinRaiser)
|
|
10324
|
+
*/
|
|
10325
|
+
export interface ChinRaiser extends globalThis.EnumItem {
|
|
10326
|
+
Name: "ChinRaiser";
|
|
10327
|
+
Value: 1;
|
|
10328
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10329
|
+
}
|
|
10330
|
+
export const ChinRaiser: ChinRaiser;
|
|
10331
|
+
/**
|
|
10332
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#FlatPucker)
|
|
10333
|
+
*/
|
|
10334
|
+
export interface FlatPucker extends globalThis.EnumItem {
|
|
10335
|
+
Name: "FlatPucker";
|
|
10336
|
+
Value: 2;
|
|
10337
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10338
|
+
}
|
|
10339
|
+
export const FlatPucker: FlatPucker;
|
|
10340
|
+
/**
|
|
10341
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#Funneler)
|
|
10342
|
+
*/
|
|
10343
|
+
export interface Funneler extends globalThis.EnumItem {
|
|
10344
|
+
Name: "Funneler";
|
|
10345
|
+
Value: 3;
|
|
10346
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10347
|
+
}
|
|
10348
|
+
export const Funneler: Funneler;
|
|
10349
|
+
/**
|
|
10350
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LowerLipSuck)
|
|
10351
|
+
*/
|
|
10352
|
+
export interface LowerLipSuck extends globalThis.EnumItem {
|
|
10353
|
+
Name: "LowerLipSuck";
|
|
10354
|
+
Value: 4;
|
|
10355
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10356
|
+
}
|
|
10357
|
+
export const LowerLipSuck: LowerLipSuck;
|
|
10358
|
+
/**
|
|
10359
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LipPresser)
|
|
10360
|
+
*/
|
|
10361
|
+
export interface LipPresser extends globalThis.EnumItem {
|
|
10362
|
+
Name: "LipPresser";
|
|
10363
|
+
Value: 5;
|
|
10364
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10365
|
+
}
|
|
10366
|
+
export const LipPresser: LipPresser;
|
|
10367
|
+
/**
|
|
10368
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LipsTogether)
|
|
10369
|
+
*/
|
|
10370
|
+
export interface LipsTogether extends globalThis.EnumItem {
|
|
10371
|
+
Name: "LipsTogether";
|
|
10372
|
+
Value: 6;
|
|
10373
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10374
|
+
}
|
|
10375
|
+
export const LipsTogether: LipsTogether;
|
|
10376
|
+
/**
|
|
10377
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#MouthLeft)
|
|
10378
|
+
*/
|
|
10379
|
+
export interface MouthLeft extends globalThis.EnumItem {
|
|
10380
|
+
Name: "MouthLeft";
|
|
10381
|
+
Value: 7;
|
|
10382
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10383
|
+
}
|
|
10384
|
+
export const MouthLeft: MouthLeft;
|
|
10385
|
+
/**
|
|
10386
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#MouthRight)
|
|
10387
|
+
*/
|
|
10388
|
+
export interface MouthRight extends globalThis.EnumItem {
|
|
10389
|
+
Name: "MouthRight";
|
|
10390
|
+
Value: 8;
|
|
10391
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10392
|
+
}
|
|
10393
|
+
export const MouthRight: MouthRight;
|
|
10394
|
+
/**
|
|
10395
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#Pucker)
|
|
10396
|
+
*/
|
|
10397
|
+
export interface Pucker extends globalThis.EnumItem {
|
|
10398
|
+
Name: "Pucker";
|
|
10399
|
+
Value: 9;
|
|
10400
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10401
|
+
}
|
|
10402
|
+
export const Pucker: Pucker;
|
|
10403
|
+
/**
|
|
10404
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#UpperLipSuck)
|
|
10405
|
+
*/
|
|
10406
|
+
export interface UpperLipSuck extends globalThis.EnumItem {
|
|
10407
|
+
Name: "UpperLipSuck";
|
|
10408
|
+
Value: 10;
|
|
10409
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10410
|
+
}
|
|
10411
|
+
export const UpperLipSuck: UpperLipSuck;
|
|
10412
|
+
/**
|
|
10413
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftCheekPuff)
|
|
10414
|
+
*/
|
|
10415
|
+
export interface LeftCheekPuff extends globalThis.EnumItem {
|
|
10416
|
+
Name: "LeftCheekPuff";
|
|
10417
|
+
Value: 11;
|
|
10418
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10419
|
+
}
|
|
10420
|
+
export const LeftCheekPuff: LeftCheekPuff;
|
|
10421
|
+
/**
|
|
10422
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftDimpler)
|
|
10423
|
+
*/
|
|
10424
|
+
export interface LeftDimpler extends globalThis.EnumItem {
|
|
10425
|
+
Name: "LeftDimpler";
|
|
10426
|
+
Value: 12;
|
|
10427
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10428
|
+
}
|
|
10429
|
+
export const LeftDimpler: LeftDimpler;
|
|
10430
|
+
/**
|
|
10431
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftLipCornerDown)
|
|
10432
|
+
*/
|
|
10433
|
+
export interface LeftLipCornerDown extends globalThis.EnumItem {
|
|
10434
|
+
Name: "LeftLipCornerDown";
|
|
10435
|
+
Value: 13;
|
|
10436
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10437
|
+
}
|
|
10438
|
+
export const LeftLipCornerDown: LeftLipCornerDown;
|
|
10439
|
+
/**
|
|
10440
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftLowerLipDepressor)
|
|
10441
|
+
*/
|
|
10442
|
+
export interface LeftLowerLipDepressor extends globalThis.EnumItem {
|
|
10443
|
+
Name: "LeftLowerLipDepressor";
|
|
10444
|
+
Value: 14;
|
|
10445
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10446
|
+
}
|
|
10447
|
+
export const LeftLowerLipDepressor: LeftLowerLipDepressor;
|
|
10448
|
+
/**
|
|
10449
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftLipCornerPuller)
|
|
10450
|
+
*/
|
|
10451
|
+
export interface LeftLipCornerPuller extends globalThis.EnumItem {
|
|
10452
|
+
Name: "LeftLipCornerPuller";
|
|
10453
|
+
Value: 15;
|
|
10454
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10455
|
+
}
|
|
10456
|
+
export const LeftLipCornerPuller: LeftLipCornerPuller;
|
|
10457
|
+
/**
|
|
10458
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftLipStretcher)
|
|
10459
|
+
*/
|
|
10460
|
+
export interface LeftLipStretcher extends globalThis.EnumItem {
|
|
10461
|
+
Name: "LeftLipStretcher";
|
|
10462
|
+
Value: 16;
|
|
10463
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10464
|
+
}
|
|
10465
|
+
export const LeftLipStretcher: LeftLipStretcher;
|
|
10466
|
+
/**
|
|
10467
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftUpperLipRaiser)
|
|
10468
|
+
*/
|
|
10469
|
+
export interface LeftUpperLipRaiser extends globalThis.EnumItem {
|
|
10470
|
+
Name: "LeftUpperLipRaiser";
|
|
10471
|
+
Value: 17;
|
|
10472
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10473
|
+
}
|
|
10474
|
+
export const LeftUpperLipRaiser: LeftUpperLipRaiser;
|
|
10475
|
+
/**
|
|
10476
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightCheekPuff)
|
|
10477
|
+
*/
|
|
10478
|
+
export interface RightCheekPuff extends globalThis.EnumItem {
|
|
10479
|
+
Name: "RightCheekPuff";
|
|
10480
|
+
Value: 18;
|
|
10481
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10482
|
+
}
|
|
10483
|
+
export const RightCheekPuff: RightCheekPuff;
|
|
10484
|
+
/**
|
|
10485
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightDimpler)
|
|
10486
|
+
*/
|
|
10487
|
+
export interface RightDimpler extends globalThis.EnumItem {
|
|
10488
|
+
Name: "RightDimpler";
|
|
10489
|
+
Value: 19;
|
|
10490
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10491
|
+
}
|
|
10492
|
+
export const RightDimpler: RightDimpler;
|
|
10493
|
+
/**
|
|
10494
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightLipCornerDown)
|
|
10495
|
+
*/
|
|
10496
|
+
export interface RightLipCornerDown extends globalThis.EnumItem {
|
|
10497
|
+
Name: "RightLipCornerDown";
|
|
10498
|
+
Value: 20;
|
|
10499
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10500
|
+
}
|
|
10501
|
+
export const RightLipCornerDown: RightLipCornerDown;
|
|
10502
|
+
/**
|
|
10503
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightLowerLipDepressor)
|
|
10504
|
+
*/
|
|
10505
|
+
export interface RightLowerLipDepressor extends globalThis.EnumItem {
|
|
10506
|
+
Name: "RightLowerLipDepressor";
|
|
10507
|
+
Value: 21;
|
|
10508
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10509
|
+
}
|
|
10510
|
+
export const RightLowerLipDepressor: RightLowerLipDepressor;
|
|
10511
|
+
/**
|
|
10512
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightLipCornerPuller)
|
|
10513
|
+
*/
|
|
10514
|
+
export interface RightLipCornerPuller extends globalThis.EnumItem {
|
|
10515
|
+
Name: "RightLipCornerPuller";
|
|
10516
|
+
Value: 22;
|
|
10517
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10518
|
+
}
|
|
10519
|
+
export const RightLipCornerPuller: RightLipCornerPuller;
|
|
10520
|
+
/**
|
|
10521
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightLipStretcher)
|
|
10522
|
+
*/
|
|
10523
|
+
export interface RightLipStretcher extends globalThis.EnumItem {
|
|
10524
|
+
Name: "RightLipStretcher";
|
|
10525
|
+
Value: 23;
|
|
10526
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10527
|
+
}
|
|
10528
|
+
export const RightLipStretcher: RightLipStretcher;
|
|
10529
|
+
/**
|
|
10530
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightUpperLipRaiser)
|
|
10531
|
+
*/
|
|
10532
|
+
export interface RightUpperLipRaiser extends globalThis.EnumItem {
|
|
10533
|
+
Name: "RightUpperLipRaiser";
|
|
10534
|
+
Value: 24;
|
|
10535
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10536
|
+
}
|
|
10537
|
+
export const RightUpperLipRaiser: RightUpperLipRaiser;
|
|
10538
|
+
/**
|
|
10539
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#JawDrop)
|
|
10540
|
+
*/
|
|
10541
|
+
export interface JawDrop extends globalThis.EnumItem {
|
|
10542
|
+
Name: "JawDrop";
|
|
10543
|
+
Value: 25;
|
|
10544
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10545
|
+
}
|
|
10546
|
+
export const JawDrop: JawDrop;
|
|
10547
|
+
/**
|
|
10548
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#JawLeft)
|
|
10549
|
+
*/
|
|
10550
|
+
export interface JawLeft extends globalThis.EnumItem {
|
|
10551
|
+
Name: "JawLeft";
|
|
10552
|
+
Value: 26;
|
|
10553
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10554
|
+
}
|
|
10555
|
+
export const JawLeft: JawLeft;
|
|
10556
|
+
/**
|
|
10557
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#JawRight)
|
|
10558
|
+
*/
|
|
10559
|
+
export interface JawRight extends globalThis.EnumItem {
|
|
10560
|
+
Name: "JawRight";
|
|
10561
|
+
Value: 27;
|
|
10562
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10563
|
+
}
|
|
10564
|
+
export const JawRight: JawRight;
|
|
10565
|
+
/**
|
|
10566
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#Corrugator)
|
|
10567
|
+
*/
|
|
10568
|
+
export interface Corrugator extends globalThis.EnumItem {
|
|
10569
|
+
Name: "Corrugator";
|
|
10570
|
+
Value: 28;
|
|
10571
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10572
|
+
}
|
|
10573
|
+
export const Corrugator: Corrugator;
|
|
10574
|
+
/**
|
|
10575
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftBrowLowerer)
|
|
10576
|
+
*/
|
|
10577
|
+
export interface LeftBrowLowerer extends globalThis.EnumItem {
|
|
10578
|
+
Name: "LeftBrowLowerer";
|
|
10579
|
+
Value: 29;
|
|
10580
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10581
|
+
}
|
|
10582
|
+
export const LeftBrowLowerer: LeftBrowLowerer;
|
|
10583
|
+
/**
|
|
10584
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftOuterBrowRaiser)
|
|
10585
|
+
*/
|
|
10586
|
+
export interface LeftOuterBrowRaiser extends globalThis.EnumItem {
|
|
10587
|
+
Name: "LeftOuterBrowRaiser";
|
|
10588
|
+
Value: 30;
|
|
10589
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10590
|
+
}
|
|
10591
|
+
export const LeftOuterBrowRaiser: LeftOuterBrowRaiser;
|
|
10592
|
+
/**
|
|
10593
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftNoseWrinkler)
|
|
10594
|
+
*/
|
|
10595
|
+
export interface LeftNoseWrinkler extends globalThis.EnumItem {
|
|
10596
|
+
Name: "LeftNoseWrinkler";
|
|
10597
|
+
Value: 31;
|
|
10598
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10599
|
+
}
|
|
10600
|
+
export const LeftNoseWrinkler: LeftNoseWrinkler;
|
|
10601
|
+
/**
|
|
10602
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftInnerBrowRaiser)
|
|
10603
|
+
*/
|
|
10604
|
+
export interface LeftInnerBrowRaiser extends globalThis.EnumItem {
|
|
10605
|
+
Name: "LeftInnerBrowRaiser";
|
|
10606
|
+
Value: 32;
|
|
10607
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10608
|
+
}
|
|
10609
|
+
export const LeftInnerBrowRaiser: LeftInnerBrowRaiser;
|
|
10610
|
+
/**
|
|
10611
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightBrowLowerer)
|
|
10612
|
+
*/
|
|
10613
|
+
export interface RightBrowLowerer extends globalThis.EnumItem {
|
|
10614
|
+
Name: "RightBrowLowerer";
|
|
10615
|
+
Value: 33;
|
|
10616
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10617
|
+
}
|
|
10618
|
+
export const RightBrowLowerer: RightBrowLowerer;
|
|
10619
|
+
/**
|
|
10620
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightOuterBrowRaiser)
|
|
10621
|
+
*/
|
|
10622
|
+
export interface RightOuterBrowRaiser extends globalThis.EnumItem {
|
|
10623
|
+
Name: "RightOuterBrowRaiser";
|
|
10624
|
+
Value: 34;
|
|
10625
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10626
|
+
}
|
|
10627
|
+
export const RightOuterBrowRaiser: RightOuterBrowRaiser;
|
|
10628
|
+
/**
|
|
10629
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightInnerBrowRaiser)
|
|
10630
|
+
*/
|
|
10631
|
+
export interface RightInnerBrowRaiser extends globalThis.EnumItem {
|
|
10632
|
+
Name: "RightInnerBrowRaiser";
|
|
10633
|
+
Value: 35;
|
|
10634
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10635
|
+
}
|
|
10636
|
+
export const RightInnerBrowRaiser: RightInnerBrowRaiser;
|
|
10637
|
+
/**
|
|
10638
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightNoseWrinkler)
|
|
10639
|
+
*/
|
|
10640
|
+
export interface RightNoseWrinkler extends globalThis.EnumItem {
|
|
10641
|
+
Name: "RightNoseWrinkler";
|
|
10642
|
+
Value: 36;
|
|
10643
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10644
|
+
}
|
|
10645
|
+
export const RightNoseWrinkler: RightNoseWrinkler;
|
|
10646
|
+
/**
|
|
10647
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#EyesLookDown)
|
|
10648
|
+
*/
|
|
10649
|
+
export interface EyesLookDown extends globalThis.EnumItem {
|
|
10650
|
+
Name: "EyesLookDown";
|
|
10651
|
+
Value: 37;
|
|
10652
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10653
|
+
}
|
|
10654
|
+
export const EyesLookDown: EyesLookDown;
|
|
10655
|
+
/**
|
|
10656
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#EyesLookLeft)
|
|
10657
|
+
*/
|
|
10658
|
+
export interface EyesLookLeft extends globalThis.EnumItem {
|
|
10659
|
+
Name: "EyesLookLeft";
|
|
10660
|
+
Value: 38;
|
|
10661
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10662
|
+
}
|
|
10663
|
+
export const EyesLookLeft: EyesLookLeft;
|
|
10664
|
+
/**
|
|
10665
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#EyesLookUp)
|
|
10666
|
+
*/
|
|
10667
|
+
export interface EyesLookUp extends globalThis.EnumItem {
|
|
10668
|
+
Name: "EyesLookUp";
|
|
10669
|
+
Value: 39;
|
|
10670
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10671
|
+
}
|
|
10672
|
+
export const EyesLookUp: EyesLookUp;
|
|
10673
|
+
/**
|
|
10674
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#EyesLookRight)
|
|
10675
|
+
*/
|
|
10676
|
+
export interface EyesLookRight extends globalThis.EnumItem {
|
|
10677
|
+
Name: "EyesLookRight";
|
|
10678
|
+
Value: 40;
|
|
10679
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10680
|
+
}
|
|
10681
|
+
export const EyesLookRight: EyesLookRight;
|
|
10682
|
+
/**
|
|
10683
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftCheekRaiser)
|
|
10684
|
+
*/
|
|
10685
|
+
export interface LeftCheekRaiser extends globalThis.EnumItem {
|
|
10686
|
+
Name: "LeftCheekRaiser";
|
|
10687
|
+
Value: 41;
|
|
10688
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10689
|
+
}
|
|
10690
|
+
export const LeftCheekRaiser: LeftCheekRaiser;
|
|
10691
|
+
/**
|
|
10692
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftEyeUpperLidRaiser)
|
|
10693
|
+
*/
|
|
10694
|
+
export interface LeftEyeUpperLidRaiser extends globalThis.EnumItem {
|
|
10695
|
+
Name: "LeftEyeUpperLidRaiser";
|
|
10696
|
+
Value: 42;
|
|
10697
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10698
|
+
}
|
|
10699
|
+
export const LeftEyeUpperLidRaiser: LeftEyeUpperLidRaiser;
|
|
10700
|
+
/**
|
|
10701
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#LeftEyeClosed)
|
|
10702
|
+
*/
|
|
10703
|
+
export interface LeftEyeClosed extends globalThis.EnumItem {
|
|
10704
|
+
Name: "LeftEyeClosed";
|
|
10705
|
+
Value: 43;
|
|
10706
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10707
|
+
}
|
|
10708
|
+
export const LeftEyeClosed: LeftEyeClosed;
|
|
10709
|
+
/**
|
|
10710
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightCheekRaiser)
|
|
10711
|
+
*/
|
|
10712
|
+
export interface RightCheekRaiser extends globalThis.EnumItem {
|
|
10713
|
+
Name: "RightCheekRaiser";
|
|
10714
|
+
Value: 44;
|
|
10715
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10716
|
+
}
|
|
10717
|
+
export const RightCheekRaiser: RightCheekRaiser;
|
|
10718
|
+
/**
|
|
10719
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightEyeUpperLidRaiser)
|
|
10720
|
+
*/
|
|
10721
|
+
export interface RightEyeUpperLidRaiser extends globalThis.EnumItem {
|
|
10722
|
+
Name: "RightEyeUpperLidRaiser";
|
|
10723
|
+
Value: 45;
|
|
10724
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10725
|
+
}
|
|
10726
|
+
export const RightEyeUpperLidRaiser: RightEyeUpperLidRaiser;
|
|
10727
|
+
/**
|
|
10728
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#RightEyeClosed)
|
|
10729
|
+
*/
|
|
10730
|
+
export interface RightEyeClosed extends globalThis.EnumItem {
|
|
10731
|
+
Name: "RightEyeClosed";
|
|
10732
|
+
Value: 46;
|
|
10733
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10734
|
+
}
|
|
10735
|
+
export const RightEyeClosed: RightEyeClosed;
|
|
10736
|
+
/**
|
|
10737
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#TongueDown)
|
|
10738
|
+
*/
|
|
10739
|
+
export interface TongueDown extends globalThis.EnumItem {
|
|
10740
|
+
Name: "TongueDown";
|
|
10741
|
+
Value: 47;
|
|
10742
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10743
|
+
}
|
|
10744
|
+
export const TongueDown: TongueDown;
|
|
10745
|
+
/**
|
|
10746
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#TongueOut)
|
|
10747
|
+
*/
|
|
10748
|
+
export interface TongueOut extends globalThis.EnumItem {
|
|
10749
|
+
Name: "TongueOut";
|
|
10750
|
+
Value: 48;
|
|
10751
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10752
|
+
}
|
|
10753
|
+
export const TongueOut: TongueOut;
|
|
10754
|
+
/**
|
|
10755
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FacsActionUnit#TongueUp)
|
|
10756
|
+
*/
|
|
10757
|
+
export interface TongueUp extends globalThis.EnumItem {
|
|
10758
|
+
Name: "TongueUp";
|
|
10759
|
+
Value: 49;
|
|
10760
|
+
EnumType: typeof globalThis.Enum.FacsActionUnit;
|
|
10761
|
+
}
|
|
10762
|
+
export const TongueUp: TongueUp;
|
|
10763
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.FacsActionUnit>;
|
|
10764
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FacsActionUnit | undefined;
|
|
10765
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FacsActionUnit | undefined;
|
|
10766
|
+
}
|
|
10767
|
+
export type FacsActionUnit = FacsActionUnit.ChinRaiserUpperLip | FacsActionUnit.ChinRaiser | FacsActionUnit.FlatPucker | FacsActionUnit.Funneler | FacsActionUnit.LowerLipSuck | FacsActionUnit.LipPresser | FacsActionUnit.LipsTogether | FacsActionUnit.MouthLeft | FacsActionUnit.MouthRight | FacsActionUnit.Pucker | FacsActionUnit.UpperLipSuck | FacsActionUnit.LeftCheekPuff | FacsActionUnit.LeftDimpler | FacsActionUnit.LeftLipCornerDown | FacsActionUnit.LeftLowerLipDepressor | FacsActionUnit.LeftLipCornerPuller | FacsActionUnit.LeftLipStretcher | FacsActionUnit.LeftUpperLipRaiser | FacsActionUnit.RightCheekPuff | FacsActionUnit.RightDimpler | FacsActionUnit.RightLipCornerDown | FacsActionUnit.RightLowerLipDepressor | FacsActionUnit.RightLipCornerPuller | FacsActionUnit.RightLipStretcher | FacsActionUnit.RightUpperLipRaiser | FacsActionUnit.JawDrop | FacsActionUnit.JawLeft | FacsActionUnit.JawRight | FacsActionUnit.Corrugator | FacsActionUnit.LeftBrowLowerer | FacsActionUnit.LeftOuterBrowRaiser | FacsActionUnit.LeftNoseWrinkler | FacsActionUnit.LeftInnerBrowRaiser | FacsActionUnit.RightBrowLowerer | FacsActionUnit.RightOuterBrowRaiser | FacsActionUnit.RightInnerBrowRaiser | FacsActionUnit.RightNoseWrinkler | FacsActionUnit.EyesLookDown | FacsActionUnit.EyesLookLeft | FacsActionUnit.EyesLookUp | FacsActionUnit.EyesLookRight | FacsActionUnit.LeftCheekRaiser | FacsActionUnit.LeftEyeUpperLidRaiser | FacsActionUnit.LeftEyeClosed | FacsActionUnit.RightCheekRaiser | FacsActionUnit.RightEyeUpperLidRaiser | FacsActionUnit.RightEyeClosed | FacsActionUnit.TongueDown | FacsActionUnit.TongueOut | FacsActionUnit.TongueUp;
|
|
10768
|
+
/**
|
|
10769
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType)
|
|
10770
|
+
*/
|
|
10771
|
+
export namespace FeedRankingScoreType {
|
|
10772
|
+
/**
|
|
10773
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Content)
|
|
10774
|
+
*/
|
|
10775
|
+
export interface Content extends globalThis.EnumItem {
|
|
10776
|
+
Name: "Content";
|
|
10777
|
+
Value: 0;
|
|
10778
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10779
|
+
}
|
|
10780
|
+
export const Content: Content;
|
|
10781
|
+
/**
|
|
10782
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Final)
|
|
10783
|
+
*/
|
|
10784
|
+
export interface Final extends globalThis.EnumItem {
|
|
10785
|
+
Name: "Final";
|
|
10786
|
+
Value: 1;
|
|
10787
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10788
|
+
}
|
|
10789
|
+
export const Final: Final;
|
|
10790
|
+
/**
|
|
10791
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#GameJoin)
|
|
10792
|
+
*/
|
|
10793
|
+
export interface GameJoin extends globalThis.EnumItem {
|
|
10794
|
+
Name: "GameJoin";
|
|
10795
|
+
Value: 2;
|
|
10796
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10797
|
+
}
|
|
10798
|
+
export const GameJoin: GameJoin;
|
|
10799
|
+
/**
|
|
10800
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Interaction)
|
|
10801
|
+
*/
|
|
10802
|
+
export interface Interaction extends globalThis.EnumItem {
|
|
10803
|
+
Name: "Interaction";
|
|
10804
|
+
Value: 3;
|
|
10805
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10806
|
+
}
|
|
10807
|
+
export const Interaction: Interaction;
|
|
10808
|
+
/**
|
|
10809
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Invalid)
|
|
10810
|
+
*/
|
|
10811
|
+
export interface Invalid extends globalThis.EnumItem {
|
|
10812
|
+
Name: "Invalid";
|
|
10813
|
+
Value: 4;
|
|
10814
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10815
|
+
}
|
|
10816
|
+
export const Invalid: Invalid;
|
|
10817
|
+
/**
|
|
10818
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedRankingScoreType#Sharing)
|
|
10819
|
+
*/
|
|
10820
|
+
export interface Sharing extends globalThis.EnumItem {
|
|
10821
|
+
Name: "Sharing";
|
|
10822
|
+
Value: 5;
|
|
10823
|
+
EnumType: typeof globalThis.Enum.FeedRankingScoreType;
|
|
10824
|
+
}
|
|
10825
|
+
export const Sharing: Sharing;
|
|
10826
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.FeedRankingScoreType>;
|
|
10827
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FeedRankingScoreType | undefined;
|
|
10828
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeedRankingScoreType | undefined;
|
|
10829
|
+
}
|
|
10830
|
+
export type FeedRankingScoreType = FeedRankingScoreType.Content | FeedRankingScoreType.Final | FeedRankingScoreType.GameJoin | FeedRankingScoreType.Interaction | FeedRankingScoreType.Invalid | FeedRankingScoreType.Sharing;
|
|
10255
10831
|
/**
|
|
10256
10832
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FieldOfViewMode)
|
|
10257
10833
|
*/
|
|
@@ -12610,10 +13186,14 @@ declare namespace Enum {
|
|
|
12610
13186
|
}
|
|
12611
13187
|
export type HandlesStyle = HandlesStyle.Resize | HandlesStyle.Movement;
|
|
12612
13188
|
/**
|
|
13189
|
+
* Enum used alongside `HapticEffect.Type`.
|
|
13190
|
+
*
|
|
12613
13191
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType)
|
|
12614
13192
|
*/
|
|
12615
13193
|
export namespace HapticEffectType {
|
|
12616
13194
|
/**
|
|
13195
|
+
* Allows for application of a custom haptic waveform through the `HapticEffect:SetWaveformKeys()` method.
|
|
13196
|
+
*
|
|
12617
13197
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#Custom)
|
|
12618
13198
|
*/
|
|
12619
13199
|
export interface Custom extends globalThis.EnumItem {
|
|
@@ -12623,6 +13203,8 @@ declare namespace Enum {
|
|
|
12623
13203
|
}
|
|
12624
13204
|
export const Custom: Custom;
|
|
12625
13205
|
/**
|
|
13206
|
+
* Useful for when a player browses over an object (often a UI object) without the intention of triggering its action; it can also alert the player that they have browsed over an interactable object. This effect type is subtle and does not disrupt the gameplay experience.
|
|
13207
|
+
*
|
|
12626
13208
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#UIHover)
|
|
12627
13209
|
*/
|
|
12628
13210
|
export interface UIHover extends globalThis.EnumItem {
|
|
@@ -12632,6 +13214,8 @@ declare namespace Enum {
|
|
|
12632
13214
|
}
|
|
12633
13215
|
export const UIHover: UIHover;
|
|
12634
13216
|
/**
|
|
13217
|
+
* Useful for when a player has selected an object (often a UI object) with the intention of triggering its action. This effect type is crisp and it provides immediate feedback without being overwhelming.
|
|
13218
|
+
*
|
|
12635
13219
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#UIClick)
|
|
12636
13220
|
*/
|
|
12637
13221
|
export interface UIClick extends globalThis.EnumItem {
|
|
@@ -12641,6 +13225,8 @@ declare namespace Enum {
|
|
|
12641
13225
|
}
|
|
12642
13226
|
export const UIClick: UIClick;
|
|
12643
13227
|
/**
|
|
13228
|
+
* Useful for when there is an inbound message that should draw the player's attention away from their current gameplay and prompt them that the notification requires immediate attention or action.
|
|
13229
|
+
*
|
|
12644
13230
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#UINotification)
|
|
12645
13231
|
*/
|
|
12646
13232
|
export interface UINotification extends globalThis.EnumItem {
|
|
@@ -12650,6 +13236,8 @@ declare namespace Enum {
|
|
|
12650
13236
|
}
|
|
12651
13237
|
export const UINotification: UINotification;
|
|
12652
13238
|
/**
|
|
13239
|
+
* Useful to signify a large-scale physics event that triggers impact across a large portion of a given scene. This effect is high intensity in order to represent the magnitude of the impact and it lingers for a longer period of time than `GameplayCollision`.
|
|
13240
|
+
*
|
|
12653
13241
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#GameplayExplosion)
|
|
12654
13242
|
*/
|
|
12655
13243
|
export interface GameplayExplosion extends globalThis.EnumItem {
|
|
@@ -12659,6 +13247,8 @@ declare namespace Enum {
|
|
|
12659
13247
|
}
|
|
12660
13248
|
export const GameplayExplosion: GameplayExplosion;
|
|
12661
13249
|
/**
|
|
13250
|
+
* This effect is a large immediate rumble that dies down quickly, useful to signify a clear and purposeful impact between objects.
|
|
13251
|
+
*
|
|
12662
13252
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/HapticEffectType#GameplayCollision)
|
|
12663
13253
|
*/
|
|
12664
13254
|
export interface GameplayCollision extends globalThis.EnumItem {
|
|
@@ -17687,7 +18277,7 @@ declare namespace Enum {
|
|
|
17687
18277
|
*/
|
|
17688
18278
|
export namespace LineJoinMode {
|
|
17689
18279
|
/**
|
|
17690
|
-
* The corners are rounded (
|
|
18280
|
+
* The corners are rounded. 
|
|
17691
18281
|
*
|
|
17692
18282
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LineJoinMode#Round)
|
|
17693
18283
|
*/
|
|
@@ -17698,7 +18288,7 @@ declare namespace Enum {
|
|
|
17698
18288
|
}
|
|
17699
18289
|
export const Round: Round;
|
|
17700
18290
|
/**
|
|
17701
|
-
* The corners are beveled (
|
|
18291
|
+
* The corners are beveled. 
|
|
17702
18292
|
*
|
|
17703
18293
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LineJoinMode#Bevel)
|
|
17704
18294
|
*/
|
|
@@ -17709,7 +18299,7 @@ declare namespace Enum {
|
|
|
17709
18299
|
}
|
|
17710
18300
|
export const Bevel: Bevel;
|
|
17711
18301
|
/**
|
|
17712
|
-
* The corners are mitered (
|
|
18302
|
+
* The corners are mitered. 
|
|
17713
18303
|
*
|
|
17714
18304
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/LineJoinMode#Miter)
|
|
17715
18305
|
*/
|
|
@@ -24906,11 +25496,20 @@ declare namespace Enum {
|
|
|
24906
25496
|
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
24907
25497
|
}
|
|
24908
25498
|
export const Players: Players;
|
|
25499
|
+
/**
|
|
25500
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SecurityCapability#CapabilityControl)
|
|
25501
|
+
*/
|
|
25502
|
+
export interface CapabilityControl extends globalThis.EnumItem {
|
|
25503
|
+
Name: "CapabilityControl";
|
|
25504
|
+
Value: 22;
|
|
25505
|
+
EnumType: typeof globalThis.Enum.SecurityCapability;
|
|
25506
|
+
}
|
|
25507
|
+
export const CapabilityControl: CapabilityControl;
|
|
24909
25508
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SecurityCapability>;
|
|
24910
25509
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SecurityCapability | undefined;
|
|
24911
25510
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SecurityCapability | undefined;
|
|
24912
25511
|
}
|
|
24913
|
-
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;
|
|
25512
|
+
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;
|
|
24914
25513
|
/**
|
|
24915
25514
|
* Customization options for gamepad selection when `GuiBase2d.SelectionGroup` is true.
|
|
24916
25515
|
*
|
|
@@ -25655,12 +26254,21 @@ declare namespace Enum {
|
|
|
25655
26254
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25656
26255
|
}
|
|
25657
26256
|
export const CFrame: CFrame;
|
|
26257
|
+
/**
|
|
26258
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StateObjectFieldType#Color3)
|
|
26259
|
+
*/
|
|
26260
|
+
export interface Color3 extends globalThis.EnumItem {
|
|
26261
|
+
Name: "Color3";
|
|
26262
|
+
Value: 2;
|
|
26263
|
+
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
26264
|
+
}
|
|
26265
|
+
export const Color3: Color3;
|
|
25658
26266
|
/**
|
|
25659
26267
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StateObjectFieldType#Float)
|
|
25660
26268
|
*/
|
|
25661
26269
|
export interface Float extends globalThis.EnumItem {
|
|
25662
26270
|
Name: "Float";
|
|
25663
|
-
Value:
|
|
26271
|
+
Value: 3;
|
|
25664
26272
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25665
26273
|
}
|
|
25666
26274
|
export const Float: Float;
|
|
@@ -25669,7 +26277,7 @@ declare namespace Enum {
|
|
|
25669
26277
|
*/
|
|
25670
26278
|
export interface Instance extends globalThis.EnumItem {
|
|
25671
26279
|
Name: "Instance";
|
|
25672
|
-
Value:
|
|
26280
|
+
Value: 4;
|
|
25673
26281
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25674
26282
|
}
|
|
25675
26283
|
export const Instance: Instance;
|
|
@@ -25678,7 +26286,7 @@ declare namespace Enum {
|
|
|
25678
26286
|
*/
|
|
25679
26287
|
export interface Random extends globalThis.EnumItem {
|
|
25680
26288
|
Name: "Random";
|
|
25681
|
-
Value:
|
|
26289
|
+
Value: 5;
|
|
25682
26290
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25683
26291
|
}
|
|
25684
26292
|
export const Random: Random;
|
|
@@ -25687,7 +26295,7 @@ declare namespace Enum {
|
|
|
25687
26295
|
*/
|
|
25688
26296
|
export interface Vector2 extends globalThis.EnumItem {
|
|
25689
26297
|
Name: "Vector2";
|
|
25690
|
-
Value:
|
|
26298
|
+
Value: 6;
|
|
25691
26299
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25692
26300
|
}
|
|
25693
26301
|
export const Vector2: Vector2;
|
|
@@ -25696,7 +26304,7 @@ declare namespace Enum {
|
|
|
25696
26304
|
*/
|
|
25697
26305
|
export interface Vector3 extends globalThis.EnumItem {
|
|
25698
26306
|
Name: "Vector3";
|
|
25699
|
-
Value:
|
|
26307
|
+
Value: 7;
|
|
25700
26308
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25701
26309
|
}
|
|
25702
26310
|
export const Vector3: Vector3;
|
|
@@ -25705,7 +26313,7 @@ declare namespace Enum {
|
|
|
25705
26313
|
*/
|
|
25706
26314
|
export interface INVALID extends globalThis.EnumItem {
|
|
25707
26315
|
Name: "INVALID";
|
|
25708
|
-
Value:
|
|
26316
|
+
Value: 8;
|
|
25709
26317
|
EnumType: typeof globalThis.Enum.StateObjectFieldType;
|
|
25710
26318
|
}
|
|
25711
26319
|
export const INVALID: INVALID;
|
|
@@ -25713,7 +26321,7 @@ declare namespace Enum {
|
|
|
25713
26321
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.StateObjectFieldType | undefined;
|
|
25714
26322
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.StateObjectFieldType | undefined;
|
|
25715
26323
|
}
|
|
25716
|
-
export type StateObjectFieldType = StateObjectFieldType.Boolean | StateObjectFieldType.CFrame | StateObjectFieldType.Float | StateObjectFieldType.Instance | StateObjectFieldType.Random | StateObjectFieldType.Vector2 | StateObjectFieldType.Vector3 | StateObjectFieldType.INVALID;
|
|
26324
|
+
export type StateObjectFieldType = StateObjectFieldType.Boolean | StateObjectFieldType.CFrame | StateObjectFieldType.Color3 | StateObjectFieldType.Float | StateObjectFieldType.Instance | StateObjectFieldType.Random | StateObjectFieldType.Vector2 | StateObjectFieldType.Vector3 | StateObjectFieldType.INVALID;
|
|
25717
26325
|
/**
|
|
25718
26326
|
* **Deprecated:** This enum is deprecated as it was only used by deprecated methods and events. It should not be used in new work.
|
|
25719
26327
|
*
|
|
@@ -26506,7 +27114,7 @@ declare namespace Enum {
|
|
|
26506
27114
|
*/
|
|
26507
27115
|
export namespace StudioStyleGuideColor {
|
|
26508
27116
|
/**
|
|
26509
|
-
* The primary background color used by the
|
|
27117
|
+
* The primary background color used by the toolbar and windows.
|
|
26510
27118
|
*
|
|
26511
27119
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#MainBackground)
|
|
26512
27120
|
*/
|
|
@@ -26539,7 +27147,7 @@ declare namespace Enum {
|
|
|
26539
27147
|
}
|
|
26540
27148
|
export const Dropdown: Dropdown;
|
|
26541
27149
|
/**
|
|
26542
|
-
* The background color of tooltips, like those seen when hovering over buttons on the
|
|
27150
|
+
* The background color of tooltips, like those seen when hovering over buttons on the toolbar or properties in the Properties window.
|
|
26543
27151
|
*
|
|
26544
27152
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#Tooltip)
|
|
26545
27153
|
*/
|
|
@@ -26657,7 +27265,7 @@ declare namespace Enum {
|
|
|
26657
27265
|
}
|
|
26658
27266
|
export const FilterButtonBorderAlt: FilterButtonBorderAlt;
|
|
26659
27267
|
/**
|
|
26660
|
-
* The color of a tab on the
|
|
27268
|
+
* The color of a tab on the toolbar menu.
|
|
26661
27269
|
*
|
|
26662
27270
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#RibbonTab)
|
|
26663
27271
|
*/
|
|
@@ -26668,7 +27276,7 @@ declare namespace Enum {
|
|
|
26668
27276
|
}
|
|
26669
27277
|
export const RibbonTab: RibbonTab;
|
|
26670
27278
|
/**
|
|
26671
|
-
* The background color of the
|
|
27279
|
+
* The background color of the toolbar.
|
|
26672
27280
|
*
|
|
26673
27281
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#RibbonTabTopBar)
|
|
26674
27282
|
*/
|
|
@@ -26701,7 +27309,7 @@ declare namespace Enum {
|
|
|
26701
27309
|
}
|
|
26702
27310
|
export const MainButton: MainButton;
|
|
26703
27311
|
/**
|
|
26704
|
-
* The background color of buttons on the
|
|
27312
|
+
* The background color of buttons on the toolbar.
|
|
26705
27313
|
*
|
|
26706
27314
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/StudioStyleGuideColor#RibbonButton)
|
|
26707
27315
|
*/
|
|
@@ -28315,6 +28923,60 @@ declare namespace Enum {
|
|
|
28315
28923
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SwipeDirection | undefined;
|
|
28316
28924
|
}
|
|
28317
28925
|
export type SwipeDirection = SwipeDirection.Right | SwipeDirection.Left | SwipeDirection.Up | SwipeDirection.Down | SwipeDirection.None;
|
|
28926
|
+
/**
|
|
28927
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue)
|
|
28928
|
+
*/
|
|
28929
|
+
export namespace SystemThemeValue {
|
|
28930
|
+
/**
|
|
28931
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue#error)
|
|
28932
|
+
*/
|
|
28933
|
+
export interface error extends globalThis.EnumItem {
|
|
28934
|
+
Name: "error";
|
|
28935
|
+
Value: 0;
|
|
28936
|
+
EnumType: typeof globalThis.Enum.SystemThemeValue;
|
|
28937
|
+
}
|
|
28938
|
+
export const error: error;
|
|
28939
|
+
/**
|
|
28940
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue#light)
|
|
28941
|
+
*/
|
|
28942
|
+
export interface light extends globalThis.EnumItem {
|
|
28943
|
+
Name: "light";
|
|
28944
|
+
Value: 1;
|
|
28945
|
+
EnumType: typeof globalThis.Enum.SystemThemeValue;
|
|
28946
|
+
}
|
|
28947
|
+
export const light: light;
|
|
28948
|
+
/**
|
|
28949
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue#dark)
|
|
28950
|
+
*/
|
|
28951
|
+
export interface dark extends globalThis.EnumItem {
|
|
28952
|
+
Name: "dark";
|
|
28953
|
+
Value: 2;
|
|
28954
|
+
EnumType: typeof globalThis.Enum.SystemThemeValue;
|
|
28955
|
+
}
|
|
28956
|
+
export const dark: dark;
|
|
28957
|
+
/**
|
|
28958
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue#systemLight)
|
|
28959
|
+
*/
|
|
28960
|
+
export interface systemLight extends globalThis.EnumItem {
|
|
28961
|
+
Name: "systemLight";
|
|
28962
|
+
Value: 3;
|
|
28963
|
+
EnumType: typeof globalThis.Enum.SystemThemeValue;
|
|
28964
|
+
}
|
|
28965
|
+
export const systemLight: systemLight;
|
|
28966
|
+
/**
|
|
28967
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/SystemThemeValue#systemDark)
|
|
28968
|
+
*/
|
|
28969
|
+
export interface systemDark extends globalThis.EnumItem {
|
|
28970
|
+
Name: "systemDark";
|
|
28971
|
+
Value: 4;
|
|
28972
|
+
EnumType: typeof globalThis.Enum.SystemThemeValue;
|
|
28973
|
+
}
|
|
28974
|
+
export const systemDark: systemDark;
|
|
28975
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.SystemThemeValue>;
|
|
28976
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.SystemThemeValue | undefined;
|
|
28977
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.SystemThemeValue | undefined;
|
|
28978
|
+
}
|
|
28979
|
+
export type SystemThemeValue = SystemThemeValue.error | SystemThemeValue.light | SystemThemeValue.dark | SystemThemeValue.systemLight | SystemThemeValue.systemDark;
|
|
28318
28980
|
/**
|
|
28319
28981
|
* Used by `UITableLayout.MajorAxis` to decide whether direct siblings are rows or columns.
|
|
28320
28982
|
*
|