Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
266 changes: 221 additions & 45 deletions scripts/api-docs/en-us.json

Large diffs are not rendered by default.

51 changes: 49 additions & 2 deletions scripts/globalTypes.LocalUserSecurity.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,16 @@ declare class EnumAnimationClipFromVideoStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumAnimationClipFromVideoStatus?
function FromValue(self, Value: number): EnumAnimationClipFromVideoStatus?
end
declare class EnumAnimationNodePlayMode extends EnumItem end
declare class EnumAnimationNodePlayMode_INTERNAL extends Enum
Loop: EnumAnimationNodePlayMode
OnceAndHold: EnumAnimationNodePlayMode
OnceAndReset: EnumAnimationNodePlayMode
PingPong: EnumAnimationNodePlayMode
function GetEnumItems(self): { EnumAnimationNodePlayMode }
function FromName(self, Name: string): EnumAnimationNodePlayMode?
function FromValue(self, Value: number): EnumAnimationNodePlayMode?
end
declare class EnumAnimationNodeType extends EnumItem end
declare class EnumAnimationNodeType_INTERNAL extends Enum
AddNode: EnumAnimationNodeType
Expand Down Expand Up @@ -558,10 +568,12 @@ declare class EnumAssetType_INTERNAL extends Enum
EarAccessory: EnumAssetType
EmoteAnimation: EnumAssetType
EyeAccessory: EnumAssetType
EyeMakeup: EnumAssetType
EyebrowAccessory: EnumAssetType
EyelashAccessory: EnumAssetType
Face: EnumAssetType
FaceAccessory: EnumAssetType
FaceMakeup: EnumAssetType
FallAnimation: EnumAssetType
FontFamily: EnumAssetType
FrontAccessory: EnumAssetType
Expand All @@ -577,6 +589,7 @@ declare class EnumAssetType_INTERNAL extends Enum
LeftArm: EnumAssetType
LeftLeg: EnumAssetType
LeftShoeAccessory: EnumAssetType
LipMakeup: EnumAssetType
Lua: EnumAssetType
Mesh: EnumAssetType
MeshPart: EnumAssetType
Expand Down Expand Up @@ -723,10 +736,12 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
DressSkirtAccessory: EnumAvatarAssetType
DynamicHead: EnumAvatarAssetType
EmoteAnimation: EnumAvatarAssetType
EyeMakeup: EnumAvatarAssetType
EyebrowAccessory: EnumAvatarAssetType
EyelashAccessory: EnumAvatarAssetType
Face: EnumAvatarAssetType
FaceAccessory: EnumAvatarAssetType
FaceMakeup: EnumAvatarAssetType
FallAnimation: EnumAvatarAssetType
FrontAccessory: EnumAvatarAssetType
Gear: EnumAvatarAssetType
Expand All @@ -739,6 +754,7 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
LeftArm: EnumAvatarAssetType
LeftLeg: EnumAvatarAssetType
LeftShoeAccessory: EnumAvatarAssetType
LipMakeup: EnumAvatarAssetType
MoodAnimation: EnumAvatarAssetType
NeckAccessory: EnumAvatarAssetType
Pants: EnumAvatarAssetType
Expand Down Expand Up @@ -2089,6 +2105,14 @@ declare class EnumExperienceEventStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumExperienceEventStatus?
function FromValue(self, Value: number): EnumExperienceEventStatus?
end
declare class EnumExperienceStateCaptureSelectionMode extends EnumItem end
declare class EnumExperienceStateCaptureSelectionMode_INTERNAL extends Enum
Default: EnumExperienceStateCaptureSelectionMode
SafetyHighlightMode: EnumExperienceStateCaptureSelectionMode
function GetEnumItems(self): { EnumExperienceStateCaptureSelectionMode }
function FromName(self, Name: string): EnumExperienceStateCaptureSelectionMode?
function FromValue(self, Value: number): EnumExperienceStateCaptureSelectionMode?
end
declare class EnumExperienceStateRecordingLoadMode extends EnumItem end
declare class EnumExperienceStateRecordingLoadMode_INTERNAL extends Enum
ContiguousSlice: EnumExperienceStateRecordingLoadMode
Expand Down Expand Up @@ -4995,6 +5019,18 @@ declare class EnumStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumStatus?
function FromValue(self, Value: number): EnumStatus?
end
declare class EnumStepFrequency extends EnumItem end
declare class EnumStepFrequency_INTERNAL extends Enum
Hz1: EnumStepFrequency
Hz10: EnumStepFrequency
Hz15: EnumStepFrequency
Hz30: EnumStepFrequency
Hz5: EnumStepFrequency
Hz60: EnumStepFrequency
function GetEnumItems(self): { EnumStepFrequency }
function FromName(self, Name: string): EnumStepFrequency?
function FromValue(self, Value: number): EnumStepFrequency?
end
declare class EnumStreamOutBehavior extends EnumItem end
declare class EnumStreamOutBehavior_INTERNAL extends Enum
Default: EnumStreamOutBehavior
Expand Down Expand Up @@ -6409,6 +6445,7 @@ type ENUM_LIST = {
AnalyticsProgressionStatus: EnumAnalyticsProgressionStatus_INTERNAL,
AnalyticsProgressionType: EnumAnalyticsProgressionType_INTERNAL,
AnimationClipFromVideoStatus: EnumAnimationClipFromVideoStatus_INTERNAL,
AnimationNodePlayMode: EnumAnimationNodePlayMode_INTERNAL,
AnimationNodeType: EnumAnimationNodeType_INTERNAL,
AnimationPriority: EnumAnimationPriority_INTERNAL,
AnimatorRetargetingMode: EnumAnimatorRetargetingMode_INTERNAL,
Expand Down Expand Up @@ -6559,6 +6596,7 @@ type ENUM_LIST = {
EnviromentalPhysicsThrottle: EnumEnviromentalPhysicsThrottle_INTERNAL,
ExperienceAuthScope: EnumExperienceAuthScope_INTERNAL,
ExperienceEventStatus: EnumExperienceEventStatus_INTERNAL,
ExperienceStateCaptureSelectionMode: EnumExperienceStateCaptureSelectionMode_INTERNAL,
ExperienceStateRecordingLoadMode: EnumExperienceStateRecordingLoadMode_INTERNAL,
ExperienceStateRecordingLoadSourceType: EnumExperienceStateRecordingLoadSourceType_INTERNAL,
ExperienceStateRecordingPlaybackMode: EnumExperienceStateRecordingPlaybackMode_INTERNAL,
Expand Down Expand Up @@ -6798,6 +6836,7 @@ type ENUM_LIST = {
StartCorner: EnumStartCorner_INTERNAL,
StateObjectFieldType: EnumStateObjectFieldType_INTERNAL,
Status: EnumStatus_INTERNAL,
StepFrequency: EnumStepFrequency_INTERNAL,
StreamOutBehavior: EnumStreamOutBehavior_INTERNAL,
StreamingIntegrityMode: EnumStreamingIntegrityMode_INTERNAL,
StreamingPauseMode: EnumStreamingPauseMode_INTERNAL,
Expand Down Expand Up @@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
Asset: ContentId
AudioContent: Content
AutoLoad: boolean
AutoPlay: boolean
Ended: RBXScriptSignal<>
IsPlaying: boolean
IsReady: boolean
Expand Down Expand Up @@ -9455,6 +9495,7 @@ end

declare class GenerationService extends Instance
function GenerateMeshAsync(self, inputs: { [any]: any }, player: Player, options: { [any]: any }, intermediateResultCallback: ((...any) -> ...any)?): any
function GenerateModelAsync(self, inputs: { [any]: any }, schema: { [any]: any }, options: { [any]: any }?): any
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
end

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

Expand Down Expand Up @@ -10403,7 +10445,6 @@ declare class HumanoidRigDescription extends Instance
WaistRangeMin: Vector3
WaistSize: number
WaistTposeAdjustment: CFrame
function Automap(self, character: Instance): nil
function GetJointFromName(self, name: string): Instance
function GetJointNames(self): { any }
function GetR15JointNames(self): { any }
Expand Down Expand Up @@ -10817,6 +10858,7 @@ declare class MarketplaceService extends Instance
function PromptPurchase(self, player: Player, assetId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
function PromptSubscriptionPurchase(self, user: Player, subscriptionId: string): nil
function PromptThirdPartyPurchase(self, player: Instance, productId: string): nil
function RecommendTopProductsAsync(self, infoTypes: { any }): { any }
function UserOwnsGamePassAsync(self, userId: number, gamePassId: number): boolean
end

Expand Down Expand Up @@ -12109,7 +12151,6 @@ declare class RtMessagingService extends Instance
end

declare class RunService extends Instance
FixedHeartbeat: RBXScriptSignal<number>
FrameNumber: number
Heartbeat: RBXScriptSignal<number>
Misprediction: RBXScriptSignal<number, { any }>
Expand All @@ -12121,6 +12162,7 @@ declare class RunService extends Instance
RenderStepped: RBXScriptSignal<number>
Stepped: RBXScriptSignal<number, number>
function BindToRenderStep(self, name: string, priority: number, func: ((delta: number) -> ())): ()
function BindToSimulation(self, func: ((...any) -> ...any), frequency: EnumStepFrequency?): RBXScriptConnection
function IsClient(self): boolean
function IsRunMode(self): boolean
function IsRunning(self): boolean
Expand Down Expand Up @@ -12554,6 +12596,7 @@ declare class StarterPlayer extends Instance
CharacterUseJumpPower: boolean
CharacterWalkSpeed: number
ClassicDeath: boolean
CreateDefaultPlayerModule: boolean
DevCameraOcclusionMode: EnumDevCameraOcclusionMode
DevComputerCameraMovementMode: EnumDevComputerCameraMovementMode
DevComputerMovementMode: EnumDevComputerMovementMode
Expand Down Expand Up @@ -12841,6 +12884,10 @@ declare class StyleQuery extends Instance
IsActive: boolean
MaxSize: Vector2
MinSize: Vector2
function GetCondition(self, name: string): any
function GetConditions(self): { [any]: any }
function SetCondition(self, name: string, value: any): nil
function SetConditions(self, conditions: { [any]: any }): nil
end

declare class StylingService extends Instance
Expand Down
51 changes: 49 additions & 2 deletions scripts/globalTypes.None.d.luau
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,16 @@ declare class EnumAnimationClipFromVideoStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumAnimationClipFromVideoStatus?
function FromValue(self, Value: number): EnumAnimationClipFromVideoStatus?
end
declare class EnumAnimationNodePlayMode extends EnumItem end
declare class EnumAnimationNodePlayMode_INTERNAL extends Enum
Loop: EnumAnimationNodePlayMode
OnceAndHold: EnumAnimationNodePlayMode
OnceAndReset: EnumAnimationNodePlayMode
PingPong: EnumAnimationNodePlayMode
function GetEnumItems(self): { EnumAnimationNodePlayMode }
function FromName(self, Name: string): EnumAnimationNodePlayMode?
function FromValue(self, Value: number): EnumAnimationNodePlayMode?
end
declare class EnumAnimationNodeType extends EnumItem end
declare class EnumAnimationNodeType_INTERNAL extends Enum
AddNode: EnumAnimationNodeType
Expand Down Expand Up @@ -558,10 +568,12 @@ declare class EnumAssetType_INTERNAL extends Enum
EarAccessory: EnumAssetType
EmoteAnimation: EnumAssetType
EyeAccessory: EnumAssetType
EyeMakeup: EnumAssetType
EyebrowAccessory: EnumAssetType
EyelashAccessory: EnumAssetType
Face: EnumAssetType
FaceAccessory: EnumAssetType
FaceMakeup: EnumAssetType
FallAnimation: EnumAssetType
FontFamily: EnumAssetType
FrontAccessory: EnumAssetType
Expand All @@ -577,6 +589,7 @@ declare class EnumAssetType_INTERNAL extends Enum
LeftArm: EnumAssetType
LeftLeg: EnumAssetType
LeftShoeAccessory: EnumAssetType
LipMakeup: EnumAssetType
Lua: EnumAssetType
Mesh: EnumAssetType
MeshPart: EnumAssetType
Expand Down Expand Up @@ -723,10 +736,12 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
DressSkirtAccessory: EnumAvatarAssetType
DynamicHead: EnumAvatarAssetType
EmoteAnimation: EnumAvatarAssetType
EyeMakeup: EnumAvatarAssetType
EyebrowAccessory: EnumAvatarAssetType
EyelashAccessory: EnumAvatarAssetType
Face: EnumAvatarAssetType
FaceAccessory: EnumAvatarAssetType
FaceMakeup: EnumAvatarAssetType
FallAnimation: EnumAvatarAssetType
FrontAccessory: EnumAvatarAssetType
Gear: EnumAvatarAssetType
Expand All @@ -739,6 +754,7 @@ declare class EnumAvatarAssetType_INTERNAL extends Enum
LeftArm: EnumAvatarAssetType
LeftLeg: EnumAvatarAssetType
LeftShoeAccessory: EnumAvatarAssetType
LipMakeup: EnumAvatarAssetType
MoodAnimation: EnumAvatarAssetType
NeckAccessory: EnumAvatarAssetType
Pants: EnumAvatarAssetType
Expand Down Expand Up @@ -2089,6 +2105,14 @@ declare class EnumExperienceEventStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumExperienceEventStatus?
function FromValue(self, Value: number): EnumExperienceEventStatus?
end
declare class EnumExperienceStateCaptureSelectionMode extends EnumItem end
declare class EnumExperienceStateCaptureSelectionMode_INTERNAL extends Enum
Default: EnumExperienceStateCaptureSelectionMode
SafetyHighlightMode: EnumExperienceStateCaptureSelectionMode
function GetEnumItems(self): { EnumExperienceStateCaptureSelectionMode }
function FromName(self, Name: string): EnumExperienceStateCaptureSelectionMode?
function FromValue(self, Value: number): EnumExperienceStateCaptureSelectionMode?
end
declare class EnumExperienceStateRecordingLoadMode extends EnumItem end
declare class EnumExperienceStateRecordingLoadMode_INTERNAL extends Enum
ContiguousSlice: EnumExperienceStateRecordingLoadMode
Expand Down Expand Up @@ -4995,6 +5019,18 @@ declare class EnumStatus_INTERNAL extends Enum
function FromName(self, Name: string): EnumStatus?
function FromValue(self, Value: number): EnumStatus?
end
declare class EnumStepFrequency extends EnumItem end
declare class EnumStepFrequency_INTERNAL extends Enum
Hz1: EnumStepFrequency
Hz10: EnumStepFrequency
Hz15: EnumStepFrequency
Hz30: EnumStepFrequency
Hz5: EnumStepFrequency
Hz60: EnumStepFrequency
function GetEnumItems(self): { EnumStepFrequency }
function FromName(self, Name: string): EnumStepFrequency?
function FromValue(self, Value: number): EnumStepFrequency?
end
declare class EnumStreamOutBehavior extends EnumItem end
declare class EnumStreamOutBehavior_INTERNAL extends Enum
Default: EnumStreamOutBehavior
Expand Down Expand Up @@ -6409,6 +6445,7 @@ type ENUM_LIST = {
AnalyticsProgressionStatus: EnumAnalyticsProgressionStatus_INTERNAL,
AnalyticsProgressionType: EnumAnalyticsProgressionType_INTERNAL,
AnimationClipFromVideoStatus: EnumAnimationClipFromVideoStatus_INTERNAL,
AnimationNodePlayMode: EnumAnimationNodePlayMode_INTERNAL,
AnimationNodeType: EnumAnimationNodeType_INTERNAL,
AnimationPriority: EnumAnimationPriority_INTERNAL,
AnimatorRetargetingMode: EnumAnimatorRetargetingMode_INTERNAL,
Expand Down Expand Up @@ -6559,6 +6596,7 @@ type ENUM_LIST = {
EnviromentalPhysicsThrottle: EnumEnviromentalPhysicsThrottle_INTERNAL,
ExperienceAuthScope: EnumExperienceAuthScope_INTERNAL,
ExperienceEventStatus: EnumExperienceEventStatus_INTERNAL,
ExperienceStateCaptureSelectionMode: EnumExperienceStateCaptureSelectionMode_INTERNAL,
ExperienceStateRecordingLoadMode: EnumExperienceStateRecordingLoadMode_INTERNAL,
ExperienceStateRecordingLoadSourceType: EnumExperienceStateRecordingLoadSourceType_INTERNAL,
ExperienceStateRecordingPlaybackMode: EnumExperienceStateRecordingPlaybackMode_INTERNAL,
Expand Down Expand Up @@ -6798,6 +6836,7 @@ type ENUM_LIST = {
StartCorner: EnumStartCorner_INTERNAL,
StateObjectFieldType: EnumStateObjectFieldType_INTERNAL,
Status: EnumStatus_INTERNAL,
StepFrequency: EnumStepFrequency_INTERNAL,
StreamOutBehavior: EnumStreamOutBehavior_INTERNAL,
StreamingIntegrityMode: EnumStreamingIntegrityMode_INTERNAL,
StreamingPauseMode: EnumStreamingPauseMode_INTERNAL,
Expand Down Expand Up @@ -8016,6 +8055,7 @@ declare class AudioPlayer extends Instance
Asset: ContentId
AudioContent: Content
AutoLoad: boolean
AutoPlay: boolean
Ended: RBXScriptSignal<>
IsPlaying: boolean
IsReady: boolean
Expand Down Expand Up @@ -9451,6 +9491,7 @@ end

declare class GenerationService extends Instance
function GenerateMeshAsync(self, inputs: { [any]: any }, player: Player, options: { [any]: any }, intermediateResultCallback: ((...any) -> ...any)?): any
function GenerateModelAsync(self, inputs: { [any]: any }, schema: { [any]: any }, options: { [any]: any }?): any
function LoadGeneratedMeshAsync(self, generationId: string): MeshPart
end

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

Expand Down Expand Up @@ -10398,7 +10440,6 @@ declare class HumanoidRigDescription extends Instance
WaistRangeMin: Vector3
WaistSize: number
WaistTposeAdjustment: CFrame
function Automap(self, character: Instance): nil
function GetJointFromName(self, name: string): Instance
function GetJointNames(self): { any }
function GetR15JointNames(self): { any }
Expand Down Expand Up @@ -10783,6 +10824,7 @@ declare class MarketplaceService extends Instance
function PromptProductPurchase(self, player: Player, productId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
function PromptPurchase(self, player: Player, assetId: number, equipIfPurchased: boolean?, currencyType: EnumCurrencyType?): nil
function PromptSubscriptionPurchase(self, user: Player, subscriptionId: string): nil
function RecommendTopProductsAsync(self, infoTypes: { any }): { any }
function UserOwnsGamePassAsync(self, userId: number, gamePassId: number): boolean
end

Expand Down Expand Up @@ -12053,7 +12095,6 @@ declare class RtMessagingService extends Instance
end

declare class RunService extends Instance
FixedHeartbeat: RBXScriptSignal<number>
FrameNumber: number
Heartbeat: RBXScriptSignal<number>
Misprediction: RBXScriptSignal<number, { any }>
Expand All @@ -12065,6 +12106,7 @@ declare class RunService extends Instance
RenderStepped: RBXScriptSignal<number>
Stepped: RBXScriptSignal<number, number>
function BindToRenderStep(self, name: string, priority: number, func: ((delta: number) -> ())): ()
function BindToSimulation(self, func: ((...any) -> ...any), frequency: EnumStepFrequency?): RBXScriptConnection
function IsClient(self): boolean
function IsRunMode(self): boolean
function IsRunning(self): boolean
Expand Down Expand Up @@ -12490,6 +12532,7 @@ declare class StarterPlayer extends Instance
CharacterUseJumpPower: boolean
CharacterWalkSpeed: number
ClassicDeath: boolean
CreateDefaultPlayerModule: boolean
DevCameraOcclusionMode: EnumDevCameraOcclusionMode
DevComputerCameraMovementMode: EnumDevComputerCameraMovementMode
DevComputerMovementMode: EnumDevComputerMovementMode
Expand Down Expand Up @@ -12777,6 +12820,10 @@ declare class StyleQuery extends Instance
IsActive: boolean
MaxSize: Vector2
MinSize: Vector2
function GetCondition(self, name: string): any
function GetConditions(self): { [any]: any }
function SetCondition(self, name: string, value: any): nil
function SetConditions(self, conditions: { [any]: any }): nil
end

declare class StylingService extends Instance
Expand Down
Loading
Loading