@rbxts/types 1.0.923 → 1.0.925
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.
|
@@ -61,6 +61,7 @@ interface Services {
|
|
|
61
61
|
DebuggerConnectionManager: DebuggerConnectionManager;
|
|
62
62
|
DebuggerUIService: DebuggerUIService;
|
|
63
63
|
DeferredAssetManagerService: DeferredAssetManagerService;
|
|
64
|
+
DesignFoundationsService: DesignFoundationsService;
|
|
64
65
|
DeviceIdService: DeviceIdService;
|
|
65
66
|
DraggerService: DraggerService;
|
|
66
67
|
EditableService: EditableService;
|
|
@@ -1189,17 +1190,6 @@ interface EditableMesh extends RBXObject {
|
|
|
1189
1190
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#FixedSize)
|
|
1190
1191
|
*/
|
|
1191
1192
|
get FixedSize(): boolean;
|
|
1192
|
-
/**
|
|
1193
|
-
* **Deprecated:**
|
|
1194
|
-
*
|
|
1195
|
-
* - **ThreadSafety**: ReadSafe
|
|
1196
|
-
* - **Tags**:
|
|
1197
|
-
*
|
|
1198
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SkinningEnabled)
|
|
1199
|
-
*
|
|
1200
|
-
* @deprecated
|
|
1201
|
-
*/
|
|
1202
|
-
SkinningEnabled: boolean;
|
|
1203
1193
|
/**
|
|
1204
1194
|
* Adds a new bone and returns a stable bone ID.
|
|
1205
1195
|
*
|
|
@@ -7957,7 +7947,7 @@ interface AvatarCreationService extends Instance {
|
|
|
7957
7947
|
*/
|
|
7958
7948
|
AutoSetupAvatarAsync(this: AvatarCreationService, player: Player, autoSetupParams: object, progressCallback?: Callback): string;
|
|
7959
7949
|
/**
|
|
7960
|
-
* Creates a 2D avatar preview and returns a previewId
|
|
7950
|
+
* Creates a 2D avatar preview and returns a `previewId`.
|
|
7961
7951
|
*
|
|
7962
7952
|
* - **ThreadSafety**: Unsafe
|
|
7963
7953
|
* - **Tags**: Yields
|
|
@@ -8188,7 +8178,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8188
8178
|
* @param outfit The `Outfit` that the player will be prompted to created.
|
|
8189
8179
|
* @param rigType The `RigType` that the outfit will be created for if the player confirms the prompt.
|
|
8190
8180
|
*/
|
|
8191
|
-
PromptCreateOutfit(this: AvatarEditorService, outfit: HumanoidDescription, rigType: CastsToEnum<Enum.HumanoidRigType
|
|
8181
|
+
PromptCreateOutfit(this: AvatarEditorService, outfit: HumanoidDescription, rigType: CastsToEnum<Enum.HumanoidRigType>, outfitOptions: object, outfitType: unknown): void;
|
|
8192
8182
|
/**
|
|
8193
8183
|
* Prompts the `Players.LocalPlayer` to delete the given outfit.
|
|
8194
8184
|
*
|
|
@@ -12835,6 +12825,18 @@ interface AnimationConstraint extends Constraint {
|
|
|
12835
12825
|
* @deprecated
|
|
12836
12826
|
*/
|
|
12837
12827
|
readonly _nominal_AnimationConstraint: unique symbol;
|
|
12828
|
+
/**
|
|
12829
|
+
* - **ThreadSafety**: ReadSafe
|
|
12830
|
+
*
|
|
12831
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint#AngularDamping)
|
|
12832
|
+
*/
|
|
12833
|
+
AngularDamping: number;
|
|
12834
|
+
/**
|
|
12835
|
+
* - **ThreadSafety**: ReadSafe
|
|
12836
|
+
*
|
|
12837
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint#AngularStrength)
|
|
12838
|
+
*/
|
|
12839
|
+
AngularStrength: number;
|
|
12838
12840
|
/**
|
|
12839
12841
|
* - **ThreadSafety**: ReadSafe
|
|
12840
12842
|
* - **Tags**: Hidden, NotReplicated
|
|
@@ -12861,6 +12863,18 @@ interface AnimationConstraint extends Constraint {
|
|
|
12861
12863
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint#IsKinematic)
|
|
12862
12864
|
*/
|
|
12863
12865
|
IsKinematic: boolean;
|
|
12866
|
+
/**
|
|
12867
|
+
* - **ThreadSafety**: ReadSafe
|
|
12868
|
+
*
|
|
12869
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint#LinearDamping)
|
|
12870
|
+
*/
|
|
12871
|
+
LinearDamping: number;
|
|
12872
|
+
/**
|
|
12873
|
+
* - **ThreadSafety**: ReadSafe
|
|
12874
|
+
*
|
|
12875
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AnimationConstraint#LinearStrength)
|
|
12876
|
+
*/
|
|
12877
|
+
LinearStrength: number;
|
|
12864
12878
|
/**
|
|
12865
12879
|
* Maximum force magnitude the constraint can apply to achieve its goal.
|
|
12866
12880
|
*
|
|
@@ -15856,6 +15870,21 @@ interface DeferredAssetManagerService extends Instance {
|
|
|
15856
15870
|
*/
|
|
15857
15871
|
readonly _nominal_DeferredAssetManagerService: unique symbol;
|
|
15858
15872
|
}
|
|
15873
|
+
/**
|
|
15874
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
15875
|
+
*
|
|
15876
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DesignFoundationsService)
|
|
15877
|
+
*/
|
|
15878
|
+
interface DesignFoundationsService extends Instance {
|
|
15879
|
+
/**
|
|
15880
|
+
* **DO NOT USE!**
|
|
15881
|
+
*
|
|
15882
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
15883
|
+
* @hidden
|
|
15884
|
+
* @deprecated
|
|
15885
|
+
*/
|
|
15886
|
+
readonly _nominal_DesignFoundationsService: unique symbol;
|
|
15887
|
+
}
|
|
15859
15888
|
/**
|
|
15860
15889
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
15861
15890
|
*
|
|
@@ -18442,6 +18471,19 @@ interface GroupService extends Instance {
|
|
|
18442
18471
|
* @returns An array of dictionaries containing information on the group's the `Player` is a member of.
|
|
18443
18472
|
*/
|
|
18444
18473
|
GetGroupsAsync(this: GroupService, userId: number): Array<GetGroupsAsyncResult>;
|
|
18474
|
+
/**
|
|
18475
|
+
* Returns all roles held by the specified user in the specified group, supporting multi-role group membership.
|
|
18476
|
+
*
|
|
18477
|
+
* - **ThreadSafety**: Unsafe
|
|
18478
|
+
* - **Tags**: Yields
|
|
18479
|
+
*
|
|
18480
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GroupService#GetRolesInGroupAsync)
|
|
18481
|
+
* @param this GroupService is a service that allows developers to fetch information about a Roblox group from within a game.
|
|
18482
|
+
* @param userId The user's ID.
|
|
18483
|
+
* @param groupId The group's ID.
|
|
18484
|
+
* @returns A table with two fields: `IsMember` (boolean) and `Roles` (array of public role tables). Each role table contains `Id` (int64), `Name` (string), and `Rank` (int). The array is ordered as returned by the backend.
|
|
18485
|
+
*/
|
|
18486
|
+
GetRolesInGroupAsync(this: GroupService, userId: number, groupId: number): unknown;
|
|
18445
18487
|
/**
|
|
18446
18488
|
* Prompts the local `Player` to join a specified Roblox group via a native modal.
|
|
18447
18489
|
*
|
|
@@ -22760,6 +22802,8 @@ interface GuiService extends Instance {
|
|
|
22760
22802
|
Vector2
|
|
22761
22803
|
]>;
|
|
22762
22804
|
/**
|
|
22805
|
+
* Takes an `ScreenInsets` value and returns a `Rect2D` describing the inset region, relative to the `CoreUISafeInsets` area.
|
|
22806
|
+
*
|
|
22763
22807
|
* - **ThreadSafety**: Unsafe
|
|
22764
22808
|
*
|
|
22765
22809
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiService#GetInsetArea)
|
|
@@ -25412,7 +25456,8 @@ interface HumanoidRigDescription extends Instance {
|
|
|
25412
25456
|
*
|
|
25413
25457
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HumanoidRigDescription#GetJointFromName)
|
|
25414
25458
|
* @param this
|
|
25415
|
-
* @param name
|
|
25459
|
+
* @param name string
|
|
25460
|
+
* @returns Instance
|
|
25416
25461
|
*/
|
|
25417
25462
|
GetJointFromName(this: HumanoidRigDescription, name: string): Instance | undefined;
|
|
25418
25463
|
/**
|
|
@@ -25420,6 +25465,7 @@ interface HumanoidRigDescription extends Instance {
|
|
|
25420
25465
|
*
|
|
25421
25466
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HumanoidRigDescription#GetJointNames)
|
|
25422
25467
|
* @param this
|
|
25468
|
+
* @returns Array
|
|
25423
25469
|
*/
|
|
25424
25470
|
GetJointNames(this: HumanoidRigDescription): Array<unknown>;
|
|
25425
25471
|
/**
|
|
@@ -25427,6 +25473,7 @@ interface HumanoidRigDescription extends Instance {
|
|
|
25427
25473
|
*
|
|
25428
25474
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HumanoidRigDescription#GetR15JointNames)
|
|
25429
25475
|
* @param this
|
|
25476
|
+
* @returns Array
|
|
25430
25477
|
*/
|
|
25431
25478
|
GetR15JointNames(this: HumanoidRigDescription): Array<unknown>;
|
|
25432
25479
|
/**
|
|
@@ -25434,6 +25481,7 @@ interface HumanoidRigDescription extends Instance {
|
|
|
25434
25481
|
*
|
|
25435
25482
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HumanoidRigDescription#GetR6JointNames)
|
|
25436
25483
|
* @param this
|
|
25484
|
+
* @returns Array
|
|
25437
25485
|
*/
|
|
25438
25486
|
GetR6JointNames(this: HumanoidRigDescription): Array<unknown>;
|
|
25439
25487
|
}
|
|
@@ -29624,6 +29672,32 @@ interface MicroProfilerService extends Instance {
|
|
|
29624
29672
|
* @deprecated
|
|
29625
29673
|
*/
|
|
29626
29674
|
readonly _nominal_MicroProfilerService: unique symbol;
|
|
29675
|
+
/**
|
|
29676
|
+
* - **ThreadSafety**: Unsafe
|
|
29677
|
+
* - **Tags**: CustomLuaState
|
|
29678
|
+
*
|
|
29679
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService#GetDataInRange)
|
|
29680
|
+
*/
|
|
29681
|
+
GetDataInRange(this: MicroProfilerService, slotId: number, offset: number, size: number, destBuffer: buffer, destBufferOffset: number): number;
|
|
29682
|
+
/**
|
|
29683
|
+
* - **ThreadSafety**: Unsafe
|
|
29684
|
+
*
|
|
29685
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService#GetDataSize)
|
|
29686
|
+
*/
|
|
29687
|
+
GetDataSize(this: MicroProfilerService, slotId: number): number;
|
|
29688
|
+
/**
|
|
29689
|
+
* - **ThreadSafety**: Unsafe
|
|
29690
|
+
* - **Tags**: CustomLuaState
|
|
29691
|
+
*
|
|
29692
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService#ProcessCommand)
|
|
29693
|
+
*/
|
|
29694
|
+
ProcessCommand(this: MicroProfilerService, cmdBuf: buffer, cmdOffset: number, cmdSize: number, respBuf: buffer, respOffset: number, respSize: number): number;
|
|
29695
|
+
/**
|
|
29696
|
+
* - **ThreadSafety**: Unsafe
|
|
29697
|
+
*
|
|
29698
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/MicroProfilerService#DataChanged)
|
|
29699
|
+
*/
|
|
29700
|
+
readonly DataChanged: RBXScriptSignal<(slotId: number, flags: number) => void>;
|
|
29627
29701
|
}
|
|
29628
29702
|
/**
|
|
29629
29703
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
@@ -30843,12 +30917,15 @@ interface BasePart extends PVInstance {
|
|
|
30843
30917
|
*/
|
|
30844
30918
|
Velocity: Vector3;
|
|
30845
30919
|
/**
|
|
30920
|
+
* Returns the torque needed to achieve a given angular acceleration on this part's assembly, optionally accounting for gyroscopic effects.
|
|
30921
|
+
*
|
|
30846
30922
|
* - **ThreadSafety**: Unsafe
|
|
30847
30923
|
*
|
|
30848
30924
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#AngularAccelerationToTorque)
|
|
30849
30925
|
* @param this The abstract base class for in-world objects that physically interact.
|
|
30850
|
-
* @param angAcceleration
|
|
30851
|
-
* @param angVelocity
|
|
30926
|
+
* @param angAcceleration The desired angular acceleration vector in world space.
|
|
30927
|
+
* @param angVelocity The current angular velocity of the assembly in world space. Defaults to `(0, 0, 0)`. Supply the assembly's angular velocity to account for gyroscopic effects.
|
|
30928
|
+
* @returns A `Vector3` representing the world-space torque required to produce the specified angular acceleration.
|
|
30852
30929
|
*/
|
|
30853
30930
|
AngularAccelerationToTorque(this: BasePart, angAcceleration: Vector3, angVelocity?: Vector3): Vector3;
|
|
30854
30931
|
/**
|
|
@@ -31090,12 +31167,15 @@ interface BasePart extends PVInstance {
|
|
|
31090
31167
|
*/
|
|
31091
31168
|
SetNetworkOwnershipAuto(this: BasePart): void;
|
|
31092
31169
|
/**
|
|
31170
|
+
* Returns the angular acceleration that would result from applying a given torque to this part's assembly, optionally accounting for gyroscopic effects.
|
|
31171
|
+
*
|
|
31093
31172
|
* - **ThreadSafety**: Unsafe
|
|
31094
31173
|
*
|
|
31095
31174
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#TorqueToAngularAcceleration)
|
|
31096
31175
|
* @param this The abstract base class for in-world objects that physically interact.
|
|
31097
|
-
* @param torque
|
|
31098
|
-
* @param angVelocity
|
|
31176
|
+
* @param torque The torque vector applied to the assembly in world space.
|
|
31177
|
+
* @param angVelocity The current angular velocity of the assembly in world space. Defaults to `(0, 0, 0)`. Supply the assembly's angular velocity to account for gyroscopic effects.
|
|
31178
|
+
* @returns A `Vector3` representing the resulting angular acceleration in world space.
|
|
31099
31179
|
*/
|
|
31100
31180
|
TorqueToAngularAcceleration(this: BasePart, torque: Vector3, angVelocity?: Vector3): Vector3;
|
|
31101
31181
|
/**
|
|
@@ -32342,7 +32422,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32342
32422
|
*/
|
|
32343
32423
|
readonly _nominal_VehicleSeat: unique symbol;
|
|
32344
32424
|
/**
|
|
32345
|
-
* Displays how many hinges are detected by the VehicleSeat
|
|
32425
|
+
* Displays how many hinges are detected by the `VehicleSeat`. Useful for debugging vehicle designs.
|
|
32346
32426
|
*
|
|
32347
32427
|
* - **ThreadSafety**: ReadSafe
|
|
32348
32428
|
* - **Tags**: NotReplicated
|
|
@@ -32359,7 +32439,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32359
32439
|
*/
|
|
32360
32440
|
Disabled: boolean;
|
|
32361
32441
|
/**
|
|
32362
|
-
* If true
|
|
32442
|
+
* If `true`, a UI speed bar will be displayed on screen that tells you what speed the vehicle is moving at.
|
|
32363
32443
|
*
|
|
32364
32444
|
* - **ThreadSafety**: ReadSafe
|
|
32365
32445
|
*
|
|
@@ -32375,7 +32455,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32375
32455
|
*/
|
|
32376
32456
|
MaxSpeed: number;
|
|
32377
32457
|
/**
|
|
32378
|
-
* The
|
|
32458
|
+
* The `Humanoid` that is sitting in the seat.
|
|
32379
32459
|
*
|
|
32380
32460
|
* - **ThreadSafety**: ReadSafe
|
|
32381
32461
|
* - **Tags**: NotReplicated
|
|
@@ -32384,7 +32464,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32384
32464
|
*/
|
|
32385
32465
|
readonly Occupant: Humanoid | undefined;
|
|
32386
32466
|
/**
|
|
32387
|
-
* The direction of movement, tied to
|
|
32467
|
+
* The direction of movement, tied to left and right movement inputs.
|
|
32388
32468
|
*
|
|
32389
32469
|
* - **ThreadSafety**: ReadSafe
|
|
32390
32470
|
* - **Tags**: NotReplicated
|
|
@@ -32393,7 +32473,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32393
32473
|
*/
|
|
32394
32474
|
Steer: number;
|
|
32395
32475
|
/**
|
|
32396
|
-
*
|
|
32476
|
+
* The left-to-right movement float, tied to left and right movement inputs.
|
|
32397
32477
|
*
|
|
32398
32478
|
* - **ThreadSafety**: ReadSafe
|
|
32399
32479
|
*
|
|
@@ -32401,7 +32481,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32401
32481
|
*/
|
|
32402
32482
|
SteerFloat: number;
|
|
32403
32483
|
/**
|
|
32404
|
-
* The direction of
|
|
32484
|
+
* The direction of throttle, tied to forward and backward movement inputs.
|
|
32405
32485
|
*
|
|
32406
32486
|
* - **ThreadSafety**: ReadSafe
|
|
32407
32487
|
* - **Tags**: NotReplicated
|
|
@@ -32410,7 +32490,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32410
32490
|
*/
|
|
32411
32491
|
Throttle: number;
|
|
32412
32492
|
/**
|
|
32413
|
-
*
|
|
32493
|
+
* The forward-to-reverse throttle float, tied to forward and backward movement inputs.
|
|
32414
32494
|
*
|
|
32415
32495
|
* - **ThreadSafety**: ReadSafe
|
|
32416
32496
|
*
|
|
@@ -32418,7 +32498,7 @@ interface VehicleSeat extends BasePart {
|
|
|
32418
32498
|
*/
|
|
32419
32499
|
ThrottleFloat: number;
|
|
32420
32500
|
/**
|
|
32421
|
-
* How fast the
|
|
32501
|
+
* How fast the vehicle will be able to attain `MaxSpeed`.
|
|
32422
32502
|
*
|
|
32423
32503
|
* - **ThreadSafety**: ReadSafe
|
|
32424
32504
|
*
|
|
@@ -32434,13 +32514,13 @@ interface VehicleSeat extends BasePart {
|
|
|
32434
32514
|
*/
|
|
32435
32515
|
TurnSpeed: number;
|
|
32436
32516
|
/**
|
|
32437
|
-
* Forces the character with the specified `Humanoid` to sit in the VehicleSeat
|
|
32517
|
+
* Forces the character with the specified `Humanoid` to sit in the `VehicleSeat`.
|
|
32438
32518
|
*
|
|
32439
32519
|
* - **ThreadSafety**: Unsafe
|
|
32440
32520
|
*
|
|
32441
32521
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VehicleSeat#Sit)
|
|
32442
32522
|
* @param this A seat object that can be used to control a vehicle.
|
|
32443
|
-
* @param humanoid The
|
|
32523
|
+
* @param humanoid The `Humanoid` being forced to sit in the `VehicleSeat`.
|
|
32444
32524
|
*/
|
|
32445
32525
|
Sit(this: VehicleSeat, humanoid: Instance): void;
|
|
32446
32526
|
/**
|
|
@@ -35906,6 +35986,8 @@ interface Player extends Instance {
|
|
|
35906
35986
|
*/
|
|
35907
35987
|
GetRankInGroup(this: Player, groupId: number): number;
|
|
35908
35988
|
/**
|
|
35989
|
+
* **Deprecated:** This method only returns a single role rank and may produce arbitrary results when a user holds multiple roles. Use `GroupService:GetRolesInGroupAsync()` instead, which returns all roles.
|
|
35990
|
+
*
|
|
35909
35991
|
* Returns the player's rank in the group as an integer.
|
|
35910
35992
|
*
|
|
35911
35993
|
* - **ThreadSafety**: Unsafe
|
|
@@ -35915,6 +35997,8 @@ interface Player extends Instance {
|
|
|
35915
35997
|
* @param this An object that represents a presently connected client to the experience.
|
|
35916
35998
|
* @param groupId The `groupId` of the specified group.
|
|
35917
35999
|
* @returns The player's rank in the group.
|
|
36000
|
+
*
|
|
36001
|
+
* @deprecated GetRolesInGroupAsync
|
|
35918
36002
|
*/
|
|
35919
36003
|
GetRankInGroupAsync(this: Player, groupId: number): number;
|
|
35920
36004
|
/**
|
|
@@ -35934,6 +36018,8 @@ interface Player extends Instance {
|
|
|
35934
36018
|
*/
|
|
35935
36019
|
GetRoleInGroup(this: Player, groupId: number): string;
|
|
35936
36020
|
/**
|
|
36021
|
+
* **Deprecated:** This method only returns a single role name and may produce arbitrary results when a user holds multiple roles. Use `GroupService:GetRolesInGroupAsync()` instead, which returns all roles.
|
|
36022
|
+
*
|
|
35937
36023
|
* Returns the player's role in the group as a string, or `Guest` if the player isn't part of the group.
|
|
35938
36024
|
*
|
|
35939
36025
|
* - **ThreadSafety**: Unsafe
|
|
@@ -35943,6 +36029,8 @@ interface Player extends Instance {
|
|
|
35943
36029
|
* @param this An object that represents a presently connected client to the experience.
|
|
35944
36030
|
* @param groupId The group ID of the specified group.
|
|
35945
36031
|
* @returns The player's role in the specified group, or `Guest` if the player is not a member.
|
|
36032
|
+
*
|
|
36033
|
+
* @deprecated GetRolesInGroupAsync
|
|
35946
36034
|
*/
|
|
35947
36035
|
GetRoleInGroupAsync(this: Player, groupId: number): string;
|
|
35948
36036
|
/**
|
|
@@ -37946,11 +38034,11 @@ interface RecommendationService extends Instance {
|
|
|
37946
38034
|
*
|
|
37947
38035
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RecommendationService#LogPreferenceEvent)
|
|
37948
38036
|
* @param this A service that provides an interface for you to manage and display personalized content recommendations.
|
|
37949
|
-
* @param preferenceType
|
|
37950
|
-
* @param targetType
|
|
37951
|
-
* @param targetId
|
|
37952
|
-
* @param tracingId
|
|
37953
|
-
* @param itemId
|
|
38037
|
+
* @param preferenceType The enum for the type of preference.
|
|
38038
|
+
* @param targetType The enum for the type of target.
|
|
38039
|
+
* @param targetId The identifier of the preference target. The format depends on `targetType`.
|
|
38040
|
+
* @param tracingId The tracing ID returned from the `GenerateItemListAsync` response. Pass an empty string if the preference originates outside a recommendation feed.
|
|
38041
|
+
* @param itemId The item ID returned from the `GenerateItemListAsync` response. Pass an empty string if the preference originates outside a recommendation feed.
|
|
37954
38042
|
*/
|
|
37955
38043
|
LogPreferenceEvent(this: RecommendationService, preferenceType: CastsToEnum<Enum.RecommendationPreferenceType>, targetType: CastsToEnum<Enum.RecommendationPreferenceTargetType>, targetId: string, tracingId?: string, itemId?: string): void;
|
|
37956
38044
|
/**
|
|
@@ -38602,6 +38690,12 @@ interface RunService extends Instance {
|
|
|
38602
38690
|
* @returns Whether the current environment is running the client.
|
|
38603
38691
|
*/
|
|
38604
38692
|
IsClient(this: RunService): boolean;
|
|
38693
|
+
/**
|
|
38694
|
+
* - **ThreadSafety**: Safe
|
|
38695
|
+
*
|
|
38696
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RunService#IsResimulating)
|
|
38697
|
+
*/
|
|
38698
|
+
IsResimulating(this: RunService): boolean;
|
|
38605
38699
|
/**
|
|
38606
38700
|
* Returns whether a **Run** playtest has been initiated in Studio.
|
|
38607
38701
|
*
|
|
@@ -40508,8 +40602,9 @@ interface SocialService extends Instance {
|
|
|
40508
40602
|
*
|
|
40509
40603
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SocialService#PromptFeedbackSubmissionAsync)
|
|
40510
40604
|
* @param this Facilitates social functions that impact relationships made on the Roblox platform.
|
|
40605
|
+
* @param options Optional `Dictionary` configuring the prompt. Supported keys: - `FeedbackType` (`FeedbackType`). Selects which feedback flow to display. Defaults to `FeedbackType.Feedback`.
|
|
40511
40606
|
*/
|
|
40512
|
-
PromptFeedbackSubmissionAsync(this: SocialService): void;
|
|
40607
|
+
PromptFeedbackSubmissionAsync(this: SocialService, options?: object): void;
|
|
40513
40608
|
/**
|
|
40514
40609
|
* **Deprecated:**
|
|
40515
40610
|
*
|
|
@@ -41104,7 +41199,7 @@ interface AssetSoundEffect extends CustomSoundEffect {
|
|
|
41104
41199
|
readonly _nominal_AssetSoundEffect: unique symbol;
|
|
41105
41200
|
}
|
|
41106
41201
|
/**
|
|
41107
|
-
* - **Tags**: NotCreatable
|
|
41202
|
+
* - **Tags**: NotCreatable
|
|
41108
41203
|
*
|
|
41109
41204
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ChannelSelectorSoundEffect)
|
|
41110
41205
|
*/
|
|
@@ -47114,6 +47209,12 @@ interface UIShadow extends UIComponent {
|
|
|
47114
47209
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIShadow#Color)
|
|
47115
47210
|
*/
|
|
47116
47211
|
Color: Color3;
|
|
47212
|
+
/**
|
|
47213
|
+
* - **ThreadSafety**: ReadSafe
|
|
47214
|
+
*
|
|
47215
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIShadow#Enabled)
|
|
47216
|
+
*/
|
|
47217
|
+
Enabled: boolean;
|
|
47117
47218
|
/**
|
|
47118
47219
|
* Moves the shadow relative to the parent's position.
|
|
47119
47220
|
*
|
|
@@ -47681,7 +47782,7 @@ interface UserInputService extends Instance {
|
|
|
47681
47782
|
*/
|
|
47682
47783
|
readonly VREnabled: boolean;
|
|
47683
47784
|
/**
|
|
47684
|
-
* Creates a `VirtualInput` object
|
|
47785
|
+
* Creates a `VirtualInput` object for simulating mouse, keyboard, and pointer input.
|
|
47685
47786
|
*
|
|
47686
47787
|
* - **ThreadSafety**: Unsafe
|
|
47687
47788
|
*
|
|
@@ -48185,6 +48286,13 @@ interface UserService extends Instance {
|
|
|
48185
48286
|
* @deprecated
|
|
48186
48287
|
*/
|
|
48187
48288
|
readonly _nominal_UserService: unique symbol;
|
|
48289
|
+
/**
|
|
48290
|
+
* - **ThreadSafety**: Unsafe
|
|
48291
|
+
* - **Tags**: Yields
|
|
48292
|
+
*
|
|
48293
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserService#GetUserFromGlobalUserIdAsync)
|
|
48294
|
+
*/
|
|
48295
|
+
GetUserFromGlobalUserIdAsync(this: UserService, userId: number): User;
|
|
48188
48296
|
/**
|
|
48189
48297
|
* Returns an array of user information including user name and display name.
|
|
48190
48298
|
*
|
|
@@ -49420,15 +49528,6 @@ interface VoiceChatInternal extends Instance {
|
|
|
49420
49528
|
* @deprecated
|
|
49421
49529
|
*/
|
|
49422
49530
|
GetParticipants(this: VoiceChatInternal): Array<unknown>;
|
|
49423
|
-
/**
|
|
49424
|
-
* - **ThreadSafety**: Unsafe
|
|
49425
|
-
* - **Tags**:
|
|
49426
|
-
*
|
|
49427
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VoiceChatInternal#GetSpeakerDevices)
|
|
49428
|
-
*
|
|
49429
|
-
* @deprecated
|
|
49430
|
-
*/
|
|
49431
|
-
GetSpeakerDevices(this: VoiceChatInternal): unknown;
|
|
49432
49531
|
/**
|
|
49433
49532
|
* - **ThreadSafety**: Unsafe
|
|
49434
49533
|
* - **Tags**:
|
|
@@ -49510,15 +49609,6 @@ interface VoiceChatInternal extends Instance {
|
|
|
49510
49609
|
* @deprecated
|
|
49511
49610
|
*/
|
|
49512
49611
|
SetMicDevice(this: VoiceChatInternal, micDeviceName: string, micDeviceGuid: string): void;
|
|
49513
|
-
/**
|
|
49514
|
-
* - **ThreadSafety**: Unsafe
|
|
49515
|
-
* - **Tags**:
|
|
49516
|
-
*
|
|
49517
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VoiceChatInternal#SetSpeakerDevice)
|
|
49518
|
-
*
|
|
49519
|
-
* @deprecated
|
|
49520
|
-
*/
|
|
49521
|
-
SetSpeakerDevice(this: VoiceChatInternal, speakerDeviceName: string, speakerDeviceGuid: string): void;
|
|
49522
49612
|
/**
|
|
49523
49613
|
* - **ThreadSafety**: Unsafe
|
|
49524
49614
|
* - **Tags**:
|
|
@@ -50052,7 +50142,7 @@ interface VideoSampler extends RBXObject {
|
|
|
50052
50142
|
GetSamplesAtTimesAsync(this: VideoSampler, times: Array<unknown>): Array<unknown>;
|
|
50053
50143
|
}
|
|
50054
50144
|
/**
|
|
50055
|
-
*
|
|
50145
|
+
* Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50056
50146
|
*
|
|
50057
50147
|
* - **Tags**: NotCreatable, NotReplicated
|
|
50058
50148
|
*
|
|
@@ -50073,7 +50163,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50073
50163
|
* - **ThreadSafety**: Unsafe
|
|
50074
50164
|
*
|
|
50075
50165
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendKey)
|
|
50076
|
-
* @param this
|
|
50166
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50077
50167
|
* @param isPressed Whether to simulate a key press (`true`) or a key release (`false`).
|
|
50078
50168
|
* @param keyCode The `KeyCode` of the key to inject.
|
|
50079
50169
|
* @param isRepeatedKey Whether this is an auto-repeat event, as occurs when a key is held down. Only valid for text-manipulation keys such as `KeyCode.Backspace`, `KeyCode.Delete`, and the arrow keys. Defaults to `false`.
|
|
@@ -50085,7 +50175,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50085
50175
|
* - **ThreadSafety**: Unsafe
|
|
50086
50176
|
*
|
|
50087
50177
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMouseButton)
|
|
50088
|
-
* @param this
|
|
50178
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50089
50179
|
* @param position The screen-space position in pixels at which to inject the event.
|
|
50090
50180
|
* @param button The mouse button to use. Supported values are `UserInputType.MouseButton1`, `UserInputType.MouseButton2`, and `UserInputType.MouseButton3`.
|
|
50091
50181
|
* @param isDown Whether to simulate a button press (`true`) or a button release (`false`).
|
|
@@ -50098,7 +50188,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50098
50188
|
* - **ThreadSafety**: Unsafe
|
|
50099
50189
|
*
|
|
50100
50190
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMouseDelta)
|
|
50101
|
-
* @param this
|
|
50191
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50102
50192
|
* @param positionDelta The relative mouse movement in pixels along each axis.
|
|
50103
50193
|
*/
|
|
50104
50194
|
SendMouseDelta(this: VirtualInput, positionDelta: Vector2): void;
|
|
@@ -50108,7 +50198,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50108
50198
|
* - **ThreadSafety**: Unsafe
|
|
50109
50199
|
*
|
|
50110
50200
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendMousePosition)
|
|
50111
|
-
* @param this
|
|
50201
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50112
50202
|
* @param position The target screen-space position in pixels.
|
|
50113
50203
|
*/
|
|
50114
50204
|
SendMousePosition(this: VirtualInput, position: Vector2): void;
|
|
@@ -50118,7 +50208,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50118
50208
|
* - **ThreadSafety**: Unsafe
|
|
50119
50209
|
*
|
|
50120
50210
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendPointerAction)
|
|
50121
|
-
* @param this
|
|
50211
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50122
50212
|
* @param position The screen-space position in pixels at which to inject the event.
|
|
50123
50213
|
* @param pointerAction A dictionary describing the pointer action to inject. Accepted keys are `Wheel` (number), `Pan` (`Vector2`), and `Pinch` (number). At least one key must have a non-zero value.
|
|
50124
50214
|
*/
|
|
@@ -50129,7 +50219,7 @@ interface VirtualInput extends RBXObject {
|
|
|
50129
50219
|
* - **ThreadSafety**: Unsafe
|
|
50130
50220
|
*
|
|
50131
50221
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VirtualInput#SendTextInput)
|
|
50132
|
-
* @param this
|
|
50222
|
+
* @param this Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
50133
50223
|
* @param text The string to inject as text input.
|
|
50134
50224
|
*/
|
|
50135
50225
|
SendTextInput(this: VirtualInput, text: string): void;
|
|
@@ -65,6 +65,7 @@ interface Services {
|
|
|
65
65
|
DebuggerUIService: DebuggerUIService;
|
|
66
66
|
DebugSettings: DebugSettings;
|
|
67
67
|
DeferredAssetManagerService: DeferredAssetManagerService;
|
|
68
|
+
DesignFoundationsService: DesignFoundationsService;
|
|
68
69
|
DeviceIdService: DeviceIdService;
|
|
69
70
|
DraggerService: DraggerService;
|
|
70
71
|
EditableService: EditableService;
|
|
@@ -4779,6 +4780,21 @@ interface DeferredAssetManagerService extends Instance {
|
|
|
4779
4780
|
*/
|
|
4780
4781
|
readonly _nominal_DeferredAssetManagerService: unique symbol;
|
|
4781
4782
|
}
|
|
4783
|
+
/**
|
|
4784
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4785
|
+
*
|
|
4786
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DesignFoundationsService)
|
|
4787
|
+
*/
|
|
4788
|
+
interface DesignFoundationsService extends Instance {
|
|
4789
|
+
/**
|
|
4790
|
+
* **DO NOT USE!**
|
|
4791
|
+
*
|
|
4792
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
4793
|
+
* @hidden
|
|
4794
|
+
* @deprecated
|
|
4795
|
+
*/
|
|
4796
|
+
readonly _nominal_DesignFoundationsService: unique symbol;
|
|
4797
|
+
}
|
|
4782
4798
|
/**
|
|
4783
4799
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
4784
4800
|
*
|
|
@@ -9791,6 +9807,12 @@ interface Workspace extends WorldRoot {
|
|
|
9791
9807
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#StreamingEnabled)
|
|
9792
9808
|
*/
|
|
9793
9809
|
set StreamingEnabled(value: boolean);
|
|
9810
|
+
/**
|
|
9811
|
+
* - **ThreadSafety**: Unsafe
|
|
9812
|
+
*
|
|
9813
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#ApplyRecommendedStreamingSettings)
|
|
9814
|
+
*/
|
|
9815
|
+
ApplyRecommendedStreamingSettings(this: Workspace): boolean;
|
|
9794
9816
|
/**
|
|
9795
9817
|
* **Deprecated:**
|
|
9796
9818
|
*
|
|
@@ -13634,7 +13656,7 @@ interface AssetSoundEffect extends CustomSoundEffect {
|
|
|
13634
13656
|
readonly _nominal_AssetSoundEffect: unique symbol;
|
|
13635
13657
|
}
|
|
13636
13658
|
/**
|
|
13637
|
-
* - **Tags**: NotCreatable
|
|
13659
|
+
* - **Tags**: NotCreatable
|
|
13638
13660
|
*
|
|
13639
13661
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ChannelSelectorSoundEffect)
|
|
13640
13662
|
*/
|
|
@@ -17090,7 +17112,7 @@ interface VideoSampler extends RBXObject {
|
|
|
17090
17112
|
readonly _nominal_VideoSampler: unique symbol;
|
|
17091
17113
|
}
|
|
17092
17114
|
/**
|
|
17093
|
-
*
|
|
17115
|
+
* Simulates mouse, keyboard, and pointer input as if it were performed by a real player.
|
|
17094
17116
|
*
|
|
17095
17117
|
* - **Tags**: NotCreatable, NotReplicated
|
|
17096
17118
|
*
|
|
@@ -11798,15 +11798,6 @@ declare namespace Enum {
|
|
|
11798
11798
|
EnumType: typeof globalThis.Enum.DomainType;
|
|
11799
11799
|
}
|
|
11800
11800
|
export const EXPERIENCE: EXPERIENCE;
|
|
11801
|
-
/**
|
|
11802
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DomainType#GROUP)
|
|
11803
|
-
*/
|
|
11804
|
-
export interface GROUP extends globalThis.EnumItem {
|
|
11805
|
-
Name: "GROUP";
|
|
11806
|
-
Value: 2;
|
|
11807
|
-
EnumType: typeof globalThis.Enum.DomainType;
|
|
11808
|
-
}
|
|
11809
|
-
export const GROUP: GROUP;
|
|
11810
11801
|
/**
|
|
11811
11802
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/DomainType#OAUTH)
|
|
11812
11803
|
*/
|
|
@@ -11820,7 +11811,7 @@ declare namespace Enum {
|
|
|
11820
11811
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.DomainType | undefined;
|
|
11821
11812
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.DomainType | undefined;
|
|
11822
11813
|
}
|
|
11823
|
-
export type DomainType = DomainType.EXPERIENCE | DomainType.
|
|
11814
|
+
export type DomainType = DomainType.EXPERIENCE | DomainType.OAUTH;
|
|
11824
11815
|
/**
|
|
11825
11816
|
* Used by `UIAspectRatioConstraint.DominantAxis` for resizing the object to maintain the aspect ratio.
|
|
11826
11817
|
*
|
|
@@ -13579,6 +13570,33 @@ declare namespace Enum {
|
|
|
13579
13570
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeatureRestrictionAbuseVector | undefined;
|
|
13580
13571
|
}
|
|
13581
13572
|
export type FeatureRestrictionAbuseVector = FeatureRestrictionAbuseVector.ExperienceChat | FeatureRestrictionAbuseVector.Communication;
|
|
13573
|
+
/**
|
|
13574
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType)
|
|
13575
|
+
*/
|
|
13576
|
+
export namespace FeedbackType {
|
|
13577
|
+
/**
|
|
13578
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType#Feedback)
|
|
13579
|
+
*/
|
|
13580
|
+
export interface Feedback extends globalThis.EnumItem {
|
|
13581
|
+
Name: "Feedback";
|
|
13582
|
+
Value: 0;
|
|
13583
|
+
EnumType: typeof globalThis.Enum.FeedbackType;
|
|
13584
|
+
}
|
|
13585
|
+
export const Feedback: Feedback;
|
|
13586
|
+
/**
|
|
13587
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FeedbackType#PlayerSupport)
|
|
13588
|
+
*/
|
|
13589
|
+
export interface PlayerSupport extends globalThis.EnumItem {
|
|
13590
|
+
Name: "PlayerSupport";
|
|
13591
|
+
Value: 1;
|
|
13592
|
+
EnumType: typeof globalThis.Enum.FeedbackType;
|
|
13593
|
+
}
|
|
13594
|
+
export const PlayerSupport: PlayerSupport;
|
|
13595
|
+
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.FeedbackType>;
|
|
13596
|
+
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.FeedbackType | undefined;
|
|
13597
|
+
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.FeedbackType | undefined;
|
|
13598
|
+
}
|
|
13599
|
+
export type FeedbackType = FeedbackType.Feedback | FeedbackType.PlayerSupport;
|
|
13582
13600
|
/**
|
|
13583
13601
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/FieldOfViewMode)
|
|
13584
13602
|
*/
|
|
@@ -15858,7 +15876,7 @@ declare namespace Enum {
|
|
|
15858
15876
|
}
|
|
15859
15877
|
export const Joined: Joined;
|
|
15860
15878
|
/**
|
|
15861
|
-
* The player submitted a request to join the group.
|
|
15879
|
+
* The player submitted a request to join the group, or already had a pending join request prior to prompting.
|
|
15862
15880
|
*
|
|
15863
15881
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/GroupMembershipStatus#JoinRequestPending)
|
|
15864
15882
|
*/
|
|
@@ -24317,6 +24335,8 @@ declare namespace Enum {
|
|
|
24317
24335
|
*/
|
|
24318
24336
|
export namespace OutfitType {
|
|
24319
24337
|
/**
|
|
24338
|
+
* Returns outfits of every type, with no filtering applied.
|
|
24339
|
+
*
|
|
24320
24340
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#All)
|
|
24321
24341
|
*/
|
|
24322
24342
|
export interface All extends globalThis.EnumItem {
|
|
@@ -24326,6 +24346,8 @@ declare namespace Enum {
|
|
|
24326
24346
|
}
|
|
24327
24347
|
export const All: All;
|
|
24328
24348
|
/**
|
|
24349
|
+
* A full-body avatar outfit.
|
|
24350
|
+
*
|
|
24329
24351
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Avatar)
|
|
24330
24352
|
*/
|
|
24331
24353
|
export interface Avatar extends globalThis.EnumItem {
|
|
@@ -24335,6 +24357,8 @@ declare namespace Enum {
|
|
|
24335
24357
|
}
|
|
24336
24358
|
export const Avatar: Avatar;
|
|
24337
24359
|
/**
|
|
24360
|
+
* An outfit containing a dynamic head.
|
|
24361
|
+
*
|
|
24338
24362
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#DynamicHead)
|
|
24339
24363
|
*/
|
|
24340
24364
|
export interface DynamicHead extends globalThis.EnumItem {
|
|
@@ -24344,6 +24368,8 @@ declare namespace Enum {
|
|
|
24344
24368
|
}
|
|
24345
24369
|
export const DynamicHead: DynamicHead;
|
|
24346
24370
|
/**
|
|
24371
|
+
* An outfit consisting of a pair of shoes.
|
|
24372
|
+
*
|
|
24347
24373
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Shoes)
|
|
24348
24374
|
*/
|
|
24349
24375
|
export interface Shoes extends globalThis.EnumItem {
|
|
@@ -24352,11 +24378,22 @@ declare namespace Enum {
|
|
|
24352
24378
|
EnumType: typeof globalThis.Enum.OutfitType;
|
|
24353
24379
|
}
|
|
24354
24380
|
export const Shoes: Shoes;
|
|
24381
|
+
/**
|
|
24382
|
+
* An outfit consisting of makeup items applied to the avatar's face.
|
|
24383
|
+
*
|
|
24384
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/OutfitType#Makeup)
|
|
24385
|
+
*/
|
|
24386
|
+
export interface Makeup extends globalThis.EnumItem {
|
|
24387
|
+
Name: "Makeup";
|
|
24388
|
+
Value: 5;
|
|
24389
|
+
EnumType: typeof globalThis.Enum.OutfitType;
|
|
24390
|
+
}
|
|
24391
|
+
export const Makeup: Makeup;
|
|
24355
24392
|
export function GetEnumItems(this: globalThis.Enum): Array<globalThis.Enum.OutfitType>;
|
|
24356
24393
|
export function FromName(this: globalThis.Enum, name: string): globalThis.Enum.OutfitType | undefined;
|
|
24357
24394
|
export function FromValue(this: globalThis.Enum, value: number): globalThis.Enum.OutfitType | undefined;
|
|
24358
24395
|
}
|
|
24359
|
-
export type OutfitType = OutfitType.All | OutfitType.Avatar | OutfitType.DynamicHead | OutfitType.Shoes;
|
|
24396
|
+
export type OutfitType = OutfitType.All | OutfitType.Avatar | OutfitType.DynamicHead | OutfitType.Shoes | OutfitType.Makeup;
|
|
24360
24397
|
/**
|
|
24361
24398
|
* Sets the layout mode of the output.
|
|
24362
24399
|
*
|
|
@@ -27717,7 +27754,7 @@ declare namespace Enum {
|
|
|
27717
27754
|
}
|
|
27718
27755
|
export const DeveloperProduct: DeveloperProduct;
|
|
27719
27756
|
/**
|
|
27720
|
-
* Used for processing receipts for the user who initiated a Robux transfer. The receipt's `PlayerId` is the sender's user ID and includes a `TransferRequestId` field.
|
|
27757
|
+
* Used for processing receipts for the user who initiated a Robux transfer. The receipt's `PlayerId` is the sender's user ID and includes a `TransferRequestId` field. Delivered immediately if no receiver approval was required, otherwise deferred until the sender's next session join.
|
|
27721
27758
|
*
|
|
27722
27759
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferSender)
|
|
27723
27760
|
*/
|
|
@@ -27728,7 +27765,7 @@ declare namespace Enum {
|
|
|
27728
27765
|
}
|
|
27729
27766
|
export const RobuxTransferSender: RobuxTransferSender;
|
|
27730
27767
|
/**
|
|
27731
|
-
* Used for processing receipts for the user who received Robux via a transfer. The receipt's `PlayerId` is the receiver's user ID and includes a `TransferRequestId` field.
|
|
27768
|
+
* Used for processing receipts for the user who received Robux via a transfer. The receipt's `PlayerId` is the receiver's user ID and includes a `TransferRequestId` field. Always deferred until the receiver's next session join.
|
|
27732
27769
|
*
|
|
27733
27770
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/ReceiptType#RobuxTransferReceiver)
|
|
27734
27771
|
*/
|
|
@@ -27970,6 +28007,8 @@ declare namespace Enum {
|
|
|
27970
28007
|
*/
|
|
27971
28008
|
export namespace RecommendationPreferenceTargetType {
|
|
27972
28009
|
/**
|
|
28010
|
+
* The target is another Roblox user. The `targetId` is the user key.
|
|
28011
|
+
*
|
|
27973
28012
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#User)
|
|
27974
28013
|
*/
|
|
27975
28014
|
export interface User extends globalThis.EnumItem {
|
|
@@ -27979,6 +28018,8 @@ declare namespace Enum {
|
|
|
27979
28018
|
}
|
|
27980
28019
|
export const User: User;
|
|
27981
28020
|
/**
|
|
28021
|
+
* The target is a universe. The `targetId` is the universe ID as a string.
|
|
28022
|
+
*
|
|
27982
28023
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#Universe)
|
|
27983
28024
|
*/
|
|
27984
28025
|
export interface Universe extends globalThis.EnumItem {
|
|
@@ -27988,6 +28029,8 @@ declare namespace Enum {
|
|
|
27988
28029
|
}
|
|
27989
28030
|
export const Universe: Universe;
|
|
27990
28031
|
/**
|
|
28032
|
+
* The target is a custom content tag. The `targetId` is the tag string.
|
|
28033
|
+
*
|
|
27991
28034
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceTargetType#CustomTag)
|
|
27992
28035
|
*/
|
|
27993
28036
|
export interface CustomTag extends globalThis.EnumItem {
|
|
@@ -28006,6 +28049,8 @@ declare namespace Enum {
|
|
|
28006
28049
|
*/
|
|
28007
28050
|
export namespace RecommendationPreferenceType {
|
|
28008
28051
|
/**
|
|
28052
|
+
* The user started following the target.
|
|
28053
|
+
*
|
|
28009
28054
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddFollow)
|
|
28010
28055
|
*/
|
|
28011
28056
|
export interface AddFollow extends globalThis.EnumItem {
|
|
@@ -28015,6 +28060,8 @@ declare namespace Enum {
|
|
|
28015
28060
|
}
|
|
28016
28061
|
export const AddFollow: AddFollow;
|
|
28017
28062
|
/**
|
|
28063
|
+
* The user stopped following the target.
|
|
28064
|
+
*
|
|
28018
28065
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveFollow)
|
|
28019
28066
|
*/
|
|
28020
28067
|
export interface RemoveFollow extends globalThis.EnumItem {
|
|
@@ -28024,6 +28071,8 @@ declare namespace Enum {
|
|
|
28024
28071
|
}
|
|
28025
28072
|
export const RemoveFollow: RemoveFollow;
|
|
28026
28073
|
/**
|
|
28074
|
+
* The user muted the target.
|
|
28075
|
+
*
|
|
28027
28076
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#AddMute)
|
|
28028
28077
|
*/
|
|
28029
28078
|
export interface AddMute extends globalThis.EnumItem {
|
|
@@ -28033,6 +28082,8 @@ declare namespace Enum {
|
|
|
28033
28082
|
}
|
|
28034
28083
|
export const AddMute: AddMute;
|
|
28035
28084
|
/**
|
|
28085
|
+
* The user unmuted a previously muted target.
|
|
28086
|
+
*
|
|
28036
28087
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/enums/RecommendationPreferenceType#RemoveMute)
|
|
28037
28088
|
*/
|
|
28038
28089
|
export interface RemoveMute extends globalThis.EnumItem {
|