@rbxts/types 1.0.946 → 1.0.948
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 +1340 -233
- package/include/generated/PluginSecurity.d.ts +137 -480
- package/include/generated/enums.d.ts +769 -118
- package/include/roblox.d.ts +22 -0
- package/package.json +1 -1
|
@@ -35,6 +35,7 @@ interface Services {
|
|
|
35
35
|
BugReporterService: BugReporterService;
|
|
36
36
|
BulkImportService: BulkImportService;
|
|
37
37
|
CacheableContentProvider: CacheableContentProvider;
|
|
38
|
+
CallingService: CallingService;
|
|
38
39
|
CalloutService: CalloutService;
|
|
39
40
|
CaptureService: CaptureService;
|
|
40
41
|
ChangeHistoryService: ChangeHistoryService;
|
|
@@ -291,6 +292,7 @@ interface Services {
|
|
|
291
292
|
WebViewService: WebViewService;
|
|
292
293
|
WindowProtocolService: WindowProtocolService;
|
|
293
294
|
Workspace: Workspace;
|
|
295
|
+
WrapContentProvider: WrapContentProvider;
|
|
294
296
|
WrapDeformMeshProvider: WrapDeformMeshProvider;
|
|
295
297
|
}
|
|
296
298
|
interface CreatableInstances {
|
|
@@ -391,6 +393,7 @@ interface CreatableInstances {
|
|
|
391
393
|
Configuration: Configuration;
|
|
392
394
|
ControllerManager: ControllerManager;
|
|
393
395
|
ControllerPartSensor: ControllerPartSensor;
|
|
396
|
+
ControlState: ControlState;
|
|
394
397
|
CornerWedgePart: CornerWedgePart;
|
|
395
398
|
CurveAnimation: CurveAnimation;
|
|
396
399
|
CustomLog: CustomLog;
|
|
@@ -490,7 +493,6 @@ interface CreatableInstances {
|
|
|
490
493
|
PitchShiftSoundEffect: PitchShiftSoundEffect;
|
|
491
494
|
Plane: Plane;
|
|
492
495
|
PlaneConstraint: PlaneConstraint;
|
|
493
|
-
PlayerControlState: PlayerControlState;
|
|
494
496
|
PluginAction: PluginAction;
|
|
495
497
|
PluginCapabilities: PluginCapabilities;
|
|
496
498
|
PointLight: PointLight;
|
|
@@ -1393,6 +1395,8 @@ interface AnimationFromVideoCreatorStudioService extends Instance {
|
|
|
1393
1395
|
readonly _nominal_AnimationFromVideoCreatorStudioService: unique symbol;
|
|
1394
1396
|
}
|
|
1395
1397
|
/**
|
|
1398
|
+
* A single node within an animation graph, connected to other nodes through named input pins.
|
|
1399
|
+
*
|
|
1396
1400
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationNodeDefinition)
|
|
1397
1401
|
*/
|
|
1398
1402
|
interface AnimationNodeDefinition extends Instance {
|
|
@@ -3174,6 +3178,36 @@ interface SlimContentProvider extends CacheableContentProvider {
|
|
|
3174
3178
|
*/
|
|
3175
3179
|
readonly _nominal_SlimContentProvider: unique symbol;
|
|
3176
3180
|
}
|
|
3181
|
+
/**
|
|
3182
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
3183
|
+
*
|
|
3184
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/WrapContentProvider)
|
|
3185
|
+
*/
|
|
3186
|
+
interface WrapContentProvider extends CacheableContentProvider {
|
|
3187
|
+
/**
|
|
3188
|
+
* **DO NOT USE!**
|
|
3189
|
+
*
|
|
3190
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
3191
|
+
* @hidden
|
|
3192
|
+
* @deprecated
|
|
3193
|
+
*/
|
|
3194
|
+
readonly _nominal_WrapContentProvider: unique symbol;
|
|
3195
|
+
}
|
|
3196
|
+
/**
|
|
3197
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
3198
|
+
*
|
|
3199
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CallingService)
|
|
3200
|
+
*/
|
|
3201
|
+
interface CallingService extends Instance {
|
|
3202
|
+
/**
|
|
3203
|
+
* **DO NOT USE!**
|
|
3204
|
+
*
|
|
3205
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
3206
|
+
* @hidden
|
|
3207
|
+
* @deprecated
|
|
3208
|
+
*/
|
|
3209
|
+
readonly _nominal_CallingService: unique symbol;
|
|
3210
|
+
}
|
|
3177
3211
|
/**
|
|
3178
3212
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
3179
3213
|
*
|
|
@@ -4105,6 +4139,21 @@ interface ContextActionService extends Instance {
|
|
|
4105
4139
|
*/
|
|
4106
4140
|
readonly _nominal_ContextActionService: unique symbol;
|
|
4107
4141
|
}
|
|
4142
|
+
/**
|
|
4143
|
+
* - **Tags**: NotBrowsable
|
|
4144
|
+
*
|
|
4145
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ControlState)
|
|
4146
|
+
*/
|
|
4147
|
+
interface ControlState extends Instance {
|
|
4148
|
+
/**
|
|
4149
|
+
* **DO NOT USE!**
|
|
4150
|
+
*
|
|
4151
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
4152
|
+
* @hidden
|
|
4153
|
+
* @deprecated
|
|
4154
|
+
*/
|
|
4155
|
+
readonly _nominal_ControlState: unique symbol;
|
|
4156
|
+
}
|
|
4108
4157
|
/**
|
|
4109
4158
|
* The base class for controller objects, such as the `HumanoidController` object.
|
|
4110
4159
|
*
|
|
@@ -4271,6 +4320,8 @@ interface ControllerService extends Instance {
|
|
|
4271
4320
|
readonly _nominal_ControllerService: unique symbol;
|
|
4272
4321
|
}
|
|
4273
4322
|
/**
|
|
4323
|
+
* Service that groups the configuration objects controlling Roblox's built-in `CoreGui` elements.
|
|
4324
|
+
*
|
|
4274
4325
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4275
4326
|
*
|
|
4276
4327
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CoreGuiConfiguration)
|
|
@@ -5329,456 +5380,6 @@ interface FaceControls extends Instance {
|
|
|
5329
5380
|
* @deprecated
|
|
5330
5381
|
*/
|
|
5331
5382
|
readonly _nominal_FaceControls: unique symbol;
|
|
5332
|
-
/**
|
|
5333
|
-
* Raises the chin up; moves the lower lip upwards.
|
|
5334
|
-
*
|
|
5335
|
-
* - **ThreadSafety**: ReadSafe
|
|
5336
|
-
* - **Tags**: NotReplicated
|
|
5337
|
-
*
|
|
5338
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#ChinRaiser)
|
|
5339
|
-
*/
|
|
5340
|
-
ChinRaiser: number;
|
|
5341
|
-
/**
|
|
5342
|
-
* Moves the upper lip when ChinRaiser is engaged and touching the upper lip.
|
|
5343
|
-
*
|
|
5344
|
-
* - **ThreadSafety**: ReadSafe
|
|
5345
|
-
* - **Tags**: NotReplicated
|
|
5346
|
-
*
|
|
5347
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#ChinRaiserUpperLip)
|
|
5348
|
-
*/
|
|
5349
|
-
ChinRaiserUpperLip: number;
|
|
5350
|
-
/**
|
|
5351
|
-
* Brings the left and right brows inward together.
|
|
5352
|
-
*
|
|
5353
|
-
* - **ThreadSafety**: ReadSafe
|
|
5354
|
-
* - **Tags**: NotReplicated
|
|
5355
|
-
*
|
|
5356
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#Corrugator)
|
|
5357
|
-
*/
|
|
5358
|
-
Corrugator: number;
|
|
5359
|
-
/**
|
|
5360
|
-
* Moves gaze down. This is a required pose for avatars.
|
|
5361
|
-
*
|
|
5362
|
-
* - **ThreadSafety**: ReadSafe
|
|
5363
|
-
* - **Tags**: NotReplicated
|
|
5364
|
-
*
|
|
5365
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#EyesLookDown)
|
|
5366
|
-
*/
|
|
5367
|
-
EyesLookDown: number;
|
|
5368
|
-
/**
|
|
5369
|
-
* Moves gaze left. This is a required pose for avatars.
|
|
5370
|
-
*
|
|
5371
|
-
* - **ThreadSafety**: ReadSafe
|
|
5372
|
-
* - **Tags**: NotReplicated
|
|
5373
|
-
*
|
|
5374
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#EyesLookLeft)
|
|
5375
|
-
*/
|
|
5376
|
-
EyesLookLeft: number;
|
|
5377
|
-
/**
|
|
5378
|
-
* Moves gaze right. This is a required pose for avatars.
|
|
5379
|
-
*
|
|
5380
|
-
* - **ThreadSafety**: ReadSafe
|
|
5381
|
-
* - **Tags**: NotReplicated
|
|
5382
|
-
*
|
|
5383
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#EyesLookRight)
|
|
5384
|
-
*/
|
|
5385
|
-
EyesLookRight: number;
|
|
5386
|
-
/**
|
|
5387
|
-
* Moves gaze up. This is a required pose for avatars.
|
|
5388
|
-
*
|
|
5389
|
-
* - **ThreadSafety**: ReadSafe
|
|
5390
|
-
* - **Tags**: NotReplicated
|
|
5391
|
-
*
|
|
5392
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#EyesLookUp)
|
|
5393
|
-
*/
|
|
5394
|
-
EyesLookUp: number;
|
|
5395
|
-
/**
|
|
5396
|
-
* Also known as lip tightener; brings the corners of the mouth inward and pressing the lips back against the teeth.
|
|
5397
|
-
*
|
|
5398
|
-
* - **ThreadSafety**: ReadSafe
|
|
5399
|
-
* - **Tags**: NotReplicated
|
|
5400
|
-
*
|
|
5401
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#FlatPucker)
|
|
5402
|
-
*/
|
|
5403
|
-
FlatPucker: number;
|
|
5404
|
-
/**
|
|
5405
|
-
* Makes a 'O' shape with the mouth.
|
|
5406
|
-
*
|
|
5407
|
-
* - **ThreadSafety**: ReadSafe
|
|
5408
|
-
* - **Tags**: NotReplicated
|
|
5409
|
-
*
|
|
5410
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#Funneler)
|
|
5411
|
-
*/
|
|
5412
|
-
Funneler: number;
|
|
5413
|
-
/**
|
|
5414
|
-
* Lowers the jaw downward opening the mouth. This is a required pose for avatars.
|
|
5415
|
-
*
|
|
5416
|
-
* - **ThreadSafety**: ReadSafe
|
|
5417
|
-
* - **Tags**: NotReplicated
|
|
5418
|
-
*
|
|
5419
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#JawDrop)
|
|
5420
|
-
*/
|
|
5421
|
-
JawDrop: number;
|
|
5422
|
-
/**
|
|
5423
|
-
* Moves mouth and jaw to the left (character left).
|
|
5424
|
-
*
|
|
5425
|
-
* - **ThreadSafety**: ReadSafe
|
|
5426
|
-
* - **Tags**: NotReplicated
|
|
5427
|
-
*
|
|
5428
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#JawLeft)
|
|
5429
|
-
*/
|
|
5430
|
-
JawLeft: number;
|
|
5431
|
-
/**
|
|
5432
|
-
* Moves mouth and jaw to the right (character right).
|
|
5433
|
-
*
|
|
5434
|
-
* - **ThreadSafety**: ReadSafe
|
|
5435
|
-
* - **Tags**: NotReplicated
|
|
5436
|
-
*
|
|
5437
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#JawRight)
|
|
5438
|
-
*/
|
|
5439
|
-
JawRight: number;
|
|
5440
|
-
/**
|
|
5441
|
-
* Lowers the left brow down.
|
|
5442
|
-
*
|
|
5443
|
-
* - **ThreadSafety**: ReadSafe
|
|
5444
|
-
* - **Tags**: NotReplicated
|
|
5445
|
-
*
|
|
5446
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftBrowLowerer)
|
|
5447
|
-
*/
|
|
5448
|
-
LeftBrowLowerer: number;
|
|
5449
|
-
/**
|
|
5450
|
-
* Puffs up the left cheek.
|
|
5451
|
-
*
|
|
5452
|
-
* - **ThreadSafety**: ReadSafe
|
|
5453
|
-
* - **Tags**: NotReplicated
|
|
5454
|
-
*
|
|
5455
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftCheekPuff)
|
|
5456
|
-
*/
|
|
5457
|
-
LeftCheekPuff: number;
|
|
5458
|
-
/**
|
|
5459
|
-
* Squints the left eye.
|
|
5460
|
-
*
|
|
5461
|
-
* - **ThreadSafety**: ReadSafe
|
|
5462
|
-
* - **Tags**: NotReplicated
|
|
5463
|
-
*
|
|
5464
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftCheekRaiser)
|
|
5465
|
-
*/
|
|
5466
|
-
LeftCheekRaiser: number;
|
|
5467
|
-
/**
|
|
5468
|
-
* Moves the corners of the mouth back in Z.
|
|
5469
|
-
*
|
|
5470
|
-
* - **ThreadSafety**: ReadSafe
|
|
5471
|
-
* - **Tags**: NotReplicated
|
|
5472
|
-
*
|
|
5473
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftDimpler)
|
|
5474
|
-
*/
|
|
5475
|
-
LeftDimpler: number;
|
|
5476
|
-
/**
|
|
5477
|
-
* Closes the left eyelid. This is a required pose for avatars.
|
|
5478
|
-
*
|
|
5479
|
-
* - **ThreadSafety**: ReadSafe
|
|
5480
|
-
* - **Tags**: NotReplicated
|
|
5481
|
-
*
|
|
5482
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftEyeClosed)
|
|
5483
|
-
*/
|
|
5484
|
-
LeftEyeClosed: number;
|
|
5485
|
-
/**
|
|
5486
|
-
* Raises the left eyelid upwards to reveal more of the eye white above the iris.
|
|
5487
|
-
*
|
|
5488
|
-
* - **ThreadSafety**: ReadSafe
|
|
5489
|
-
* - **Tags**: NotReplicated
|
|
5490
|
-
*
|
|
5491
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftEyeUpperLidRaiser)
|
|
5492
|
-
*/
|
|
5493
|
-
LeftEyeUpperLidRaiser: number;
|
|
5494
|
-
/**
|
|
5495
|
-
* Raises the interior half of the left brow upwards.
|
|
5496
|
-
*
|
|
5497
|
-
* - **ThreadSafety**: ReadSafe
|
|
5498
|
-
* - **Tags**: NotReplicated
|
|
5499
|
-
*
|
|
5500
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftInnerBrowRaiser)
|
|
5501
|
-
*/
|
|
5502
|
-
LeftInnerBrowRaiser: number;
|
|
5503
|
-
/**
|
|
5504
|
-
* Lowers the corners of the mouth downwards in a frown.
|
|
5505
|
-
*
|
|
5506
|
-
* - **ThreadSafety**: ReadSafe
|
|
5507
|
-
* - **Tags**: NotReplicated
|
|
5508
|
-
*
|
|
5509
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftLipCornerDown)
|
|
5510
|
-
*/
|
|
5511
|
-
LeftLipCornerDown: number;
|
|
5512
|
-
/**
|
|
5513
|
-
* Raises the corners of the mouth upwards in a smile. This is a required pose for avatars.
|
|
5514
|
-
*
|
|
5515
|
-
* - **ThreadSafety**: ReadSafe
|
|
5516
|
-
* - **Tags**: NotReplicated
|
|
5517
|
-
*
|
|
5518
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftLipCornerPuller)
|
|
5519
|
-
*/
|
|
5520
|
-
LeftLipCornerPuller: number;
|
|
5521
|
-
/**
|
|
5522
|
-
* Stretches the corners of the mouth apart. This is a required pose for avatars.
|
|
5523
|
-
*
|
|
5524
|
-
* - **ThreadSafety**: ReadSafe
|
|
5525
|
-
* - **Tags**: NotReplicated
|
|
5526
|
-
*
|
|
5527
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftLipStretcher)
|
|
5528
|
-
*/
|
|
5529
|
-
LeftLipStretcher: number;
|
|
5530
|
-
/**
|
|
5531
|
-
* Lowers the lower lip down away from the upper lip revealing the lower teeth. This is a required pose for avatars.
|
|
5532
|
-
*
|
|
5533
|
-
* - **ThreadSafety**: ReadSafe
|
|
5534
|
-
* - **Tags**: NotReplicated
|
|
5535
|
-
*
|
|
5536
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftLowerLipDepressor)
|
|
5537
|
-
*/
|
|
5538
|
-
LeftLowerLipDepressor: number;
|
|
5539
|
-
/**
|
|
5540
|
-
* Raise the left nostril, pulls the brow down slightly, and wrinkles on the side of the nose.
|
|
5541
|
-
*
|
|
5542
|
-
* - **ThreadSafety**: ReadSafe
|
|
5543
|
-
* - **Tags**: NotReplicated
|
|
5544
|
-
*
|
|
5545
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftNoseWrinkler)
|
|
5546
|
-
*/
|
|
5547
|
-
LeftNoseWrinkler: number;
|
|
5548
|
-
/**
|
|
5549
|
-
* Raises the outer part of the left brow upwards.
|
|
5550
|
-
*
|
|
5551
|
-
* - **ThreadSafety**: ReadSafe
|
|
5552
|
-
* - **Tags**: NotReplicated
|
|
5553
|
-
*
|
|
5554
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftOuterBrowRaiser)
|
|
5555
|
-
*/
|
|
5556
|
-
LeftOuterBrowRaiser: number;
|
|
5557
|
-
/**
|
|
5558
|
-
* Raises the left upper lip away from the lower lip revealing the upper teeth. This is a required pose for avatars.
|
|
5559
|
-
*
|
|
5560
|
-
* - **ThreadSafety**: ReadSafe
|
|
5561
|
-
* - **Tags**: NotReplicated
|
|
5562
|
-
*
|
|
5563
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LeftUpperLipRaiser)
|
|
5564
|
-
*/
|
|
5565
|
-
LeftUpperLipRaiser: number;
|
|
5566
|
-
/**
|
|
5567
|
-
* Presses the lips together.
|
|
5568
|
-
*
|
|
5569
|
-
* - **ThreadSafety**: ReadSafe
|
|
5570
|
-
* - **Tags**: NotReplicated
|
|
5571
|
-
*
|
|
5572
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LipPresser)
|
|
5573
|
-
*/
|
|
5574
|
-
LipPresser: number;
|
|
5575
|
-
/**
|
|
5576
|
-
* Brings the lips together relative to JawDrop. This is a required pose for avatars.
|
|
5577
|
-
*
|
|
5578
|
-
* - **ThreadSafety**: ReadSafe
|
|
5579
|
-
* - **Tags**: NotReplicated
|
|
5580
|
-
*
|
|
5581
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LipsTogether)
|
|
5582
|
-
*/
|
|
5583
|
-
LipsTogether: number;
|
|
5584
|
-
/**
|
|
5585
|
-
* Rolls the lower lip up over the teeth.
|
|
5586
|
-
*
|
|
5587
|
-
* - **ThreadSafety**: ReadSafe
|
|
5588
|
-
* - **Tags**: NotReplicated
|
|
5589
|
-
*
|
|
5590
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#LowerLipSuck)
|
|
5591
|
-
*/
|
|
5592
|
-
LowerLipSuck: number;
|
|
5593
|
-
/**
|
|
5594
|
-
* Moves the mouth left.
|
|
5595
|
-
*
|
|
5596
|
-
* - **ThreadSafety**: ReadSafe
|
|
5597
|
-
* - **Tags**: NotReplicated
|
|
5598
|
-
*
|
|
5599
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#MouthLeft)
|
|
5600
|
-
*/
|
|
5601
|
-
MouthLeft: number;
|
|
5602
|
-
/**
|
|
5603
|
-
* Moves the mouth right.
|
|
5604
|
-
*
|
|
5605
|
-
* - **ThreadSafety**: ReadSafe
|
|
5606
|
-
* - **Tags**: NotReplicated
|
|
5607
|
-
*
|
|
5608
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#MouthRight)
|
|
5609
|
-
*/
|
|
5610
|
-
MouthRight: number;
|
|
5611
|
-
/**
|
|
5612
|
-
* Makes a kiss-like shape with the mouth. This is a required pose for avatars.
|
|
5613
|
-
*
|
|
5614
|
-
* - **ThreadSafety**: ReadSafe
|
|
5615
|
-
* - **Tags**: NotReplicated
|
|
5616
|
-
*
|
|
5617
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#Pucker)
|
|
5618
|
-
*/
|
|
5619
|
-
Pucker: number;
|
|
5620
|
-
/**
|
|
5621
|
-
* Lowers the right brow down.
|
|
5622
|
-
*
|
|
5623
|
-
* - **ThreadSafety**: ReadSafe
|
|
5624
|
-
* - **Tags**: NotReplicated
|
|
5625
|
-
*
|
|
5626
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightBrowLowerer)
|
|
5627
|
-
*/
|
|
5628
|
-
RightBrowLowerer: number;
|
|
5629
|
-
/**
|
|
5630
|
-
* Puffs up the right cheek.
|
|
5631
|
-
*
|
|
5632
|
-
* - **ThreadSafety**: ReadSafe
|
|
5633
|
-
* - **Tags**: NotReplicated
|
|
5634
|
-
*
|
|
5635
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightCheekPuff)
|
|
5636
|
-
*/
|
|
5637
|
-
RightCheekPuff: number;
|
|
5638
|
-
/**
|
|
5639
|
-
* Squints the right eye.
|
|
5640
|
-
*
|
|
5641
|
-
* - **ThreadSafety**: ReadSafe
|
|
5642
|
-
* - **Tags**: NotReplicated
|
|
5643
|
-
*
|
|
5644
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightCheekRaiser)
|
|
5645
|
-
*/
|
|
5646
|
-
RightCheekRaiser: number;
|
|
5647
|
-
/**
|
|
5648
|
-
* Moves the corners of the mouth back in Z.
|
|
5649
|
-
*
|
|
5650
|
-
* - **ThreadSafety**: ReadSafe
|
|
5651
|
-
* - **Tags**: NotReplicated
|
|
5652
|
-
*
|
|
5653
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightDimpler)
|
|
5654
|
-
*/
|
|
5655
|
-
RightDimpler: number;
|
|
5656
|
-
/**
|
|
5657
|
-
* Closes the right eyelid. This is a required pose for avatars.
|
|
5658
|
-
*
|
|
5659
|
-
* - **ThreadSafety**: ReadSafe
|
|
5660
|
-
* - **Tags**: NotReplicated
|
|
5661
|
-
*
|
|
5662
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightEyeClosed)
|
|
5663
|
-
*/
|
|
5664
|
-
RightEyeClosed: number;
|
|
5665
|
-
/**
|
|
5666
|
-
* Raises the right eyelid upwards to reveal more of the eye white above the iris.
|
|
5667
|
-
*
|
|
5668
|
-
* - **ThreadSafety**: ReadSafe
|
|
5669
|
-
* - **Tags**: NotReplicated
|
|
5670
|
-
*
|
|
5671
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightEyeUpperLidRaiser)
|
|
5672
|
-
*/
|
|
5673
|
-
RightEyeUpperLidRaiser: number;
|
|
5674
|
-
/**
|
|
5675
|
-
* Raises the interior half of the right brow upwards.
|
|
5676
|
-
*
|
|
5677
|
-
* - **ThreadSafety**: ReadSafe
|
|
5678
|
-
* - **Tags**: NotReplicated
|
|
5679
|
-
*
|
|
5680
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightInnerBrowRaiser)
|
|
5681
|
-
*/
|
|
5682
|
-
RightInnerBrowRaiser: number;
|
|
5683
|
-
/**
|
|
5684
|
-
* Lowers the corners of the mouth downwards in a frown.
|
|
5685
|
-
*
|
|
5686
|
-
* - **ThreadSafety**: ReadSafe
|
|
5687
|
-
* - **Tags**: NotReplicated
|
|
5688
|
-
*
|
|
5689
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightLipCornerDown)
|
|
5690
|
-
*/
|
|
5691
|
-
RightLipCornerDown: number;
|
|
5692
|
-
/**
|
|
5693
|
-
* Raises the corners of the mouth upwards in a smile. This is a required pose for avatars.
|
|
5694
|
-
*
|
|
5695
|
-
* - **ThreadSafety**: ReadSafe
|
|
5696
|
-
* - **Tags**: NotReplicated
|
|
5697
|
-
*
|
|
5698
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightLipCornerPuller)
|
|
5699
|
-
*/
|
|
5700
|
-
RightLipCornerPuller: number;
|
|
5701
|
-
/**
|
|
5702
|
-
* Stretches the corners of the mouth apart. This is a required pose for avatars.
|
|
5703
|
-
*
|
|
5704
|
-
* - **ThreadSafety**: ReadSafe
|
|
5705
|
-
* - **Tags**: NotReplicated
|
|
5706
|
-
*
|
|
5707
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightLipStretcher)
|
|
5708
|
-
*/
|
|
5709
|
-
RightLipStretcher: number;
|
|
5710
|
-
/**
|
|
5711
|
-
* Lowers the lower lip down away from the upper lip revealing the lower teeth. This is a required pose for avatars.
|
|
5712
|
-
*
|
|
5713
|
-
* - **ThreadSafety**: ReadSafe
|
|
5714
|
-
* - **Tags**: NotReplicated
|
|
5715
|
-
*
|
|
5716
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightLowerLipDepressor)
|
|
5717
|
-
*/
|
|
5718
|
-
RightLowerLipDepressor: number;
|
|
5719
|
-
/**
|
|
5720
|
-
* Raises the right nostril, pulls the brow down slightly, and wrinkles on the side of the nose.
|
|
5721
|
-
*
|
|
5722
|
-
* - **ThreadSafety**: ReadSafe
|
|
5723
|
-
* - **Tags**: NotReplicated
|
|
5724
|
-
*
|
|
5725
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightNoseWrinkler)
|
|
5726
|
-
*/
|
|
5727
|
-
RightNoseWrinkler: number;
|
|
5728
|
-
/**
|
|
5729
|
-
* Raises the outer part of the right brow upwards.
|
|
5730
|
-
*
|
|
5731
|
-
* - **ThreadSafety**: ReadSafe
|
|
5732
|
-
* - **Tags**: NotReplicated
|
|
5733
|
-
*
|
|
5734
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightOuterBrowRaiser)
|
|
5735
|
-
*/
|
|
5736
|
-
RightOuterBrowRaiser: number;
|
|
5737
|
-
/**
|
|
5738
|
-
* Raises the right upper lip away from the lower lip revealing the upper teeth. This is a required pose for avatars.
|
|
5739
|
-
*
|
|
5740
|
-
* - **ThreadSafety**: ReadSafe
|
|
5741
|
-
* - **Tags**: NotReplicated
|
|
5742
|
-
*
|
|
5743
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#RightUpperLipRaiser)
|
|
5744
|
-
*/
|
|
5745
|
-
RightUpperLipRaiser: number;
|
|
5746
|
-
/**
|
|
5747
|
-
* Bends the tongue down.
|
|
5748
|
-
*
|
|
5749
|
-
* - **ThreadSafety**: ReadSafe
|
|
5750
|
-
* - **Tags**: NotReplicated
|
|
5751
|
-
*
|
|
5752
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#TongueDown)
|
|
5753
|
-
*/
|
|
5754
|
-
TongueDown: number;
|
|
5755
|
-
/**
|
|
5756
|
-
* Extends the tip of the tongue out of the mouth.
|
|
5757
|
-
*
|
|
5758
|
-
* - **ThreadSafety**: ReadSafe
|
|
5759
|
-
* - **Tags**: NotReplicated
|
|
5760
|
-
*
|
|
5761
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#TongueOut)
|
|
5762
|
-
*/
|
|
5763
|
-
TongueOut: number;
|
|
5764
|
-
/**
|
|
5765
|
-
* Bends the tongue up.
|
|
5766
|
-
*
|
|
5767
|
-
* - **ThreadSafety**: ReadSafe
|
|
5768
|
-
* - **Tags**: NotReplicated
|
|
5769
|
-
*
|
|
5770
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#TongueUp)
|
|
5771
|
-
*/
|
|
5772
|
-
TongueUp: number;
|
|
5773
|
-
/**
|
|
5774
|
-
* Rolls the upper lip around the teeth.
|
|
5775
|
-
*
|
|
5776
|
-
* - **ThreadSafety**: ReadSafe
|
|
5777
|
-
* - **Tags**: NotReplicated
|
|
5778
|
-
*
|
|
5779
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FaceControls#UpperLipSuck)
|
|
5780
|
-
*/
|
|
5781
|
-
UpperLipSuck: number;
|
|
5782
5383
|
}
|
|
5783
5384
|
/**
|
|
5784
5385
|
* An abstract class from which the `Decal` and `Texture` classes inherit.
|
|
@@ -7290,6 +6891,8 @@ interface SelectionPointLasso extends SelectionLasso {
|
|
|
7290
6891
|
readonly _nominal_SelectionPointLasso: unique symbol;
|
|
7291
6892
|
}
|
|
7292
6893
|
/**
|
|
6894
|
+
* Represents a 2D cubic spline path that renders a stroked curve under any `GuiObject`.
|
|
6895
|
+
*
|
|
7293
6896
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Path2D)
|
|
7294
6897
|
*/
|
|
7295
6898
|
interface Path2D extends GuiBase {
|
|
@@ -8686,6 +8289,8 @@ interface MLModelDeliveryService extends Instance {
|
|
|
8686
8289
|
readonly _nominal_MLModelDeliveryService: unique symbol;
|
|
8687
8290
|
}
|
|
8688
8291
|
/**
|
|
8292
|
+
* A service that runs in-engine machine learning inference by loading model bundles and creating inference sessions.
|
|
8293
|
+
*
|
|
8689
8294
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
8690
8295
|
*
|
|
8691
8296
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MLService)
|
|
@@ -9089,6 +8694,8 @@ interface MetaBreakpointManager extends Instance {
|
|
|
9089
8694
|
readonly _nominal_MetaBreakpointManager: unique symbol;
|
|
9090
8695
|
}
|
|
9091
8696
|
/**
|
|
8697
|
+
* A service that connects the engine's MicroProfiler to the data model, feeding context into profile dumps and letting privileged scripts capture them to disk.
|
|
8698
|
+
*
|
|
9092
8699
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
9093
8700
|
*
|
|
9094
8701
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService)
|
|
@@ -9104,6 +8711,8 @@ interface MicroProfilerService extends Instance {
|
|
|
9104
8711
|
readonly _nominal_MicroProfilerService: unique symbol;
|
|
9105
8712
|
}
|
|
9106
8713
|
/**
|
|
8714
|
+
* Server-side service for submitting player captures to content moderation review and receiving the results asynchronously.
|
|
8715
|
+
*
|
|
9107
8716
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
9108
8717
|
*
|
|
9109
8718
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ModerationService)
|
|
@@ -9338,6 +8947,8 @@ interface NetworkSettings extends Instance {
|
|
|
9338
8947
|
*/
|
|
9339
8948
|
readonly _nominal_NetworkSettings: unique symbol;
|
|
9340
8949
|
/**
|
|
8950
|
+
* The total device memory, in MiB, that the client emulates when testing under a simulated device.
|
|
8951
|
+
*
|
|
9341
8952
|
* - **ThreadSafety**: ReadSafe
|
|
9342
8953
|
* - **Tags**: Hidden, NotReplicated
|
|
9343
8954
|
*
|
|
@@ -9456,6 +9067,8 @@ interface OmniRecommendationsService extends Instance {
|
|
|
9456
9067
|
/**
|
|
9457
9068
|
* **Deprecated:** This class is deprecated and should not be used for new work. Use `HttpService` instead and see the [In-experience HTTP requests guide](../../../cloud-services/http-service.md).
|
|
9458
9069
|
*
|
|
9070
|
+
* Deprecated Open Cloud API surface for in-experience cloud operations such as user notifications.
|
|
9071
|
+
*
|
|
9459
9072
|
* - **Tags**: NotCreatable, NotReplicated
|
|
9460
9073
|
*
|
|
9461
9074
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudApiV1)
|
|
@@ -9475,6 +9088,8 @@ interface OpenCloudApiV1 extends Instance {
|
|
|
9475
9088
|
/**
|
|
9476
9089
|
* **Deprecated:** This class is deprecated and should not be used for new work. Use `HttpService` instead and see the [In-experience HTTP requests guide](../../../cloud-services/http-service.md).
|
|
9477
9090
|
*
|
|
9091
|
+
* Deprecated. Do not use for new work; prefer `HttpService` for in-experience HTTP requests.
|
|
9092
|
+
*
|
|
9478
9093
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
9479
9094
|
*
|
|
9480
9095
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudService)
|
|
@@ -11071,21 +10686,6 @@ interface Player extends Instance {
|
|
|
11071
10686
|
SetSuperSafeChat(this: Player, value: boolean): void;
|
|
11072
10687
|
readonly Name: string;
|
|
11073
10688
|
}
|
|
11074
|
-
/**
|
|
11075
|
-
* - **Tags**: NotBrowsable
|
|
11076
|
-
*
|
|
11077
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerControlState)
|
|
11078
|
-
*/
|
|
11079
|
-
interface PlayerControlState extends Instance {
|
|
11080
|
-
/**
|
|
11081
|
-
* **DO NOT USE!**
|
|
11082
|
-
*
|
|
11083
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11084
|
-
* @hidden
|
|
11085
|
-
* @deprecated
|
|
11086
|
-
*/
|
|
11087
|
-
readonly _nominal_PlayerControlState: unique symbol;
|
|
11088
|
-
}
|
|
11089
10689
|
/**
|
|
11090
10690
|
* - **Tags**: NotCreatable, NotReplicated
|
|
11091
10691
|
*
|
|
@@ -13901,6 +13501,8 @@ interface FluidForceSensor extends SensorBase {
|
|
|
13901
13501
|
readonly _nominal_FluidForceSensor: unique symbol;
|
|
13902
13502
|
}
|
|
13903
13503
|
/**
|
|
13504
|
+
* Serializes and deserializes `instances` to and from the `.rbxm` format.
|
|
13505
|
+
*
|
|
13904
13506
|
* - **Tags**: NotCreatable, Service
|
|
13905
13507
|
*
|
|
13906
13508
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SerializationService)
|
|
@@ -15891,6 +15493,8 @@ interface StudioCameraService extends Instance {
|
|
|
15891
15493
|
readonly _nominal_StudioCameraService: unique symbol;
|
|
15892
15494
|
}
|
|
15893
15495
|
/**
|
|
15496
|
+
* A Studio-only service that lets plugins capture screenshots of the active place's 3D viewport.
|
|
15497
|
+
*
|
|
15894
15498
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
15895
15499
|
*
|
|
15896
15500
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService)
|
|
@@ -15905,26 +15509,35 @@ interface StudioCaptureService extends Instance {
|
|
|
15905
15509
|
*/
|
|
15906
15510
|
readonly _nominal_StudioCaptureService: unique symbol;
|
|
15907
15511
|
/**
|
|
15512
|
+
* Returns whether a screenshot can currently be captured.
|
|
15513
|
+
*
|
|
15908
15514
|
* - **ThreadSafety**: Unsafe
|
|
15909
15515
|
*
|
|
15910
15516
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#CanCaptureScreenshot)
|
|
15911
|
-
* @param this
|
|
15517
|
+
* @param this A Studio-only service that lets plugins capture screenshots of the active place's 3D viewport.
|
|
15518
|
+
* @returns A boolean that is `false` when a screenshot is known to be uncapturable, or `true` otherwise.
|
|
15912
15519
|
*/
|
|
15913
15520
|
CanCaptureScreenshot(this: StudioCaptureService): boolean;
|
|
15914
15521
|
/**
|
|
15522
|
+
* Captures a screenshot of the active place according to the provided options.
|
|
15523
|
+
*
|
|
15915
15524
|
* - **ThreadSafety**: Unsafe
|
|
15916
15525
|
*
|
|
15917
15526
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#CaptureScreenshot)
|
|
15918
|
-
* @param this
|
|
15919
|
-
* @param screenshotOptions
|
|
15527
|
+
* @param this A Studio-only service that lets plugins capture screenshots of the active place's 3D viewport.
|
|
15528
|
+
* @param screenshotOptions A dictionary of options controlling the capture, such as `Position`, `CaptureSize`, `OutputSize`, `ResampleMode`, `Format`, and `UICaptureMode`.
|
|
15529
|
+
* @returns A `StudioScreenshotCapture` that holds the requested image in the requested format.
|
|
15920
15530
|
*/
|
|
15921
15531
|
CaptureScreenshot(this: StudioCaptureService, screenshotOptions: object): StudioScreenshotCapture;
|
|
15922
15532
|
/**
|
|
15533
|
+
* Requests the user's permission for the plugin to capture screenshots from the Studio 3D view.
|
|
15534
|
+
*
|
|
15923
15535
|
* - **ThreadSafety**: Unsafe
|
|
15924
15536
|
* - **Tags**: Yields
|
|
15925
15537
|
*
|
|
15926
15538
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioCaptureService#RequestScreenshotPermissionAsync)
|
|
15927
|
-
* @param this
|
|
15539
|
+
* @param this A Studio-only service that lets plugins capture screenshots of the active place's 3D viewport.
|
|
15540
|
+
* @returns A boolean that is `true` if the user granted permission and `false` otherwise.
|
|
15928
15541
|
*/
|
|
15929
15542
|
RequestScreenshotPermissionAsync(this: StudioCaptureService): boolean;
|
|
15930
15543
|
}
|
|
@@ -16208,6 +15821,8 @@ interface StudioPublishService extends Instance {
|
|
|
16208
15821
|
readonly _nominal_StudioPublishService: unique symbol;
|
|
16209
15822
|
}
|
|
16210
15823
|
/**
|
|
15824
|
+
* Represents a single screenshot captured from Studio, exposing the resulting image buffer and the parameters the capture was taken with.
|
|
15825
|
+
*
|
|
16211
15826
|
* - **Tags**: NotCreatable, NotReplicated
|
|
16212
15827
|
*
|
|
16213
15828
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture)
|
|
@@ -16222,6 +15837,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16222
15837
|
*/
|
|
16223
15838
|
readonly _nominal_StudioScreenshotCapture: unique symbol;
|
|
16224
15839
|
/**
|
|
15840
|
+
* The pixel format of the image data returned by `GetBuffer()`.
|
|
15841
|
+
*
|
|
16225
15842
|
* - **ThreadSafety**: ReadSafe
|
|
16226
15843
|
* - **Tags**: NotReplicated
|
|
16227
15844
|
*
|
|
@@ -16229,6 +15846,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16229
15846
|
*/
|
|
16230
15847
|
readonly BufferFormat: Enum.StudioCaptureScreenshotFormat;
|
|
16231
15848
|
/**
|
|
15849
|
+
* Reflects the current state of the capture as its image data is produced.
|
|
15850
|
+
*
|
|
16232
15851
|
* - **ThreadSafety**: ReadSafe
|
|
16233
15852
|
* - **Tags**: NotReplicated
|
|
16234
15853
|
*
|
|
@@ -16236,6 +15855,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16236
15855
|
*/
|
|
16237
15856
|
readonly BufferStatus: Enum.StudioCaptureBufferStatus;
|
|
16238
15857
|
/**
|
|
15858
|
+
* The size, in pixels, of the region available for capture from `Position` to the edge of the Studio view.
|
|
15859
|
+
*
|
|
16239
15860
|
* - **ThreadSafety**: ReadSafe
|
|
16240
15861
|
* - **Tags**: NotReplicated
|
|
16241
15862
|
*
|
|
@@ -16243,6 +15864,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16243
15864
|
*/
|
|
16244
15865
|
readonly OriginalSize: Vector2;
|
|
16245
15866
|
/**
|
|
15867
|
+
* The top-left corner, in pixels, of the captured region within the Studio view.
|
|
15868
|
+
*
|
|
16246
15869
|
* - **ThreadSafety**: ReadSafe
|
|
16247
15870
|
* - **Tags**: NotReplicated
|
|
16248
15871
|
*
|
|
@@ -16250,6 +15873,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16250
15873
|
*/
|
|
16251
15874
|
readonly Position: Vector2;
|
|
16252
15875
|
/**
|
|
15876
|
+
* The pixel dimensions of the captured image.
|
|
15877
|
+
*
|
|
16253
15878
|
* - **ThreadSafety**: ReadSafe
|
|
16254
15879
|
* - **Tags**: NotReplicated
|
|
16255
15880
|
*
|
|
@@ -16257,6 +15882,8 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16257
15882
|
*/
|
|
16258
15883
|
readonly Resolution: Vector2;
|
|
16259
15884
|
/**
|
|
15885
|
+
* Indicates which user-interface layers were included in the capture.
|
|
15886
|
+
*
|
|
16260
15887
|
* - **ThreadSafety**: ReadSafe
|
|
16261
15888
|
* - **Tags**: NotReplicated
|
|
16262
15889
|
*
|
|
@@ -16264,27 +15891,36 @@ interface StudioScreenshotCapture extends Instance {
|
|
|
16264
15891
|
*/
|
|
16265
15892
|
readonly UICaptureMode: Enum.UICaptureMode;
|
|
16266
15893
|
/**
|
|
15894
|
+
* Returns the captured image data as a buffer in the capture's pixel format.
|
|
15895
|
+
*
|
|
16267
15896
|
* - **ThreadSafety**: Unsafe
|
|
16268
15897
|
*
|
|
16269
15898
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#GetBuffer)
|
|
16270
|
-
* @param this
|
|
15899
|
+
* @param this Represents a single screenshot captured from Studio, exposing the resulting image buffer and the parameters the capture was taken with.
|
|
15900
|
+
* @returns A buffer containing the captured image data in the capture's `BufferFormat`.
|
|
16271
15901
|
*/
|
|
16272
15902
|
GetBuffer(this: StudioScreenshotCapture): buffer;
|
|
16273
15903
|
/**
|
|
15904
|
+
* Returns an array of error messages recorded during the capture.
|
|
15905
|
+
*
|
|
16274
15906
|
* - **ThreadSafety**: Unsafe
|
|
16275
15907
|
*
|
|
16276
15908
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#GetErrors)
|
|
16277
|
-
* @param this
|
|
15909
|
+
* @param this Represents a single screenshot captured from Studio, exposing the resulting image buffer and the parameters the capture was taken with.
|
|
15910
|
+
* @returns An array of strings describing any errors that occurred during the capture.
|
|
16278
15911
|
*/
|
|
16279
15912
|
GetErrors(this: StudioScreenshotCapture): Array<unknown>;
|
|
16280
15913
|
/**
|
|
15914
|
+
* Produces a new capture containing a resized copy of this capture's image.
|
|
15915
|
+
*
|
|
16281
15916
|
* - **ThreadSafety**: Unsafe
|
|
16282
15917
|
* - **Tags**: Yields
|
|
16283
15918
|
*
|
|
16284
15919
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioScreenshotCapture#ScaleAsync)
|
|
16285
|
-
* @param this
|
|
16286
|
-
* @param strategy
|
|
16287
|
-
* @param newSize
|
|
15920
|
+
* @param this Represents a single screenshot captured from Studio, exposing the resulting image buffer and the parameters the capture was taken with.
|
|
15921
|
+
* @param strategy The `ResamplerMode` used to resample the image. `ResamplerMode.Default` applies bilinear filtering; `ResamplerMode.Pixelated` applies nearest-neighbor (point) sampling.
|
|
15922
|
+
* @param newSize The width and height, in pixels, of the scaled image.
|
|
15923
|
+
* @returns A new `StudioScreenshotCapture` whose image is this capture scaled to `newSize`.
|
|
16288
15924
|
*/
|
|
16289
15925
|
ScaleAsync(this: StudioScreenshotCapture, strategy: CastsToEnum<Enum.ResamplerMode>, newSize: Vector2): StudioScreenshotCapture;
|
|
16290
15926
|
}
|
|
@@ -16341,7 +15977,8 @@ interface StudioService extends Instance {
|
|
|
16341
15977
|
*
|
|
16342
15978
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioService#GetClassIcon)
|
|
16343
15979
|
* @param this Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
|
|
16344
|
-
* @param className
|
|
15980
|
+
* @param className The name of the Roblox class to retrieve the Explorer window icon for.
|
|
15981
|
+
* @returns A dictionary containing `Image`, `ImageRectOffset`, and `ImageRectSize` fields that can be applied to an `ImageLabel` to display the class icon.
|
|
16345
15982
|
*/
|
|
16346
15983
|
GetClassIcon(this: StudioService, className: string): object;
|
|
16347
15984
|
/**
|
|
@@ -16351,6 +15988,7 @@ interface StudioService extends Instance {
|
|
|
16351
15988
|
*
|
|
16352
15989
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioService#GetUserId)
|
|
16353
15990
|
* @param this Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
|
|
15991
|
+
* @returns The UserId of the logged-in Studio user, or 0 if the user is not logged in.
|
|
16354
15992
|
*/
|
|
16355
15993
|
GetUserId(this: StudioService): number;
|
|
16356
15994
|
/**
|
|
@@ -16433,22 +16071,29 @@ interface StudioTestService extends Instance {
|
|
|
16433
16071
|
*/
|
|
16434
16072
|
readonly _nominal_StudioTestService: unique symbol;
|
|
16435
16073
|
/**
|
|
16074
|
+
* Plugin-facing. Indicates whether the session is the idle edit `DataModel` with no Studio test session running.
|
|
16075
|
+
*
|
|
16436
16076
|
* - **ThreadSafety**: ReadSafe
|
|
16437
16077
|
*
|
|
16438
16078
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTestService#EditModeActive)
|
|
16439
16079
|
*/
|
|
16440
16080
|
EditModeActive: boolean;
|
|
16441
16081
|
/**
|
|
16082
|
+
* Launches a multiplayer test session and yields until it completes.
|
|
16083
|
+
*
|
|
16442
16084
|
* - **ThreadSafety**: Unsafe
|
|
16443
16085
|
* - **Tags**: Yields
|
|
16444
16086
|
*
|
|
16445
16087
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTestService#ExecuteMultiplayerTestAsync)
|
|
16446
16088
|
* @param this Service allowing plugins to automate and customize Test and Run mode testing.
|
|
16447
|
-
* @param numPlayers
|
|
16448
|
-
* @param args
|
|
16089
|
+
* @param numPlayers The number of client DataModels to create. Must be between 1 and 8.
|
|
16090
|
+
* @param args An optional Roblox-serializable value forwarded to scripts inside the test session.
|
|
16091
|
+
* @returns The value passed to `StudioTestService:EndTest()`.
|
|
16449
16092
|
*/
|
|
16450
16093
|
ExecuteMultiplayerTestAsync(this: StudioTestService, numPlayers: number, args: unknown): unknown;
|
|
16451
16094
|
/**
|
|
16095
|
+
* Starts a solo Test session and yields until it ends.
|
|
16096
|
+
*
|
|
16452
16097
|
* - **ThreadSafety**: Unsafe
|
|
16453
16098
|
* - **Tags**: Yields
|
|
16454
16099
|
*
|
|
@@ -16459,6 +16104,8 @@ interface StudioTestService extends Instance {
|
|
|
16459
16104
|
*/
|
|
16460
16105
|
ExecutePlayModeAsync(this: StudioTestService, args: unknown): unknown;
|
|
16461
16106
|
/**
|
|
16107
|
+
* Starts a Run test session and yields until it ends.
|
|
16108
|
+
*
|
|
16462
16109
|
* - **ThreadSafety**: Unsafe
|
|
16463
16110
|
* - **Tags**: Yields
|
|
16464
16111
|
*
|
|
@@ -16470,6 +16117,8 @@ interface StudioTestService extends Instance {
|
|
|
16470
16117
|
ExecuteRunModeAsync(this: StudioTestService, args: unknown): unknown;
|
|
16471
16118
|
}
|
|
16472
16119
|
/**
|
|
16120
|
+
* A collection of colors that make up a Roblox Studio theme, letting a plugin query the color of a Studio UI element for the theme the user currently has active.
|
|
16121
|
+
*
|
|
16473
16122
|
* - **Tags**: NotCreatable, NotReplicated
|
|
16474
16123
|
*
|
|
16475
16124
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTheme)
|
|
@@ -16489,7 +16138,7 @@ interface StudioTheme extends Instance {
|
|
|
16489
16138
|
* - **ThreadSafety**: Unsafe
|
|
16490
16139
|
*
|
|
16491
16140
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioTheme#GetColor)
|
|
16492
|
-
* @param this
|
|
16141
|
+
* @param this A collection of colors that make up a Roblox Studio theme, letting a plugin query the color of a Studio UI element for the theme the user currently has active.
|
|
16493
16142
|
* @param styleguideitem The element you want to get the theme color for.
|
|
16494
16143
|
* @param modifier The modifier you want to place on the `StyleGuideColor` element.
|
|
16495
16144
|
* @returns The corresponding Color3 theme value.
|
|
@@ -17098,6 +16747,8 @@ interface TestService extends Instance {
|
|
|
17098
16747
|
RunAsync(this: TestService): void;
|
|
17099
16748
|
}
|
|
17100
16749
|
/**
|
|
16750
|
+
* A service that manages a user's `TextBox` state during gameplay.
|
|
16751
|
+
*
|
|
17101
16752
|
* - **Tags**: NotCreatable, Service
|
|
17102
16753
|
*
|
|
17103
16754
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextBoxService)
|
|
@@ -17260,6 +16911,8 @@ interface TextChatMessageProperties extends Instance {
|
|
|
17260
16911
|
readonly _nominal_TextChatMessageProperties: unique symbol;
|
|
17261
16912
|
}
|
|
17262
16913
|
/**
|
|
16914
|
+
* Overrides `BubbleChatConfiguration` properties for an individual bubble chat message.
|
|
16915
|
+
*
|
|
17263
16916
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BubbleChatMessageProperties)
|
|
17264
16917
|
*/
|
|
17265
16918
|
interface BubbleChatMessageProperties extends TextChatMessageProperties {
|
|
@@ -17273,6 +16926,8 @@ interface BubbleChatMessageProperties extends TextChatMessageProperties {
|
|
|
17273
16926
|
readonly _nominal_BubbleChatMessageProperties: unique symbol;
|
|
17274
16927
|
}
|
|
17275
16928
|
/**
|
|
16929
|
+
* Customizes the appearance of an individual text chat message displayed in the chat window.
|
|
16930
|
+
*
|
|
17276
16931
|
* - **Tags**: NotCreatable
|
|
17277
16932
|
*
|
|
17278
16933
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ChatWindowMessageProperties)
|
|
@@ -18318,7 +17973,7 @@ interface Vector3Value extends ValueBase {
|
|
|
18318
17973
|
readonly _nominal_Vector3Value: unique symbol;
|
|
18319
17974
|
}
|
|
18320
17975
|
/**
|
|
18321
|
-
* A sorted list of time-value pairs that define a curve. Used to animate
|
|
17976
|
+
* A sorted list of time-value pairs that define a curve. Used to animate any type of value.
|
|
18322
17977
|
*
|
|
18323
17978
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ValueCurve)
|
|
18324
17979
|
*/
|
|
@@ -18706,6 +18361,8 @@ interface LuauExpression extends RBXObject {
|
|
|
18706
18361
|
readonly _nominal_LuauExpression: unique symbol;
|
|
18707
18362
|
}
|
|
18708
18363
|
/**
|
|
18364
|
+
* A machine-learning inference session that wraps a single loaded model and runs it through `MLSession:ForwardAsync()`.
|
|
18365
|
+
*
|
|
18709
18366
|
* - **Tags**: NotCreatable, NotReplicated
|
|
18710
18367
|
*
|
|
18711
18368
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MLSession)
|