You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
8016
8055
Asset: ContentId
8017
8056
AudioContent: Content
8018
8057
AutoLoad: boolean
8058
+
AutoPlay: boolean
8019
8059
Ended: RBXScriptSignal<>
8020
8060
IsPlaying: boolean
8021
8061
IsReady: boolean
@@ -9455,6 +9495,7 @@ end
9455
9495
9456
9496
declare class GenerationService extends Instance
9457
9497
function GenerateMeshAsync(self, inputs: { [any]: any }, player: Player, options: { [any]: any }, intermediateResultCallback: ((...any) -> ...any)?): any
9498
+
function GenerateModelAsync(self, inputs: { [any]: any }, schema: { [any]: any }, options: { [any]: any }?): any
9458
9499
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
9459
9500
end
9460
9501
@@ -9469,6 +9510,7 @@ declare class GeometryService extends Instance
9469
9510
function FragmentAsync(self, part: BasePart, fragmentSites: { any }, options: { [any]: any }?, mainPartSites: { any }?): { any }
9470
9511
function IntersectAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9471
9512
function SubtractAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9513
+
function SweepPartAsync(self, part: BasePart, cframes: { any }, options: { [any]: any }?): MeshPart
9472
9514
function UnionAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9473
9515
end
9474
9516
@@ -10403,7 +10445,6 @@ declare class HumanoidRigDescription extends Instance
10403
10445
WaistRangeMin: Vector3
10404
10446
WaistSize: number
10405
10447
WaistTposeAdjustment: CFrame
10406
-
function Automap(self, character: Instance): nil
10407
10448
function GetJointFromName(self, name: string): Instance
10408
10449
function GetJointNames(self): { any }
10409
10450
function GetR15JointNames(self): { any }
@@ -10817,6 +10858,7 @@ declare class MarketplaceService extends Instance
@@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
8016
8055
Asset: ContentId
8017
8056
AudioContent: Content
8018
8057
AutoLoad: boolean
8058
+
AutoPlay: boolean
8019
8059
Ended: RBXScriptSignal<>
8020
8060
IsPlaying: boolean
8021
8061
IsReady: boolean
@@ -9451,6 +9491,7 @@ end
9451
9491
9452
9492
declare class GenerationService extends Instance
9453
9493
function GenerateMeshAsync(self, inputs: { [any]: any }, player: Player, options: { [any]: any }, intermediateResultCallback: ((...any) -> ...any)?): any
9494
+
function GenerateModelAsync(self, inputs: { [any]: any }, schema: { [any]: any }, options: { [any]: any }?): any
9454
9495
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
9455
9496
end
9456
9497
@@ -9465,6 +9506,7 @@ declare class GeometryService extends Instance
9465
9506
function FragmentAsync(self, part: BasePart, fragmentSites: { any }, options: { [any]: any }?, mainPartSites: { any }?): { any }
9466
9507
function IntersectAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9467
9508
function SubtractAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9509
+
function SweepPartAsync(self, part: BasePart, cframes: { any }, options: { [any]: any }?): MeshPart
9468
9510
function UnionAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9469
9511
end
9470
9512
@@ -10398,7 +10440,6 @@ declare class HumanoidRigDescription extends Instance
10398
10440
WaistRangeMin: Vector3
10399
10441
WaistSize: number
10400
10442
WaistTposeAdjustment: CFrame
10401
-
function Automap(self, character: Instance): nil
10402
10443
function GetJointFromName(self, name: string): Instance
10403
10444
function GetJointNames(self): { any }
10404
10445
function GetR15JointNames(self): { any }
@@ -10783,6 +10824,7 @@ declare class MarketplaceService extends Instance
0 commit comments