Skip to content

Commit e96710e

Browse files
JohnnyMorganzgithub-actions[bot]
authored andcommitted
Update types dump
1 parent 0db1fc8 commit e96710e

File tree

7 files changed

+527
-60
lines changed

7 files changed

+527
-60
lines changed

scripts/api-docs/en-us.json

Lines changed: 221 additions & 45 deletions
Large diffs are not rendered by default.

scripts/globalTypes.LocalUserSecurity.d.luau

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,16 @@ declare class EnumAnimationClipFromVideoStatus_INTERNAL extends Enum
364364
function FromName(self, Name: string): EnumAnimationClipFromVideoStatus?
365365
function FromValue(self, Value: number): EnumAnimationClipFromVideoStatus?
366366
end
367+
declare class EnumAnimationNodePlayMode extends EnumItem end
368+
declare class EnumAnimationNodePlayMode_INTERNAL extends Enum
369+
Loop: EnumAnimationNodePlayMode
370+
OnceAndHold: EnumAnimationNodePlayMode
371+
OnceAndReset: EnumAnimationNodePlayMode
372+
PingPong: EnumAnimationNodePlayMode
373+
function GetEnumItems(self): { EnumAnimationNodePlayMode }
374+
function FromName(self, Name: string): EnumAnimationNodePlayMode?
375+
function FromValue(self, Value: number): EnumAnimationNodePlayMode?
376+
end
367377
declare class EnumAnimationNodeType extends EnumItem end
368378
declare class EnumAnimationNodeType_INTERNAL extends Enum
369379
AddNode: EnumAnimationNodeType
@@ -558,10 +568,12 @@ declare class EnumAssetType_INTERNAL extends Enum
558568
EarAccessory: EnumAssetType
559569
EmoteAnimation: EnumAssetType
560570
EyeAccessory: EnumAssetType
571+
EyeMakeup: EnumAssetType
561572
EyebrowAccessory: EnumAssetType
562573
EyelashAccessory: EnumAssetType
563574
Face: EnumAssetType
564575
FaceAccessory: EnumAssetType
576+
FaceMakeup: EnumAssetType
565577
FallAnimation: EnumAssetType
566578
FontFamily: EnumAssetType
567579
FrontAccessory: EnumAssetType
@@ -577,6 +589,7 @@ declare class EnumAssetType_INTERNAL extends Enum
577589
LeftArm: EnumAssetType
578590
LeftLeg: EnumAssetType
579591
LeftShoeAccessory: EnumAssetType
592+
LipMakeup: EnumAssetType
580593
Lua: EnumAssetType
581594
Mesh: EnumAssetType
582595
MeshPart: EnumAssetType
@@ -723,10 +736,12 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
723736
DressSkirtAccessory: EnumAvatarAssetType
724737
DynamicHead: EnumAvatarAssetType
725738
EmoteAnimation: EnumAvatarAssetType
739+
EyeMakeup: EnumAvatarAssetType
726740
EyebrowAccessory: EnumAvatarAssetType
727741
EyelashAccessory: EnumAvatarAssetType
728742
Face: EnumAvatarAssetType
729743
FaceAccessory: EnumAvatarAssetType
744+
FaceMakeup: EnumAvatarAssetType
730745
FallAnimation: EnumAvatarAssetType
731746
FrontAccessory: EnumAvatarAssetType
732747
Gear: EnumAvatarAssetType
@@ -739,6 +754,7 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
739754
LeftArm: EnumAvatarAssetType
740755
LeftLeg: EnumAvatarAssetType
741756
LeftShoeAccessory: EnumAvatarAssetType
757+
LipMakeup: EnumAvatarAssetType
742758
MoodAnimation: EnumAvatarAssetType
743759
NeckAccessory: EnumAvatarAssetType
744760
Pants: EnumAvatarAssetType
@@ -2089,6 +2105,14 @@ declare class EnumExperienceEventStatus_INTERNAL extends Enum
20892105
function FromName(self, Name: string): EnumExperienceEventStatus?
20902106
function FromValue(self, Value: number): EnumExperienceEventStatus?
20912107
end
2108+
declare class EnumExperienceStateCaptureSelectionMode extends EnumItem end
2109+
declare class EnumExperienceStateCaptureSelectionMode_INTERNAL extends Enum
2110+
Default: EnumExperienceStateCaptureSelectionMode
2111+
SafetyHighlightMode: EnumExperienceStateCaptureSelectionMode
2112+
function GetEnumItems(self): { EnumExperienceStateCaptureSelectionMode }
2113+
function FromName(self, Name: string): EnumExperienceStateCaptureSelectionMode?
2114+
function FromValue(self, Value: number): EnumExperienceStateCaptureSelectionMode?
2115+
end
20922116
declare class EnumExperienceStateRecordingLoadMode extends EnumItem end
20932117
declare class EnumExperienceStateRecordingLoadMode_INTERNAL extends Enum
20942118
ContiguousSlice: EnumExperienceStateRecordingLoadMode
@@ -4995,6 +5019,18 @@ declare class EnumStatus_INTERNAL extends Enum
49955019
function FromName(self, Name: string): EnumStatus?
49965020
function FromValue(self, Value: number): EnumStatus?
49975021
end
5022+
declare class EnumStepFrequency extends EnumItem end
5023+
declare class EnumStepFrequency_INTERNAL extends Enum
5024+
Hz1: EnumStepFrequency
5025+
Hz10: EnumStepFrequency
5026+
Hz15: EnumStepFrequency
5027+
Hz30: EnumStepFrequency
5028+
Hz5: EnumStepFrequency
5029+
Hz60: EnumStepFrequency
5030+
function GetEnumItems(self): { EnumStepFrequency }
5031+
function FromName(self, Name: string): EnumStepFrequency?
5032+
function FromValue(self, Value: number): EnumStepFrequency?
5033+
end
49985034
declare class EnumStreamOutBehavior extends EnumItem end
49995035
declare class EnumStreamOutBehavior_INTERNAL extends Enum
50005036
Default: EnumStreamOutBehavior
@@ -6409,6 +6445,7 @@ type ENUM_LIST = {
64096445
AnalyticsProgressionStatus: EnumAnalyticsProgressionStatus_INTERNAL,
64106446
AnalyticsProgressionType: EnumAnalyticsProgressionType_INTERNAL,
64116447
AnimationClipFromVideoStatus: EnumAnimationClipFromVideoStatus_INTERNAL,
6448+
AnimationNodePlayMode: EnumAnimationNodePlayMode_INTERNAL,
64126449
AnimationNodeType: EnumAnimationNodeType_INTERNAL,
64136450
AnimationPriority: EnumAnimationPriority_INTERNAL,
64146451
AnimatorRetargetingMode: EnumAnimatorRetargetingMode_INTERNAL,
@@ -6559,6 +6596,7 @@ type ENUM_LIST = {
65596596
EnviromentalPhysicsThrottle: EnumEnviromentalPhysicsThrottle_INTERNAL,
65606597
ExperienceAuthScope: EnumExperienceAuthScope_INTERNAL,
65616598
ExperienceEventStatus: EnumExperienceEventStatus_INTERNAL,
6599+
ExperienceStateCaptureSelectionMode: EnumExperienceStateCaptureSelectionMode_INTERNAL,
65626600
ExperienceStateRecordingLoadMode: EnumExperienceStateRecordingLoadMode_INTERNAL,
65636601
ExperienceStateRecordingLoadSourceType: EnumExperienceStateRecordingLoadSourceType_INTERNAL,
65646602
ExperienceStateRecordingPlaybackMode: EnumExperienceStateRecordingPlaybackMode_INTERNAL,
@@ -6798,6 +6836,7 @@ type ENUM_LIST = {
67986836
StartCorner: EnumStartCorner_INTERNAL,
67996837
StateObjectFieldType: EnumStateObjectFieldType_INTERNAL,
68006838
Status: EnumStatus_INTERNAL,
6839+
StepFrequency: EnumStepFrequency_INTERNAL,
68016840
StreamOutBehavior: EnumStreamOutBehavior_INTERNAL,
68026841
StreamingIntegrityMode: EnumStreamingIntegrityMode_INTERNAL,
68036842
StreamingPauseMode: EnumStreamingPauseMode_INTERNAL,
@@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
80168055
Asset: ContentId
80178056
AudioContent: Content
80188057
AutoLoad: boolean
8058+
AutoPlay: boolean
80198059
Ended: RBXScriptSignal<>
80208060
IsPlaying: boolean
80218061
IsReady: boolean
@@ -9455,6 +9495,7 @@ end
94559495

94569496
declare class GenerationService extends Instance
94579497
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
94589499
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
94599500
end
94609501

@@ -9469,6 +9510,7 @@ declare class GeometryService extends Instance
94699510
function FragmentAsync(self, part: BasePart, fragmentSites: { any }, options: { [any]: any }?, mainPartSites: { any }?): { any }
94709511
function IntersectAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
94719512
function SubtractAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9513+
function SweepPartAsync(self, part: BasePart, cframes: { any }, options: { [any]: any }?): MeshPart
94729514
function UnionAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
94739515
end
94749516

@@ -10403,7 +10445,6 @@ declare class HumanoidRigDescription extends Instance
1040310445
WaistRangeMin: Vector3
1040410446
WaistSize: number
1040510447
WaistTposeAdjustment: CFrame
10406-
function Automap(self, character: Instance): nil
1040710448
function GetJointFromName(self, name: string): Instance
1040810449
function GetJointNames(self): { any }
1040910450
function GetR15JointNames(self): { any }
@@ -10817,6 +10858,7 @@ declare class MarketplaceService extends Instance
1081710858
function PromptPurchase(self, player: Player, assetId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
1081810859
function PromptSubscriptionPurchase(self, user: Player, subscriptionId: string): nil
1081910860
function PromptThirdPartyPurchase(self, player: Instance, productId: string): nil
10861+
function RecommendTopProductsAsync(self, infoTypes: { any }): { any }
1082010862
function UserOwnsGamePassAsync(self, userId: number, gamePassId: number): boolean
1082110863
end
1082210864

@@ -12109,7 +12151,6 @@ declare class RtMessagingService extends Instance
1210912151
end
1211012152

1211112153
declare class RunService extends Instance
12112-
FixedHeartbeat: RBXScriptSignal<number>
1211312154
FrameNumber: number
1211412155
Heartbeat: RBXScriptSignal<number>
1211512156
Misprediction: RBXScriptSignal<number, { any }>
@@ -12121,6 +12162,7 @@ declare class RunService extends Instance
1212112162
RenderStepped: RBXScriptSignal<number>
1212212163
Stepped: RBXScriptSignal<number, number>
1212312164
function BindToRenderStep(self, name: string, priority: number, func: ((delta: number) -> ())): ()
12165+
function BindToSimulation(self, func: ((...any) -> ...any), frequency: EnumStepFrequency?): RBXScriptConnection
1212412166
function IsClient(self): boolean
1212512167
function IsRunMode(self): boolean
1212612168
function IsRunning(self): boolean
@@ -12554,6 +12596,7 @@ declare class StarterPlayer extends Instance
1255412596
CharacterUseJumpPower: boolean
1255512597
CharacterWalkSpeed: number
1255612598
ClassicDeath: boolean
12599+
CreateDefaultPlayerModule: boolean
1255712600
DevCameraOcclusionMode: EnumDevCameraOcclusionMode
1255812601
DevComputerCameraMovementMode: EnumDevComputerCameraMovementMode
1255912602
DevComputerMovementMode: EnumDevComputerMovementMode
@@ -12841,6 +12884,10 @@ declare class StyleQuery extends Instance
1284112884
IsActive: boolean
1284212885
MaxSize: Vector2
1284312886
MinSize: Vector2
12887+
function GetCondition(self, name: string): any
12888+
function GetConditions(self): { [any]: any }
12889+
function SetCondition(self, name: string, value: any): nil
12890+
function SetConditions(self, conditions: { [any]: any }): nil
1284412891
end
1284512892

1284612893
declare class StylingService extends Instance

scripts/globalTypes.None.d.luau

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,16 @@ declare class EnumAnimationClipFromVideoStatus_INTERNAL extends Enum
364364
function FromName(self, Name: string): EnumAnimationClipFromVideoStatus?
365365
function FromValue(self, Value: number): EnumAnimationClipFromVideoStatus?
366366
end
367+
declare class EnumAnimationNodePlayMode extends EnumItem end
368+
declare class EnumAnimationNodePlayMode_INTERNAL extends Enum
369+
Loop: EnumAnimationNodePlayMode
370+
OnceAndHold: EnumAnimationNodePlayMode
371+
OnceAndReset: EnumAnimationNodePlayMode
372+
PingPong: EnumAnimationNodePlayMode
373+
function GetEnumItems(self): { EnumAnimationNodePlayMode }
374+
function FromName(self, Name: string): EnumAnimationNodePlayMode?
375+
function FromValue(self, Value: number): EnumAnimationNodePlayMode?
376+
end
367377
declare class EnumAnimationNodeType extends EnumItem end
368378
declare class EnumAnimationNodeType_INTERNAL extends Enum
369379
AddNode: EnumAnimationNodeType
@@ -558,10 +568,12 @@ declare class EnumAssetType_INTERNAL extends Enum
558568
EarAccessory: EnumAssetType
559569
EmoteAnimation: EnumAssetType
560570
EyeAccessory: EnumAssetType
571+
EyeMakeup: EnumAssetType
561572
EyebrowAccessory: EnumAssetType
562573
EyelashAccessory: EnumAssetType
563574
Face: EnumAssetType
564575
FaceAccessory: EnumAssetType
576+
FaceMakeup: EnumAssetType
565577
FallAnimation: EnumAssetType
566578
FontFamily: EnumAssetType
567579
FrontAccessory: EnumAssetType
@@ -577,6 +589,7 @@ declare class EnumAssetType_INTERNAL extends Enum
577589
LeftArm: EnumAssetType
578590
LeftLeg: EnumAssetType
579591
LeftShoeAccessory: EnumAssetType
592+
LipMakeup: EnumAssetType
580593
Lua: EnumAssetType
581594
Mesh: EnumAssetType
582595
MeshPart: EnumAssetType
@@ -723,10 +736,12 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
723736
DressSkirtAccessory: EnumAvatarAssetType
724737
DynamicHead: EnumAvatarAssetType
725738
EmoteAnimation: EnumAvatarAssetType
739+
EyeMakeup: EnumAvatarAssetType
726740
EyebrowAccessory: EnumAvatarAssetType
727741
EyelashAccessory: EnumAvatarAssetType
728742
Face: EnumAvatarAssetType
729743
FaceAccessory: EnumAvatarAssetType
744+
FaceMakeup: EnumAvatarAssetType
730745
FallAnimation: EnumAvatarAssetType
731746
FrontAccessory: EnumAvatarAssetType
732747
Gear: EnumAvatarAssetType
@@ -739,6 +754,7 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
739754
LeftArm: EnumAvatarAssetType
740755
LeftLeg: EnumAvatarAssetType
741756
LeftShoeAccessory: EnumAvatarAssetType
757+
LipMakeup: EnumAvatarAssetType
742758
MoodAnimation: EnumAvatarAssetType
743759
NeckAccessory: EnumAvatarAssetType
744760
Pants: EnumAvatarAssetType
@@ -2089,6 +2105,14 @@ declare class EnumExperienceEventStatus_INTERNAL extends Enum
20892105
function FromName(self, Name: string): EnumExperienceEventStatus?
20902106
function FromValue(self, Value: number): EnumExperienceEventStatus?
20912107
end
2108+
declare class EnumExperienceStateCaptureSelectionMode extends EnumItem end
2109+
declare class EnumExperienceStateCaptureSelectionMode_INTERNAL extends Enum
2110+
Default: EnumExperienceStateCaptureSelectionMode
2111+
SafetyHighlightMode: EnumExperienceStateCaptureSelectionMode
2112+
function GetEnumItems(self): { EnumExperienceStateCaptureSelectionMode }
2113+
function FromName(self, Name: string): EnumExperienceStateCaptureSelectionMode?
2114+
function FromValue(self, Value: number): EnumExperienceStateCaptureSelectionMode?
2115+
end
20922116
declare class EnumExperienceStateRecordingLoadMode extends EnumItem end
20932117
declare class EnumExperienceStateRecordingLoadMode_INTERNAL extends Enum
20942118
ContiguousSlice: EnumExperienceStateRecordingLoadMode
@@ -4995,6 +5019,18 @@ declare class EnumStatus_INTERNAL extends Enum
49955019
function FromName(self, Name: string): EnumStatus?
49965020
function FromValue(self, Value: number): EnumStatus?
49975021
end
5022+
declare class EnumStepFrequency extends EnumItem end
5023+
declare class EnumStepFrequency_INTERNAL extends Enum
5024+
Hz1: EnumStepFrequency
5025+
Hz10: EnumStepFrequency
5026+
Hz15: EnumStepFrequency
5027+
Hz30: EnumStepFrequency
5028+
Hz5: EnumStepFrequency
5029+
Hz60: EnumStepFrequency
5030+
function GetEnumItems(self): { EnumStepFrequency }
5031+
function FromName(self, Name: string): EnumStepFrequency?
5032+
function FromValue(self, Value: number): EnumStepFrequency?
5033+
end
49985034
declare class EnumStreamOutBehavior extends EnumItem end
49995035
declare class EnumStreamOutBehavior_INTERNAL extends Enum
50005036
Default: EnumStreamOutBehavior
@@ -6409,6 +6445,7 @@ type ENUM_LIST = {
64096445
AnalyticsProgressionStatus: EnumAnalyticsProgressionStatus_INTERNAL,
64106446
AnalyticsProgressionType: EnumAnalyticsProgressionType_INTERNAL,
64116447
AnimationClipFromVideoStatus: EnumAnimationClipFromVideoStatus_INTERNAL,
6448+
AnimationNodePlayMode: EnumAnimationNodePlayMode_INTERNAL,
64126449
AnimationNodeType: EnumAnimationNodeType_INTERNAL,
64136450
AnimationPriority: EnumAnimationPriority_INTERNAL,
64146451
AnimatorRetargetingMode: EnumAnimatorRetargetingMode_INTERNAL,
@@ -6559,6 +6596,7 @@ type ENUM_LIST = {
65596596
EnviromentalPhysicsThrottle: EnumEnviromentalPhysicsThrottle_INTERNAL,
65606597
ExperienceAuthScope: EnumExperienceAuthScope_INTERNAL,
65616598
ExperienceEventStatus: EnumExperienceEventStatus_INTERNAL,
6599+
ExperienceStateCaptureSelectionMode: EnumExperienceStateCaptureSelectionMode_INTERNAL,
65626600
ExperienceStateRecordingLoadMode: EnumExperienceStateRecordingLoadMode_INTERNAL,
65636601
ExperienceStateRecordingLoadSourceType: EnumExperienceStateRecordingLoadSourceType_INTERNAL,
65646602
ExperienceStateRecordingPlaybackMode: EnumExperienceStateRecordingPlaybackMode_INTERNAL,
@@ -6798,6 +6836,7 @@ type ENUM_LIST = {
67986836
StartCorner: EnumStartCorner_INTERNAL,
67996837
StateObjectFieldType: EnumStateObjectFieldType_INTERNAL,
68006838
Status: EnumStatus_INTERNAL,
6839+
StepFrequency: EnumStepFrequency_INTERNAL,
68016840
StreamOutBehavior: EnumStreamOutBehavior_INTERNAL,
68026841
StreamingIntegrityMode: EnumStreamingIntegrityMode_INTERNAL,
68036842
StreamingPauseMode: EnumStreamingPauseMode_INTERNAL,
@@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
80168055
Asset: ContentId
80178056
AudioContent: Content
80188057
AutoLoad: boolean
8058+
AutoPlay: boolean
80198059
Ended: RBXScriptSignal<>
80208060
IsPlaying: boolean
80218061
IsReady: boolean
@@ -9451,6 +9491,7 @@ end
94519491

94529492
declare class GenerationService extends Instance
94539493
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
94549495
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
94559496
end
94569497

@@ -9465,6 +9506,7 @@ declare class GeometryService extends Instance
94659506
function FragmentAsync(self, part: BasePart, fragmentSites: { any }, options: { [any]: any }?, mainPartSites: { any }?): { any }
94669507
function IntersectAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
94679508
function SubtractAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
9509+
function SweepPartAsync(self, part: BasePart, cframes: { any }, options: { [any]: any }?): MeshPart
94689510
function UnionAsync(self, part: Instance, parts: { any }, options: { [any]: any }?): { any }
94699511
end
94709512

@@ -10398,7 +10440,6 @@ declare class HumanoidRigDescription extends Instance
1039810440
WaistRangeMin: Vector3
1039910441
WaistSize: number
1040010442
WaistTposeAdjustment: CFrame
10401-
function Automap(self, character: Instance): nil
1040210443
function GetJointFromName(self, name: string): Instance
1040310444
function GetJointNames(self): { any }
1040410445
function GetR15JointNames(self): { any }
@@ -10783,6 +10824,7 @@ declare class MarketplaceService extends Instance
1078310824
function PromptProductPurchase(self, player: Player, productId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
1078410825
function PromptPurchase(self, player: Player, assetId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
1078510826
function PromptSubscriptionPurchase(self, user: Player, subscriptionId: string): nil
10827+
function RecommendTopProductsAsync(self, infoTypes: { any }): { any }
1078610828
function UserOwnsGamePassAsync(self, userId: number, gamePassId: number): boolean
1078710829
end
1078810830

@@ -12053,7 +12095,6 @@ declare class RtMessagingService extends Instance
1205312095
end
1205412096

1205512097
declare class RunService extends Instance
12056-
FixedHeartbeat: RBXScriptSignal<number>
1205712098
FrameNumber: number
1205812099
Heartbeat: RBXScriptSignal<number>
1205912100
Misprediction: RBXScriptSignal<number, { any }>
@@ -12065,6 +12106,7 @@ declare class RunService extends Instance
1206512106
RenderStepped: RBXScriptSignal<number>
1206612107
Stepped: RBXScriptSignal<number, number>
1206712108
function BindToRenderStep(self, name: string, priority: number, func: ((delta: number) -> ())): ()
12109+
function BindToSimulation(self, func: ((...any) -> ...any), frequency: EnumStepFrequency?): RBXScriptConnection
1206812110
function IsClient(self): boolean
1206912111
function IsRunMode(self): boolean
1207012112
function IsRunning(self): boolean
@@ -12490,6 +12532,7 @@ declare class StarterPlayer extends Instance
1249012532
CharacterUseJumpPower: boolean
1249112533
CharacterWalkSpeed: number
1249212534
ClassicDeath: boolean
12535+
CreateDefaultPlayerModule: boolean
1249312536
DevCameraOcclusionMode: EnumDevCameraOcclusionMode
1249412537
DevComputerCameraMovementMode: EnumDevComputerCameraMovementMode
1249512538
DevComputerMovementMode: EnumDevComputerMovementMode
@@ -12777,6 +12820,10 @@ declare class StyleQuery extends Instance
1277712820
IsActive: boolean
1277812821
MaxSize: Vector2
1277912822
MinSize: Vector2
12823+
function GetCondition(self, name: string): any
12824+
function GetConditions(self): { [any]: any }
12825+
function SetCondition(self, name: string, value: any): nil
12826+
function SetConditions(self, conditions: { [any]: any }): nil
1278012827
end
1278112828

1278212829
declare class StylingService extends Instance

0 commit comments

Comments
 (0)