API updates in 2024
(v0.646.0.6460700) version-297eb79ede584243Release notes - Add
- Add
- Change Parameters of AnnotationsService.ResolveAnnotation from (annotation: Annotation, resolved: bool) to (userId: int64, annotation: Annotation, resolved: bool)
- Change Parameters of AnnotationsService.AnnotationResolved from (annotation: Annotation, resolved: bool) to (userId: int64, annotation: Annotation, resolved: bool)
- Add AudioLimiter
- Add Bypass
- Add MaxLevel
- Add Release
- Add GetConnectedWires
- Change Parameters of AvatarCreationService.GenerateAvatarPreviewAsync2 from (sessionId: string, fileId: string, textPrompt: string) to (sessionId: string, fileId: string, textPrompt: string, options: Dictionary)
- Add AvatarCreationService.GetBatchTokenDetailsAsync
- Change Superclass of BubbleChatMessageProperties from Instance to TextChatMessageProperties
- Remove ContentProvider.GetDetailedFailedRequests
- Change Parameters of ConversationalAIAcceptanceService.ErrorTelemetry from (requestId: string, errorType: string) to (requestId: string, errorId: string, errorType: string, errorMessage: string)
- Add ConversationalAIAcceptanceService.SendCommandErrorTelemetry
- Change WriteSecurity of ModuleScript.Source from PluginSecurity to None
- Change ReadSecurity of ModuleScript.Source from PluginSecurity to None
- Add Plugin.DisableUIDragDetectorDrags
- Change Parameters of StartPageService.openPlace from (placeId: int64, launchTutorial: bool) to (placeId: int64, universeId: int64, launchTutorial: bool)
- Add StudioUserService
- Add IsLoggedIn
- Add TextChatService.CanUsersWhisperAsync
- Remove WrapDeformer.Amount
- Remove WrapDeformer.Enabled
- Remove WrapDeformer.RenderMeshID
- Add WrapDeformer.CreateEditableMeshAsync
- Add WrapDeformer.GetDeformedCFrame
- Add ContentSourceType
- Add PoseEasingStyle.CubicV2
- Add RolloutState
(v0.645.1.6450668) version-4a428ded4f244e64 - No changes
(v0.645.1.6450667) version-52ae62fb594744fc - No changes
(v0.645.0.6450665) version-880ce149439340c1Release notes - Change ValueType of AdGui.FallbackImage from Content to ContentId
- Change ValueType of Animation.AnimationId from Content to ContentId
- Change Parameters of AnimationClipProvider.GetAnimationClip from (assetId: Content) to (assetId: ContentId)
- Change Parameters of AnimationClipProvider.GetAnimationClipAsync from (assetId: Content) to (assetId: ContentId)
- Change Parameters of AnimationClipProvider.GetClipEvaluatorAsync from (assetId: Content) to (assetId: ContentId)
- Change ReturnType of AnimationClipProvider.RegisterActiveAnimationClip from Content to ContentId
- Change ReturnType of AnimationClipProvider.RegisterAnimationClip from Content to ContentId
- Change Parameters of from (animation: Content, playState: bool, fadeTime: float, weight: float, speed: float, timePosition: float, priority: AnimationPriority, looping: bool, valuesUpdated: int) to (animation: ContentId, playState: bool, fadeTime: float, weight: float, speed: float, timePosition: float, priority: AnimationPriority, looping: bool, valuesUpdated: int)
- Change Parameters of from (animation: Content, playState: bool, fadeTime: float, weight: float, speed: float, timePosition: float, priority: AnimationPriority, valuesUpdated: int) to (animation: ContentId, playState: bool, fadeTime: float, weight: float, speed: float, timePosition: float, priority: AnimationPriority, valuesUpdated: int)
- Change Parameters of AssetService.CreateEditableImageAsync from (textureId: Content) to (textureId: ContentId)
- Change Parameters of AssetService.CreateEditableMeshAsync from (meshId: Content) to (meshId: ContentId)
- Change Parameters of AssetService.CreateEditableMeshStripSkinningAsync from (meshId: Content) to (meshId: ContentId)
- Change Parameters of AssetService.CreateMeshPartAsync from (meshId: Content, options: Dictionary = nil) to (meshId: ContentId, options: Dictionary = nil)
- Change ValueType of from Content to ContentId
- Add AvatarCreationService.PromptSelectAvatarGenerationImageAsync
- Add
- Add
- Change ValueType of BackpackItem.TextureId from Content to ContentId
- Change ValueType of BaseScript.LinkedSource from Content to ContentId
- Change ValueType of BaseWrap.CageMeshId from Content to ContentId
- Change ValueType of BaseWrap.HSRAssetId from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of Beam.Texture from Content to ContentId
- Change Parameters of CaptureService.GetCaptureFilePathAsync from (captureContentId: Content) to (captureContentId: ContentId)
- Change Parameters of CaptureService.GetCaptureSizeAsync from (captureContentId: Content) to (captureContentId: ContentId)
- Change Parameters of CaptureService.PromptShareCapture from (contentId: Content, launchData: string, onAcceptedCallback: Function, onDeniedCallback: Function) to (contentId: ContentId, launchData: string, onAcceptedCallback: Function, onDeniedCallback: Function)
- Change Parameters of CaptureService.SaveScreenshotCapture from () to (additionalInfo: string = )
- Change Parameters of CaptureService.OpenShareCapturePrompt from (promptId: int64, contentId: Content, launchData: string) to (promptId: int64, contentId: ContentId, launchData: string)
- Change Parameters of CaptureService.UserCaptureSaved from (captureContentId: Content) to (captureContentId: ContentId)
- Add ChatWindowConfiguration.DeriveNewMessageProperties
- Change ValueType of ClickDetector.CursorIcon from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of from Content to ContentId
- Change Parameters of ContentProvider.GetAssetFetchStatus from (contentId: Content) to (contentId: ContentId)
- Change Parameters of ContentProvider.GetAssetFetchStatusChangedSignal from (contentId: Content) to (contentId: ContentId)
- Change Parameters of ContentProvider.Preload from (contentId: Content) to (contentId: ContentId)
- Change Parameters of ContentProvider.RegisterEncryptedAsset from (assetId: Content, encryptionKey: string) to (assetId: ContentId, encryptionKey: string)
- Change Parameters of ContentProvider.RegisterSessionEncryptedAsset from (contentId: Content, sessionKey: string) to (contentId: ContentId, sessionKey: string)
- Change Parameters of ContentProvider.UnregisterEncryptedAsset from (assetId: Content) to (assetId: ContentId)
- Change Parameters of ContentProvider.AssetFetchFailed from (assetId: Content) to (assetId: ContentId)
- Change Parameters of DataModel.GetObjects from (url: Content) to (url: ContentId)
- Change Parameters of DataModel.GetObjectsAllOrNone from (url: Content, binaryFormatOnly: bool = false) to (url: ContentId, binaryFormatOnly: bool = false)
- Change Parameters of DataModel.GetObjectsAsync from (url: Content) to (url: ContentId)
- Change Parameters of DataModel.InsertObjectsAndJoinIfLegacyAsync from (url: Content) to (url: ContentId)
- Change Parameters of DataModel.Load from (url: Content) to (url: ContentId)
- Change ValueType of Decal.Texture from Content to ContentId
- Change ValueType of DragDetector.ActivatedCursorIcon from Content to ContentId
- Change ReturnType of File.GetTemporaryId from Content to ContentId
- Change ValueType of FileMesh.MeshId from Content to ContentId
- Change ValueType of FileMesh.TextureId from Content to ContentId
- Change ValueType of FloorWire.Texture from Content to ContentId
- Change Parameters of GeometryService.HashMeshAsync from (meshId: Content) to (meshId: ContentId)
- Change ReturnType of GeometryService.StitchMeshesAsync from Content to ContentId
- Change Parameters of HeightmapImporterService.GetHeightmapPreviewAsync from (heightmapAssetId: Content) to (heightmapAssetId: ContentId)
- Change Parameters of HeightmapImporterService.ImportHeightmap from (region: Region3, heightmapAssetId: Content, colormapAssetId: Content, defaultMaterial: Material) to (region: Region3, heightmapAssetId: ContentId, colormapAssetId: ContentId, defaultMaterial: Material)
- Change Parameters of HeightmapImporterService.IsValidColormap from (colormapAssetId: Content) to (colormapAssetId: ContentId)
- Change Parameters of HeightmapImporterService.IsValidHeightmap from (heightmapAssetId: Content) to (heightmapAssetId: ContentId)
- Change ValueType of ImageButton.HoverImage from Content to ContentId
- Change ValueType of ImageButton.Image from Content to ContentId
- Change ValueType of ImageButton.PressedImage from Content to ContentId
- Change ValueType of ImageHandleAdornment.Image from Content to ContentId
- Change ValueType of ImageLabel.Image from Content to ContentId
- Change Parameters of InsertService.CreateMeshPartAsync from (meshId: Content, collisionFidelity: CollisionFidelity, renderFidelity: RenderFidelity) to (meshId: ContentId, collisionFidelity: CollisionFidelity, renderFidelity: RenderFidelity)
- Change Parameters of InsertService.LoadPackageAsset from (url: Content) to (url: ContentId)
- Change Parameters of InsertService.LoadPackageAssetAsync from (url: Content) to (url: ContentId)
- Change Parameters of KeyframeSequenceProvider.GetKeyframeSequence from (assetId: Content) to (assetId: ContentId)
- Change Parameters of KeyframeSequenceProvider.GetKeyframeSequenceAsync from (assetId: Content) to (assetId: ContentId)
- Change ReturnType of KeyframeSequenceProvider.RegisterActiveKeyframeSequence from Content to ContentId
- Change ReturnType of KeyframeSequenceProvider.RegisterKeyframeSequence from Content to ContentId
- Change ThreadSafety of Lighting.GetMinutesAfterMidnight from Unsafe to Safe
- Change ThreadSafety of Lighting.GetMoonDirection from Unsafe to Safe
- Change ThreadSafety of Lighting.GetSunDirection from Unsafe to Safe
- Change PreferredDescriptor of Lighting.getMinutesAfterMidnight from GetMinutesAfterMidnight to GetMinutesAfterMidnight
- Change ValueType of MaterialVariant.ColorMap from Content to ContentId
- Change ValueType of MaterialVariant.MetalnessMap from Content to ContentId
- Change ValueType of MaterialVariant.NormalMap from Content to ContentId
- Change ValueType of MaterialVariant.RoughnessMap from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of MeshPart.MeshId from Content to ContentId
- Change ValueType of MeshPart.TextureID from Content to ContentId
- Change ValueType of ModuleScript.LinkedSource from Content to ContentId
- Change ValueType of Mouse.Icon from Content to ContentId
- Change ValueType of PackageLink.PackageId from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of Pants.PantsTemplate from Content to ContentId
- Change ValueType of from Content to ContentId
- Change ValueType of ParticleEmitter.Texture from Content to ContentId
- Add
- Change ValueType of PluginToolbarButton.Icon from Content to ContentId
- Change ReturnType of PublishService.PublishCageMeshAsync from Content to ContentId
- Change Parameters of SafetyService.ScreenshotContentReady from (screenshotJobId: int64, contentId: Content) to (screenshotJobId: int64, contentId: ContentId)
- Change ValueType of ScreenshotHud.CameraButtonIcon from Content to ContentId
- Change ReadSecurity of Script.Source from PluginSecurity to None
- Change WriteSecurity of Script.Source from PluginSecurity to None
- Change ValueType of ScrollingFrame.BottomImage from Content to ContentId
- Change ValueType of ScrollingFrame.MidImage from Content to ContentId
- Change ValueType of ScrollingFrame.TopImage from Content to ContentId
- Change ValueType of Shirt.ShirtTemplate from Content to ContentId
- Change ValueType of ShirtGraphic.Graphic from Content to ContentId
- Change ValueType of Sky.MoonTextureId from Content to ContentId
- Change ValueType of Sky.SkyboxBk from Content to ContentId
- Change ValueType of Sky.SkyboxDn from Content to ContentId
- Change ValueType of Sky.SkyboxFt from Content to ContentId
- Change ValueType of Sky.SkyboxLf from Content to ContentId
- Change ValueType of Sky.SkyboxRt from Content to ContentId
- Change ValueType of Sky.SkyboxUp from Content to ContentId
- Change ValueType of Sky.SunTextureId from Content to ContentId
- Change ValueType of Sound.SoundId from Content to ContentId
- Add SoundService.DefaultListenerLocation
- Add SoundService.GetAudioInstances
- Add StartPageService.getLocalGamesFromRegistry
- Add StartPageService.getRecentAPIGamesFromRegistry
- Change Parameters of StudioAssetService.AutoSetupAvatarAsync from (modelId: Content, progressCallback: Function) to (modelId: ContentId, progressCallback: Function)
- Change Parameters of StudioAssetService.RequestAvatarAutosetupAsync from (meshId: Content, textureId: Content, progressCallback: Function) to (meshId: ContentId, textureId: ContentId, progressCallback: Function)
- Change ValueType of SurfaceAppearance.ColorMap from Content to ContentId
- Change ValueType of SurfaceAppearance.MetalnessMap from Content to ContentId
- Change ValueType of SurfaceAppearance.NormalMap from Content to ContentId
- Change ValueType of SurfaceAppearance.RoughnessMap from Content to ContentId
- Change ValueType of SurfaceAppearance.TexturePack from Content to ContentId
- Change ValueType of TerrainDetail.ColorMap from Content to ContentId
- Change ValueType of TerrainDetail.MetalnessMap from Content to ContentId
- Change ValueType of TerrainDetail.NormalMap from Content to ContentId
- Change ValueType of TerrainDetail.RoughnessMap from Content to ContentId
- Change ValueType of from Content to ContentId
- Add TextChatService.OnChatWindowAdded
- Change Parameters of TextService.GetFamilyInfoAsync from (assetId: Content) to (assetId: ContentId)
- Change ValueType of Trail.Texture from Content to ContentId
- Change Parameters of UGCValidationService.FetchAssetWithFormat from (url: Content, assetFormat: string) to (url: ContentId, assetFormat: string)
- Change ValueType of UIDragDetector.ActivatedCursorIcon from Content to ContentId
- Change ValueType of UIDragDetector.CursorIcon from Content to ContentId
- Add UIDragDetector.SelectionModeDragSpeed
- Add UIDragDetector.SelectionModeRotateSpeed
- Add UIDragDetector.UIDragSpeedAxisMapping
- Add UserGameSettings.PartyVoiceVolume
- Change ValueType of UserInputService.MouseIcon from Content to ContentId
- Change ReturnType of UserInputService.GetImageForKeyCode from Content to ContentId
- Change ValueType of VideoFrame.Video from Content to ContentId
- Change ReturnType of ViewportFrame.CaptureSnapshotAsync from Content to ContentId
- Change ValueType of WrapDeformer.RenderMeshID from Content to ContentId
- Change ValueType of WrapLayer.ReferenceMeshId from Content to ContentId
- Change ValueType of from Content to ContentId
- Add ListenerLocation
- Add UIDragSpeedAxisMapping
- Add WhisperChatPrivacyMode
(v0.644.0.6440702) version-1e5deb86743148f7Release notes - Change Tags of AccessoryDescription from [NotBrowsable] to []
- Add Annotation.GetStringUniqueId
- Add
- Add AnnotationsService.CreateAnnotation
- Add AnnotationsService.DeleteAnnotation
- Add AnnotationsService.GetAnnotationThreads
- Add AnnotationsService.LoadAnnotationReplies
- Add AnnotationsService.ResolveAnnotation
- Remove AnnotationsService.createAnnotation
- Remove AnnotationsService.createWorkspaceAnnotation
- Change Parameters of AnnotationsService.AnnotationAdded from (annotation: Annotation, parentId: UniqueId) to (annotation: Annotation, parentId: string)
- Add AnnotationsService.AnnotationDeleted
- Add AnnotationsService.AnnotationResolved
- Add AnnotationsService.ServerLoadAnnotationReplies
- Add AudioDeviceInput.MutedByLocalUser
- Change Parameters of AudioFocusService.AcquireFocus from (contextId: int, priority: int) to (contextId: int)
- Add AudioFocusService.GetFocusedContextId
- Add AudioFocusService.GetRegisteredContexts
- Add AudioFocusService.OnContextRegistered
- Add AudioFocusService.OnContextUnregistered
- Change Tags of BodyPartDescription from [NotBrowsable] to []
- Add CaptureService.PostToFeedAsync
- Add ChatWindowMessageProperties
- Add FontFace
- Add PrefixTextProperties
- Add TextColor3
- Add TextSize
- Add TextStrokeColor3
- Add TextStrokeTransparency
- Add CreatorStoreService
- Add EditableImage.DrawTriangle
- Change Tags of EditableMesh.GetColors from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetFaceColors from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetFaceNormals from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetFaceUVs from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetFaceVertices from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetFaces from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetNormals from [] to [CustomLuaState]
- Change Tags of EditableMesh.GetUVs from [] to [CustomLuaState]
- Change Tags of EditableMesh.SetFaceColors from [] to [CustomLuaState]
- Change Tags of EditableMesh.SetFaceNormals from [] to [CustomLuaState]
- Change Tags of EditableMesh.SetFaceUVs from [] to [CustomLuaState]
- Change Tags of EditableMesh.SetFaceVertices from [] to [CustomLuaState]
- Add ExplorerFilterAutocompleterInstance
- Add ReplaceRange
- Add RequiresOutsideContext
- Add GetSuggestions
- Add ExplorerFilterInstance
- Add GetAutocompleter
- Add GetErrors
- Add GetLexemes
- Add InstancePassesFilter
- Add SetFilter
- Remove
- Add TextChatMessage.ChatWindowMessageProperties
- Add UGCValidationService.GetEditableMeshVerticesSimilarityRate
- Add UGCValidationService.GetMeshVerticesSimilarityRate
- Add AnnotationEditingMode
- Add None
- Add PlacingNew
- Add WritingNew
- Add ChatRestrictionStatus
- Add NotRestricted
- Add Restricted
- Add Unknown
- Add FilterErrorType
- Add BackslashNotEscapingAnything
- Add BadBespokeFilter
- Add BadName
- Add IncompleteOr
- Add IncompleteParenthesis
- Add InvalidDoubleStar
- Add InvalidTilde
- Add PropertyBadOperator
- Add PropertyDoesNotExist
- Add PropertyInvalidField
- Add PropertyInvalidValue
- Add PropertyUnsupportedFields
- Add PropertyUnsupportedProperty
- Add UnexpectedNameIndex
- Add UnexpectedToken
- Add UnfinishedBinaryOperator
- Add UnfinishedQuote
- Add UnknownBespokeFilter
- Add WildcardInProperty
- Add LexemeType
- Add And
- Add Colon
- Add Dot
- Add DoubleStar
- Add Eof
- Add Equal
- Add GreaterThan
- Add GreaterThanEqual
- Add LeftParenthesis
- Add LessThan
- Add LessThanEqual
- Add Name
- Add Number
- Add Or
- Add QuotedString
- Add ReservedSpecial
- Add RightParenthesis
- Add Star
- Add TildeEqual
(v0.643.0.6430700) version-6d706c608a2d40d1Release notes - Remove AppUpdateService.DisableDUAR
- Remove AppUpdateService.DisableDUARAndOpenSurvey
- Change Tags of AudioAnalyzer from [NotBrowsable] to []
- Change Tags of AudioChorus from [NotBrowsable] to []
- Change Tags of AudioCompressor from [NotBrowsable] to []
- Change Tags of AudioDeviceInput from [NotBrowsable] to []
- Change Tags of AudioDeviceOutput from [NotBrowsable] to []
- Change Tags of AudioDistortion from [NotBrowsable] to []
- Change Tags of AudioEcho from [NotBrowsable] to []
- Change Tags of AudioEmitter from [NotBrowsable] to []
- Change Tags of AudioEqualizer from [NotBrowsable] to []
- Change Tags of AudioFader from [NotBrowsable] to []
- Change Tags of AudioFilter from [NotBrowsable] to []
- Change Tags of AudioFlanger from [NotBrowsable] to []
- Change Tags of AudioListener from [NotBrowsable] to []
- Change Tags of AudioPitchShifter from [NotBrowsable] to []
- Change Tags of AudioPlayer from [NotBrowsable] to []
- Change Tags of AudioReverb from [NotBrowsable] to []
- Add FluidForceSensor
- Add CenterOfPressure
- Add Force
- Add Torque
- Add EvaluateAsync
- Add Players.ReportChatAbuse
- Add
- Add Studio.ActionOnStopSync
- Add StudioAssetService.AutoSetupAvatarAsync
- Remove StudioPublishService.GetLocalFilePath
- Remove StudioPublishService.GetPlaceDisplayName
- Add VoiceChatInternal.TempSetMicMutedToggleMic
- Change Tags of Wire from [NotBrowsable] to []
- Add ActionOnStopSync
- Add AlwaysAsk
- Add DeleteLocalFiles
- Add KeepLocalFiles
- Change Index of ConnectionError.PlacelaunchCreatorBan from 60 to 61
- Change Index of ConnectionError.PlacelaunchCustomMessage from 61 to 62
- Change Index of ConnectionError.PlacelaunchDisabled from 47 to 48
- Change Index of ConnectionError.PlacelaunchError from 48 to 49
- Change Index of ConnectionError.PlacelaunchErrors from 46 to 47
- Change Index of ConnectionError.PlacelaunchFlooded from 54 to 55
- Change Index of ConnectionError.PlacelaunchGameEnded from 49 to 50
- Change Index of ConnectionError.PlacelaunchGameFull from 50 to 51
- Change Index of ConnectionError.PlacelaunchHashException from 56 to 57
- Change Index of ConnectionError.PlacelaunchHashExpired from 55 to 56
- Change Index of ConnectionError.PlacelaunchHttpError from 58 to 59
- Change Index of ConnectionError.PlacelaunchOtherError from 62 to 63
- Change Index of ConnectionError.PlacelaunchPartyCannotFit from 57 to 58
- Change Index of ConnectionError.PlacelaunchRestricted from 52 to 53
- Change Index of ConnectionError.PlacelaunchUnauthorized from 53 to 54
- Change Index of ConnectionError.PlacelaunchUserLeft from 51 to 52
- Change Index of ConnectionError.PlacelaunchUserPrivacyUnauthorized from 59 to 60
- Add ConnectionError.ServerEmpty
- Change Index of ConnectionError.TeleportErrors from 63 to 64
- Change Index of ConnectionError.TeleportFailure from 64 to 65
- Change Index of ConnectionError.TeleportFlooded from 69 to 70
- Change Index of ConnectionError.TeleportGameEnded from 66 to 67
- Change Index of ConnectionError.TeleportGameFull from 67 to 68
- Change Index of ConnectionError.TeleportGameNotFound from 65 to 66
- Change Index of ConnectionError.TeleportIsTeleporting from 70 to 71
- Change Index of ConnectionError.TeleportUnauthorized from 68 to 69
- Add SecurityCapability.Environment
- Add SecurityCapability.Input
- Add SecurityCapability.RemoteEvent
(v0.642.0.6420636) version-ea7c4a2d814e4dc6Release notes - Remove AssetImportService.PickFileWithPrompt
- Add AssetImportService.PickImageFileWithPrompt
- Add AssetImportService.PickMeshFileWithPrompt
- Add
- Add
- Remove ContentProvider.CalculateNumTrianglesInMesh
- Remove ContentProvider.CalculateNumTrianglesInMeshSync
- Add EditableService
- Add
- Change PreferredDescriptor of GuiService.AddSelectionParent from to SelectionGroup
- Change Tags of GuiService.AddSelectionParent from [] to [Deprecated]
- Change PreferredDescriptor of GuiService.AddSelectionTuple from to SelectionGroup
- Change Tags of GuiService.AddSelectionTuple from [] to [Deprecated]
- Change PreferredDescriptor of GuiService.RemoveSelectionGroup from to SelectionGroup
- Change Tags of GuiService.RemoveSelectionGroup from [] to [Deprecated]
- Remove GuiService.OpenAttenuationCurveEditor
- Change CanSave of HumanoidDescription.AccessoryBlob from true to false
- Change Tags of HumanoidDescription.AccessoryBlob from [NotScriptable] to [NotReplicated, NotScriptable]
- Change CanSave of HumanoidDescription.BackAccessory from true to false
- Change Tags of HumanoidDescription.BackAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.FaceAccessory from true to false
- Change Tags of HumanoidDescription.FaceAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.FrontAccessory from true to false
- Change Tags of HumanoidDescription.FrontAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.HairAccessory from true to false
- Change Tags of HumanoidDescription.HairAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.HatAccessory from true to false
- Change Tags of HumanoidDescription.HatAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.Head from true to false
- Change Tags of HumanoidDescription.Head from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.HeadColor from true to false
- Change Tags of HumanoidDescription.HeadColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.LeftArm from true to false
- Change Tags of HumanoidDescription.LeftArm from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.LeftArmColor from true to false
- Change Tags of HumanoidDescription.LeftArmColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.LeftLeg from true to false
- Change Tags of HumanoidDescription.LeftLeg from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.LeftLegColor from true to false
- Change Tags of HumanoidDescription.LeftLegColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.NeckAccessory from true to false
- Change Tags of HumanoidDescription.NeckAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.RightArm from true to false
- Change Tags of HumanoidDescription.RightArm from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.RightArmColor from true to false
- Change Tags of HumanoidDescription.RightArmColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.RightLeg from true to false
- Change Tags of HumanoidDescription.RightLeg from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.RightLegColor from true to false
- Change Tags of HumanoidDescription.RightLegColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.ShouldersAccessory from true to false
- Change Tags of HumanoidDescription.ShouldersAccessory from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.Torso from true to false
- Change Tags of HumanoidDescription.Torso from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.TorsoColor from true to false
- Change Tags of HumanoidDescription.TorsoColor from [] to [NotReplicated]
- Change CanSave of HumanoidDescription.WaistAccessory from true to false
- Change Tags of HumanoidDescription.WaistAccessory from [] to [NotReplicated]
- Add
- Change ValueType of from Instance to DataModelSession
- Change ReturnType of PathfindingService.ComputeRawPathAsync from Instance to Path
- Change ReturnType of PathfindingService.ComputeSmoothPathAsync from Instance to Path
- Change ReturnType of PathfindingService.CreatePath from Instance to Path
- Change ReturnType of PathfindingService.FindPathAsync from Instance to Path
- Add StudioPublishService.CloseAfterPublish
- Add UserInputService.TouchDrag
- Add AppUpdateStatus.AvailableBoundChannel
- Add EditableStatus
- Add Allowed
- Add Disallowed
- Add Unknown
(v0.641.2.6410741) version-cc14b244a0c64f28 - No changes
(v0.641.1.6410739) version-672cffd1f2d642d5 - No changes
(v0.641.0.6410737) version-7201700b36284abbRelease notes - Add AudioListener.DistanceAttenuation
- Add AudioListener.GetDistanceAttenuation
- Add AudioListener.SetDistanceAttenuation
- Remove Avatar2DGenerationJob
- Remove Avatar3DGenerationJob
- Remove AvatarCreationService.CreateAvatarGenerationSessionAsync
- Add AvatarCreationService.GenerateAvatarAsync
- Add AvatarCreationService.GenerateAvatarPreviewAsync2
- Add AvatarCreationService.LoadAvatarHumanoidDescriptionAsync
- Add AvatarCreationService.RequestAvatarGenerationSessionAsync
- Remove AvatarGenerationJob
- Remove AvatarGenerationSession
- Change PreferredDescriptor of BasePart.getMass from to GetMass
- Add CaptureService.GetCaptureUploadDataAsync
- Change Default of ChannelTabsConfiguration.TextSize from 14 to 18
- Add ConversationalAIAcceptanceService.ReportJSONEncodeFailure
- Add GuiService.DismissNotification
- Add GuiService.NotificationDismissed
- Add GuiService.NotificationDisplayed
- Add GuiService.SendNotification
- Add GuiService.UserInteractedWithNotification
- Change Tags of InsertService.GetCollection from [Yields] to [Yields, Deprecated]
- Change Tags of InsertService.GetUserSets from [Yields] to [Yields, Deprecated]
- Add Instance.GetStyled
- Add Lighting.Intent
- Add Lighting.Quality
- Remove AvatarGenerationJobStatus
- Add Intent
- Add Quality
- Add Performance
- Add Quality
- Add Technology.Unified
(v0.640.1.6400735) version-a8766ccdec1d49d3 - No changes
(v0.640.0.6400731) version-046f2d8fc733479bRelease notes - Add AssetImportService.StartSessionWithPathAsync
- Add AvatarCreationService.GetValidationRules
- Change Tags of ColorGradingEffect from [NotBrowsable] to []
- Add CommerceService.PromptCommerceProductPurchase
- Add CommerceService.PromptCommerceProductPurchaseFinished
- Add
- Add ContentProvider.GetDependencyContentIds
- Add EditableImage.ReadPixelsBuffer
- Add EditableImage.WritePixelsBuffer
- Add EditableMesh.AddColor
- Add EditableMesh.AddNormal
- Add EditableMesh.AddUV
- Add EditableMesh.GetAdjacentFaces
- Change Tags of EditableMesh.GetAdjacentTriangles from [] to [Deprecated]
- Add EditableMesh.GetColor
- Add EditableMesh.GetColorAlpha
- Add EditableMesh.GetColors
- Add EditableMesh.GetFaceColors
- Add EditableMesh.GetFaceNormals
- Add EditableMesh.GetFaceUVs
- Add EditableMesh.GetFaceVertices
- Add EditableMesh.GetFaces
- Add EditableMesh.GetFacesWithAttribute
- Add EditableMesh.GetNormal
- Add EditableMesh.GetNormals
- Change Tags of EditableMesh.GetTriangleVertices from [] to [Deprecated]
- Change Tags of EditableMesh.GetTriangles from [] to [Deprecated]
- Change ReturnType of EditableMesh.GetUV from Vector2 to Vector2?
- Change Parameters of EditableMesh.GetUV from (vertexId: int64) to (uvId: int64)
- Add EditableMesh.GetUVs
- Change Tags of EditableMesh.GetVertexColor from [] to [Deprecated]
- Change Tags of EditableMesh.GetVertexColorAlpha from [] to [Deprecated]
- Change Tags of EditableMesh.GetVertexNormal from [] to [Deprecated]
- Add EditableMesh.GetVerticesWithAttribute
- Add EditableMesh.IdDebugString
- Add EditableMesh.MergeVertices
- Add EditableMesh.RemoveFace
- Change Tags of EditableMesh.RemoveTriangle from [] to [Deprecated]
- Add EditableMesh.RemoveUnused
- Change Tags of EditableMesh.RemoveVertex from [] to [Deprecated]
- Add EditableMesh.ResetNormal
- Add EditableMesh.SetColor
- Add EditableMesh.SetColorAlpha
- Add EditableMesh.SetFaceColors
- Add EditableMesh.SetFaceNormals
- Add EditableMesh.SetFaceUVs
- Add EditableMesh.SetFaceVertices
- Add EditableMesh.SetNormal
- Change Parameters of EditableMesh.SetUV from (vertexId: int64, uv: Vector2) to (uvId: int64, uv: Vector2)
- Change Tags of EditableMesh.SetVertexColor from [] to [Deprecated]
- Change Tags of EditableMesh.SetVertexColorAlpha from [] to [Deprecated]
- Change Tags of EditableMesh.SetVertexNormal from [] to [Deprecated]
- Add EditableMesh.Triangulate
- Add MarketplaceService.GetDeveloperProductsForExperienceDetailsPageAsync
- Add SessionService.GetSessionID
- Add StartPageService
- Add generateTempUrlInContentProvider
- Add getDaysSinceFirstUserLogin
- Add getStartPageVersionForUser
- Add getTempUrlInContentProvider
- Add isTutorialBannerClosed
- Add isTutorialPopupClosed
- Add openLink
- Add openLocalFile
- Add openPlace
- Add refreshRegistryDataInStartPage
- Add removeAPIGameFromRegistry
- Add removeLocalFileFromRegistry
- Add setTutorialBannerClosed
- Add setTutorialPopupClosed
- Add startTutorial
- Add ImageImportedSignal
- Add LocalGamesFromRegistryUpdatedSignal
- Add RecentApiGamesFromRegistryUpdatedSignal
- Remove
- Add StudioService.ShowWeldDetails
- Change CanSave of from true to false
- Add StyleRule.Priority
- Change CanSave of TestService.Is30FpsThrottleEnabled from false to true
- Change Tags of TestService.Is30FpsThrottleEnabled from [Hidden, NotReplicated] to []
- Change Tags of TestService.IsPhysicsEnvironmentalThrottled from [Hidden, NotReplicated] to []
- Change CanSave of TestService.IsPhysicsEnvironmentalThrottled from false to true
- Add UserGameSettings.GraphicsOptimizationMode
- Add UserGameSettings.MaxQualityEnabled
- Add Workspace.PathfindingUseImprovedSearch
- Change Parameters of WorldRoot.GetPartBoundsInBox from (cframe: CFrame, size: Vector3, overlapParams: OverlapParams = OverlapParams{MaxParts=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (cframe: CFrame, size: Vector3, overlapParams: OverlapParams = OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- Change Parameters of WorldRoot.GetPartBoundsInRadius from (position: Vector3, radius: float, overlapParams: OverlapParams = OverlapParams{MaxParts=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (position: Vector3, radius: float, overlapParams: OverlapParams = OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- Change Parameters of WorldRoot.GetPartsInPart from (part: BasePart, overlapParams: OverlapParams = OverlapParams{MaxParts=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (part: BasePart, overlapParams: OverlapParams = OverlapParams{MaxParts=0, Tolerance=0, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- Add CSGAsyncDynamicCollision.Enabled
- Remove CSGAsyncDynamicCollision.Experimental
- Add GraphicsOptimizationMode
- Add Balanced
- Add Performance
- Add Quality
- Add NotificationButtonType
- Add PathfindingUseImprovedSearch
(v0.639.0.6390692) version-e60bca3482fe488a - No changes
(v0.639.0.6390692) version-6b2bcb8e87be4470 - No changes
(v0.639.0.6390691) version-e782ef4fdc0b469fRelease notes - Add AdGui.GetSingleReportAdInfo
- Change Parameters of BaseWrap.VerticesModified from () to (vertices: Array)
- Add MarketplaceService.PerformCancelSubscription
- Add MarketplaceService.SignalUserSubscriptionStatusChanged
- Add MarketplaceService.UserSubscriptionStatusChanged
- Add RTAnimationTracker.Step
- Add Platform.MetaOS
- Change Index of Platform.None from 20 to 21
- Change Value of Platform.None from 20 to 21
- Add VRDeviceType
- Add HTCVive
- Add OculusQuest
- Add OculusRift
- Add Unknown
- Add ValveIndex
(v0.638.1.6380615) version-1b1a91b0565547cc - No changes
(v0.638.0.6380612) version-f626628767584980Release notes - Add AvatarCreationService.GenerateAvatarModelAsync
- Add AvatarCreationService.GenerateAvatarPreviewAsync
- Change ReturnType of DataStoreService.GetDataStore from GlobalDataStore to DataStore
- Change ReturnType of DataStoreService.GetGlobalDataStore from GlobalDataStore to DataStore
- Add HapticEffect
- Remove ProjectFolderService
- Add ScriptContext.ReportLuaRequireCount
- Change ReturnType of StudioService.GizmoRaycast from RaycastResult to RaycastResult?
- Add UserInputService.GetDeviceLevel
- Add VRService.ControllerModels
- Add VRService.LaserPointer
- Change ReturnType of WorldRoot.Blockcast from RaycastResult to RaycastResult?
- Change ReturnType of WorldRoot.Raycast from RaycastResult to RaycastResult?
- Change ReturnType of WorldRoot.RaycastCachedTerrain from RaycastResult to RaycastResult?
- Change ReturnType of WorldRoot.Shapecast from RaycastResult to RaycastResult?
- Change ReturnType of WorldRoot.Spherecast from RaycastResult to RaycastResult?
- Add AvatarGenerationError.JobNotFound
- Change Index of AvatarGenerationError.Timeout from 1 to 5
- Change Value of AvatarGenerationError.Timeout from 1 to 5
- Change Index of AvatarGenerationError.Unknown from 5 to 1
- Change Value of AvatarGenerationError.Unknown from 5 to 1
- Add DeviceLevel
- Add HapticEffectType
- Add GameplayCollision
- Add GameplayExplosion
- Add UIClick
- Add UIHover
- Add UINotification
- Add VRControllerModelMode
- Add Disabled
- Add Transparent
- Add VRLaserPointerMode
- Add Disabled
- Add DualPointer
- Add Pointer
(v0.637.0.6370729) version-ea4f8221cbd94062Release notes - Add AnalyticsService.LogCustomEvent
- Remove
- Add
- Add Animator.LoadStreamAnimationV2
- Add AppLifecycleObserverService.GetCurrentState
- Remove AssetImportSession.ApplySettings
- Add AudioAnalyzer.SpectrumEnabled
- Change ReturnType of AudioAnalyzer.GetConnectedWires from Array to Objects
- Change ReturnType of AudioChorus.GetConnectedWires from Array to Objects
- Change ReturnType of AudioCompressor.GetConnectedWires from Array to Objects
- Change ReturnType of AudioDeviceInput.GetConnectedWires from Array to Objects
- Change ReturnType of AudioDeviceOutput.GetConnectedWires from Array to Objects
- Change ReturnType of AudioDistortion.GetConnectedWires from Array to Objects
- Change ReturnType of AudioEcho.GetConnectedWires from Array to Objects
- Change ReturnType of AudioEmitter.GetConnectedWires from Array to Objects
- Change ReturnType of AudioEmitter.GetInteractingListeners from Array to Objects
- Change ReturnType of AudioEqualizer.GetConnectedWires from Array to Objects
- Change ReturnType of AudioFader.GetConnectedWires from Array to Objects
- Change ReturnType of AudioFilter.GetConnectedWires from Array to Objects
- Change ReturnType of AudioFlanger.GetConnectedWires from Array to Objects
- Change ReturnType of AudioListener.GetConnectedWires from Array to Objects
- Change ReturnType of AudioListener.GetInteractingEmitters from Array to Objects
- Change ReturnType of AudioPitchShifter.GetConnectedWires from Array to Objects
- Change ReturnType of AudioPlayer.GetConnectedWires from Array to Objects
- Change ReturnType of AudioReverb.GetConnectedWires from Array to Objects
- Add CanvasGroup.ResolutionScale
- Add CloudCRUDService
- Change Tags of CollectionService.AddTag from [] to [CustomLuaState]
- Change Tags of CollectionService.GetTags from [] to [CustomLuaState]
- Change Tags of CollectionService.HasTag from [] to [CustomLuaState]
- Change Tags of CollectionService.RemoveTag from [] to [CustomLuaState]
- Remove EngineAPICloudProcessingService
- Add MaterialGenerationService.DEPRECATED_UploadMaterialVariantsAsync
- Remove MaterialGenerationService.UploadMaterialVariantsAsync
- Add PublishService.CreateAssetOrAssetVersionAndPollAssetWithTelemetryAsyncWithAddParam
- Remove Studio.Auto-Recovery Path
- Add StylingService.UpdateUnitTestOnly
- Add UGCValidationService.GetEditableMeshMaxNearbyVerticesCollisions
- Add UGCValidationService.GetMaxNearbyVerticesCollisions
- Change Tags of from [Hidden] to [Hidden, Deprecated]
- Add AdUIEventType.WhyThisAdClicked
- Add AppLifecycleManagerState
(v0.636.1.6360627) version-e313e2dafd364981 - No changes
(v0.636.1.6360627) version-10d29094c36c44cbRelease notes - Change Tags of UIFlexItem from [NotBrowsable] to []
(v0.636.0.6360625) version-aa7aa2777dc64b37Release notes - Change Tags of UIFlexItem from [] to [NotBrowsable]
(v0.636.0.6360624) version-5f3c97c9e091442aRelease notes - Add AdGui.forwardStateToLuaUI
- Change Security of AudioEmitter.GetInteractingListeners from RobloxScriptSecurity to None
- Change Parameters of AudioFocusService.OnDeafenVoiceAudio from () to (contextId: int)
- Change Parameters of AudioFocusService.OnUndeafenVoiceAudio from () to (contextId: int)
- Change Security of AudioListener.GetInteractingEmitters from RobloxScriptSecurity to None
- Change Category of AudioReverb.LowShelfGain from Data to State
- Add DebuggerConnectionManager.GetAvailableConnection
- Add
- Add
- Add HeatmapService
- Change Tags of Humanoid.GetMoveVelocity from [NotBrowsable] to []
- Add MarketplaceService.GetUserSubscriptionDetailsInternalAsync
- Add MarketplaceService.PromptCancelSubscription
- Add MarketplaceService.PromptCancelSubscriptionRequested
- Add
- Add
- Add
- Change Default of PartOperation.RenderFidelity from Precise to Automatic
- Remove
- Remove
- Remove
- Change ReturnType of StreamingService.ExecuteCommandAsync from null to Variant
- Change Security of StreamingService.ExecuteCommandAsync from RobloxScriptSecurity to LocalUserSecurity
- Add TweenService.SmoothDamp
- Add UGCValidationService.GetImageTransparencyWithByteString
- Add UGCValidationService.GetImageTransparencyWithTextureID
- Change Tags of UIFlexItem from [NotBrowsable] to []
- Add CloseReason
- Add DeveloperShutdown
- Add DeveloperUpdate
- Add OutOfMemory
- Add RobloxMaintenance
- Add ServerEmpty
- Add Unknown
- Add LocationType
- Add Camera
- Add Character
- Add ObjectPosition
- Add SecurityCapability.Animation
- Add SecurityCapability.Avatar
- Add SecurityCapability.CSG
- Add SecurityCapability.Chat
- Add SecurityCapability.UI
(v0.635.0.6350588) version-258fa44b42074cfcRelease notes - Add AudioEqualizer.Editor
- Add AudioFilter.Editor
- Add AudioFocusService
- Remove
- Remove
- Remove
- Add
- Add ChannelTabsConfiguration
- Add AbsolutePosition
- Add AbsoluteSize
- Add BackgroundColor3
- Add BackgroundTransparency
- Add Enabled
- Add FontFace
- Add HoverBackgroundColor3
- Add SelectedTabTextColor3
- Add TextColor3
- Add TextSize
- Add TextStrokeColor3
- Add TextStrokeTransparency
- Add SetAbsolutePosition
- Add SetAbsoluteSize
- Add GuiService.OpenStyleEditor
- Change WriteSecurity of Instance.Capabilities from RobloxSecurity to RobloxScriptSecurity
- Change Tags of Instance.Capabilities from [NotScriptable] to []
- Change ReadSecurity of Instance.Capabilities from RobloxSecurity to RobloxScriptSecurity
- Change WriteSecurity of Instance.Sandboxed from RobloxSecurity to RobloxScriptSecurity
- Change Tags of Instance.Sandboxed from [NotReplicated, NotScriptable] to [NotReplicated]
- Change ReadSecurity of Instance.Sandboxed from RobloxSecurity to RobloxScriptSecurity
- Change Default of MeshPart.RenderFidelity from Precise to Automatic
- Change Default of from Precise to Automatic
- Add RibbonNotificationService.AllNotificationsReadFromRibbon
- Add RibbonNotificationService.NotificationReadFromRibbon
- Add
- Add UGCValidationService.IsEditableMeshNumCoplanarIntersectionsOverLimit
- Add UGCValidationService.IsNumCoplanarIntersectionsOverLimit
- Add UIDragDetector.BoundingBehavior
- Add SecurityCapability
- Add AccessOutsideWrite
- Add AssetRequire
- Add Audio
- Add Basic
- Add CreateInstances
- Add DataStore
- Add LoadString
- Add Network
- Add Physics
- Add RunClientScript
- Add RunServerScript
- Add ScriptGlobals
- Add UIDragDetectorBoundingBehavior
- Add Automatic
- Add EntireObject
- Add HitPoint
(v0.634.0.6340420) version-95b9b7bdfe164744Release notes - Remove ActivityHistoryService
- Add Annotation
- Add
- Add
- Add
- Add
- Add
- Add
- Add
- Add
- Add
- Add AnnotationsService.createAnnotation
- Add AnnotationsService.createWorkspaceAnnotation
- Add AnnotationsService.AnnotationAdded
- Add ColorGradingEffect
- Add TonemapperPreset
- Add GuiService.PreferredTextSize
- Add Path2D.Closed
- Change Security of Path2D.GetLength from RobloxScriptSecurity to None
- Add Path2D.GetMaxControlPoints
- Add Path2D.ControlPointChanged
- Add WorkspaceAnnotation
- Add
- Add
- Add WrapDeformer
- Add Amount
- Add Enabled
- Add RenderMeshID
- Add KeyCode.MouseBackButton
- Add KeyCode.MouseLeftButton
- Add KeyCode.MouseMiddleButton
- Add KeyCode.MouseNoButton
- Add KeyCode.MouseRightButton
- Add KeyCode.MouseX
- Add KeyCode.MouseY
- Add TeleportMethod.TeleportToInstanceBack
- Change Index of TeleportMethod.TeleportUnknown from 5 to 6
- Change Value of TeleportMethod.TeleportUnknown from 5 to 6
- Add TeleportType.ToInstanceBack
- Add TonemapperPreset
- Remove ActivityHistoryService
(v0.633.1.6330512) version-d662de9eda0c4cecRelease notes - Add AchievementService
- Add GrantAchievement
- Add HasAchieved
- Add IsAvailable
- Add AudioFilter
- Add Bypass
- Add FilterType
- Add Frequency
- Add Gain
- Add Q
- Add GetConnectedWires
- Add GetGainAt
- Add
- Add ExperienceService.ExecuteCrossExperienceCall
- Add
- Add UGCValidationService.CalculateEditableMeshTotalSurfaceArea
- Add UGCValidationService.CalculateTotalSurfaceArea
- Add
- Add
- Add AudioFilterType
- Add Bandpass
- Add HighShelf
- Add Highpass12dB
- Add Highpass24dB
- Add Highpass48dB
- Add LowShelf
- Add Lowpass12dB
- Add Lowpass24dB
- Add Lowpass48dB
- Add Notch
- Add Peak
- Change Value of PreferredTextSize.Large from 4 to 2
- Change Value of PreferredTextSize.Larger from 9 to 3
- Change Value of PreferredTextSize.Largest from 14 to 4
- Change Value of PreferredTextSize.Medium from 0 to 1
- Add AchievementService
(v0.632.0.6320623) version-fe7775edf1e54944Release notes - Add AccessoryDescription.GetAppliedInstance
- Change Parameters of AnalyticsService.LogFunnelStepEvent from (player: Player, funnelName: string, funnelSessionId: string = , step: int = 0, stepName: string = , customFields: Dictionary = nil) to (player: Player, funnelName: string, funnelSessionId: string = , step: int = 1, stepName: string = , customFields: Dictionary = nil)
- Add AtmosphereSensor
- Add AirDensity
- Add RelativeWindVelocity
- Add CaptureService.CreatePostAsync
- Change PreferredDescriptor of CaptureService.CaptureSaved from to UserCaptureSaved
- Change Tags of CaptureService.CaptureSaved from [] to [Deprecated]
- Change Parameters of EditableImage.DrawCircle from (center: Vector2, radius: int, color: Color3, transparency: float) to (center: Vector2, radius: int, color: Color3, transparency: float, combineType: ImageCombineType)
- Change Parameters of EditableImage.DrawLine from (p1: Vector2, p2: Vector2, color: Color3, transparency: float) to (p1: Vector2, p2: Vector2, color: Color3, transparency: float, combineType: ImageCombineType)
- Change Parameters of EditableImage.DrawRectangle from (position: Vector2, size: Vector2, color: Color3, transparency: float) to (position: Vector2, size: Vector2, color: Color3, transparency: float, combineType: ImageCombineType)
- Add Humanoid.ApplyDescriptionFinished
- Add RTAnimationTracker
- Add
- Add
- Add
- Add
- Add
- Add TrackerError
- Add TrackerPrompt
- Change Tags of from [] to [Hidden, Deprecated]
- Change Tags of from [] to [Hidden, Deprecated]
- Change Tags of from [] to [Hidden, Deprecated]
- Remove StudioDeviceEmulatorService.ConnectGamepad
- Remove StudioDeviceEmulatorService.DisconnectGamepad
- Remove StudioDeviceEmulatorService.GetKeyboardShortcut
- Remove StudioDeviceEmulatorService.SendGamepadEvent
- Remove StudioDeviceEmulatorService.SetGamepadEmulationEnabled
- Remove StudioDeviceEmulatorService.UpdateKeyMapping
- Add
- Change Default of from {NullDeviceGuid} to
- Add
- Add PreferredTextSize
- Add TrackerType
(v0.631.1.6310472) version-034c0d4a0a9b44ccRelease notes - Change Tags of ScreenGui.ScreenInsets from [NotBrowsable] to []
(v0.631.0.6310470) version-f236ab0819e64b55Release notes - Add
- Add
- Add
- Remove ColorCorrectionEffect.TonemapperPreset
- Add GetTextBoundsParams.RichText
- Change Tags of Instance.GetAttributes from [] to [CustomLuaState]
- Change WriteSecurity of Lighting.Technology from None to RobloxScriptSecurity
- Change Tags of Lighting.Technology from [NotScriptable] to []
- Change ReadSecurity of Lighting.Technology from None to RobloxScriptSecurity
- Change Tags of UIDragDetector from [] to [NotBrowsable]
- Add UIDragDetector.ActivatedCursorIcon
- Add UIDragDetector.CursorIcon
- Add UIDragDetectorService
- Add VisualizationMode.ToolTip
- Add VoiceChatService.joinVoice
- Remove TonemapperPreset
(v0.630.0.6300556) version-80c47ff7f44d48f7Release notes - Change Tags of Path2D from [NotBrowsable] to []
(v0.630.0.6300555) version-94b9ab2731b64243Release notes - Add AccessoryDescription.Position
- Add AccessoryDescription.Rotation
- Add AccessoryDescription.Scale
- Add AppLifecycleObserverService
- Add IsDidDetachSupported
- Add OnBecomeActive
- Add OnDetach
- Add OnHide
- Add OnResignActive
- Add OnStart
- Add OnUnhide
- Change Tags of AvatarGenerationJob.Cancel from [] to [Yields]
- Change Tags of EditableMesh from [NotReplicated] to []
- Change Tags of from [Hidden, NotReplicated, NotScriptable] to [Hidden, NotScriptable]
- Add MaterialService.GetIsMaterialActionAsToolEnabled
- Add MaterialService.ToggleMaterialFillToolEnabled
- Add MaterialService.MaterialFillToolEnabledChanged
- Add PluginToolbarButton.SetDropdownActive
- Add SoundService.OpenAudioEqualizerEditorSignal
(v0.629.0.6290609) version-6fd80b49a9674f97Release notes - Remove
- Remove
- Remove
- Remove
- Remove
- Remove
- Add AnimationStreamTrack.GetActive
- Remove AssetManagerService.HasUnpublishedChangesForLinkedSource
- Remove AssetManagerService.InsertLinkedSourceAsLocalScript
- Remove AssetManagerService.InsertLinkedSourceAsModuleScript
- Remove AssetManagerService.InsertLinkedSourceAsScript
- Remove AssetManagerService.OpenLinkedSource
- Remove AssetManagerService.PublishLinkedSource
- Remove AssetManagerService.RefreshLinkedSource
- Remove AssetManagerService.RevertLinkedSourceToLastPublishedVersion
- Remove AssetManagerService.MayBeLinkedSourceModified
- Add AudioDeviceInput.Volume
- Add AudioPlayer.Volume
- Add BaseWrap.GetUVs
- Add ColorCorrectionEffect.TonemapperPreset
- Add
- Change Tags of GuiService.OpenAttenuationCurveEditor from [] to [Deprecated]
- Add LogReporterService.ReportMultipleLogs
- Remove
- Add SoundService.OpenAttenuationCurveEditor
- Add SoundService.OpenAttenuationCurveEditorSignal
- Add StudioDeviceEmulatorService.SetGamepadEmulationEnabled
- Add TextBox.OpenTypeFeatures
- Add TextBox.OpenTypeFeaturesError
- Add TextButton.OpenTypeFeatures
- Add TextButton.OpenTypeFeaturesError
- Add TextLabel.OpenTypeFeatures
- Add TextLabel.OpenTypeFeaturesError
- Add UIDragDetector
- Add BoundingUI
- Add DragAxis
- Add DragRelativity
- Add DragRotation
- Add DragSpace
- Add DragStyle
- Add DragUDim2
- Add Enabled
- Add MaxDragAngle
- Add MaxDragTranslation
- Add MinDragAngle
- Add MinDragTranslation
- Add ReferenceUIInstance
- Add ResponseStyle
- Add AddConstraintFunction
- Add GetReferencePosition
- Add GetReferenceRotation
- Add SetDragStyleFunction
- Add DragContinue
- Add DragEnd
- Add DragStart
- Remove Workspace.EditorLiveScripting
- Remove EditorLiveScripting
- Add TonemapperPreset
- Add UIDragDetectorDragRelativity
- Add UIDragDetectorDragSpace
- Add LayerCollector
- Add Parent
- Add Reference
(v0.628.0.6280391) version-36164c1c616f4598Release notes - Add AudioChorus.Bypass
- Add AudioCompressor.Bypass
- Add AudioDistortion.Bypass
- Add AudioEcho.Bypass
- Add AudioEqualizer.Bypass
- Add AudioFader.Bypass
- Add AudioFlanger.Bypass
- Add AudioPitchShifter.Bypass
- Add AudioReverb.Bypass
- Add LinkingService
- Add DetectUrl
- Add GetAndClearLastPendingUrl
- Add GetLastLuaUrl
- Add IsUrlRegistered
- Add OpenUrl
- Add RegisterLuaUrl
- Add StartLuaUrlDelivery
- Add StopLuaUrlDelivery
- Add SupportsSwitchToSettingsApp
- Add SwitchToSettingsApp
- Add OnLuaUrl
- Add StudioDeviceEmulatorService.GetKeyboardShortcut
- Add StudioDeviceEmulatorService.UpdateKeyMapping
- Change Tags of from [] to [Hidden]
- Change Tags of from [] to [Hidden]
- Change Tags of from [] to [Hidden]
- Change Tags of from [] to [Hidden]
- Add UGCValidationService.ReportUGCValidationTelemetry
- Add UGCValidationService.ValidateImageTransparencyThresholdByteString_V2
- Add UGCValidationService.ValidateImageTransparencyThresholdTextureID_V2
- Add
- Add Workspace.MoverConstraintRootBehavior
- Add MoverConstraintRootBehaviorMode
(v0.627.0.6270453) version-c46f37833a234ebf - No changes
(v0.627.0.6270452) version-e9ee7d0cbee6403eRelease notes - Add AdGui.HandleLuaUIEvent
- Add AdGui.adGuiStateChanged
- Add AdService.SetAdGuiInteractivityHandlerInitialized
- Add AdService.adGuiRegisterUI
- Add AnnotationsService
- Add AvatarCreationService.ValidateUGCAccessoryAsync
- Add AvatarCreationService.ValidateUGCBodyPartAsync
- Add AvatarCreationService.ValidateUGCFullBodyAsync
- Add AvatarGenerationJob.GetOutput
- Add
- Remove
- Change ReturnType of MaterialGenerationService.GenerateMaterialVariantsAsync from Objects to Dictionary
- Add RootImportData.KeepZeroInfluenceBones
- Change Parameters of StreamingService.Stream from (requestId: string, streamContent: string) to (requestId: string, commandName: string, streamContent: string)
- Add
- Add
- Add
- Add
- Add AdUIEventType
- Add AdUIType
- Add AvatarGenerationError.Offensive
- Change Value of AvatarGenerationError.Unknown from 4 to 5
- Change Index of AvatarGenerationError.Unknown from 4 to 5
(v0.626.1.6260363) version-994928499b784c5c - No changes
(v0.626.0.6260361) version-f265651664dc4d33Release notes - Add AvatarCreationService.SendAnalyticsEvent
- Change Parameters of CaptureService.CaptureSavedInternal from (captureInfo: Dictionary) to (captureInfo: Dictionary, triggerSource: string)
- Change Parameters of ConversationalAIAcceptanceService.CodeRunnerActivated from (requestId: string, code: string) to (requestId: string, code: string, serverAutorun: bool, autorunEnabled: bool, autoExpandDropdowns: bool)
- Add
- Add
- Change Security of InsertService.CreateMeshPartAsync from PluginSecurity to None
- Add
- Add
- Remove Studio.Server Audio Behavior
- Add MarketplaceItemPurchaseStatus.PlaceInvalid
- Remove ServerAudioBehavior
(v0.625.0.6250509) version-c5a2369e0d774f91Release notes - Change Category of AudioEmitter.DistanceAttenuation from Data to Emission
- Add BanHistoryPages
- Change Tags of CaptureService from [NotCreatable, Service, NotReplicated] to [NotCreatable, Service]
- Add CaptureService.OnCaptureShared
- Add CaptureService.SaveCapturesToExternalStorageAsync
- Add
- Add
- Add MarketplaceService.PerformBulkPurchase
- Add MarketplaceService.PromptBulkPurchase
- Add MarketplaceService.SignalPromptBulkPurchaseFinished
- Add MarketplaceService.PromptBulkPurchaseFinished
- Add MarketplaceService.PromptBulkPurchaseRequested
- Add MaterialGenerationService.DEPRECATED_GenerateMaterialVariantsAync
- Add Players.GetBanHistoryAsync
- Add StreamingService.BindCodeToGuid
- Change Parameters of StreamingService.RunSandboxedCode from (requestId: string, runCodeGuid: string, defaultCode: string = ) to (runCodeGuid: string, requestId: string)
- Add UIDragDetectorDragStyle
- Add Rotate
- Add Scriptable
- Add TranslateLine
- Add TranslatePlane
- Add UIDragDetectorResponseStyle
- Add CustomOffset
- Add CustomScale
- Add Offset
- Add Scale
(v0.624.0.6240521) version-9b24e74d4a7d4343 - No changes
(v0.624.0.6240519) version-820381d08f3b44d2Release notes - Change Parameters of AssetManagerService.InsertMesh from (aliasName: string, insertWithLocation: bool) to (aliasName: string, insertWithLocation: bool, sourceAssetId: int64)
- Change Parameters of AssetManagerService.InsertMeshesWithLocation from (aliasNames: Array) to (aliasNames: Array, meshIds: Array)
- Add AvatarCreationService.GetAvatarGenerationConfig
- Add
- Add EditableMesh.SkinningEnabled
- Add ExperienceService.StartCrossExperience
- Add ExperienceService.StopCrossExperience
- Add ExperienceService.OnCrossExperienceStarted
- Add ExperienceService.OnCrossExperienceStopped
- Change Parameters of GuiService.OpenAttenuationCurveEditor from (selectedCurveObject: Instance) to (selectedCurveObjects: Objects)
- Add
- Change Tags of Player.GetJoinData from [] to [CustomLuaState]
- Add PlayerHydrationService
- Add
- Change Category of ServiceVisibilityService.HiddenServices from Data to Behavior
- Add
- Change CanLoad of Workspace.RenderingCacheOptimizations from false to true
- Change CanSave of Workspace.RenderingCacheOptimizations from false to true
- Change Tags of Workspace.RenderingCacheOptimizations from [Hidden] to [NotScriptable]
- Add JoinSource
- Add MarketplaceBulkPurchasePromptStatus
- Add MarketplaceItemPurchaseStatus
- Add AlreadyOwned
- Add InsufficientMembership
- Add InsufficientRobux
- Add NotAvailableForPurchaser
- Add NotForSale
- Add PriceMismatch
- Add PurchaserIsSeller
- Add QuantityLimitExceeded
- Add QuotaExceeded
- Add SoldOut
- Add Success
- Add SystemError
- Add MarketplaceProductType
- Add AvatarAsset
- Add AvatarBundle
(v0.623.3.6230558) version-690c809cb4b64201 - No changes
(v0.623.2.6230557) version-d893e57971474b91 - No changes
(v0.623.4.6230559) version-978d9411adb149ffRelease notes - Change Tags of Terrain.GrassLength from [NotScriptable, NotBrowsable] to [NotScriptable]
- Change Tags of VRService from [NotCreatable, Service, NotBrowsable] to [NotCreatable, Service]
- Change Tags of VRService.AvatarGestures from [NotBrowsable] to []
(v0.623.0.6230555) version-f0582db71b134926Release notes - Change Parameters of AnalyticsService.LogEconomyEvent from (player: Player, flowType: AnalyticsEconomyFlowType, currencyType: string, endingBalance: float, amount: float, transactionType: string, itemSku: string = , customFields: Dictionary = nil) to (player: Player, flowType: AnalyticsEconomyFlowType, currencyType: string, amount: float, endingBalance: float, transactionType: string, itemSku: string = , customFields: Dictionary = nil)
- Add DataModelPatchService.GetLuaVersion
- Add DraggerService.PartSnapEnabled
- Change Tags of EditableImage from [NotReplicated] to []
- Add GenericChallengeService.SignalChallengeAbandoned
- Add GenericChallengeService.SignalChallengeCompleted
- Add GenericChallengeService.SignalChallengeInvalidated
- Add GenericChallengeService.SignalChallengeLoaded
- Add GenericChallengeService.SignalChallengeRequired
- Add GenericChallengeService.ChallengeAbandonedEvent
- Add GenericChallengeService.ChallengeCompletedEvent
- Add GenericChallengeService.ChallengeInvalidatedEvent
- Add GenericChallengeService.ChallengeLoadedEvent
- Remove
- Add Plugin.GetUri
- Add StudioService.Secrets
- Add SurfaceAppearance.Color
- Add UserGameSettings.GetDefaultFramerateCap
- Add Workspace.RenderingCacheOptimizations
- Add RenderingCacheOptimizationMode
(v0.622.0.6220470) version-e2728ac197f84660Release notes - Change Parameters of AnalyticsService.LogEconomyEvent from (player: Player, flowType: AnalyticsEconomyFlowType, currencyType: string, endingBalance: float, amount: float, transactionType: string, itemSku: string, customFields: Array) to (player: Player, flowType: AnalyticsEconomyFlowType, currencyType: string, endingBalance: float, amount: float, transactionType: string, itemSku: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogFunnelStepEvent from (player: Player, funnelName: string, step: int, customFields: Array) to (player: Player, funnelName: string, funnelSessionId: string = , step: int = 0, stepName: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogOnboardingFunnelStepEvent from (player: Player, step: int, customFields: Array) to (player: Player, step: int, stepName: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogProgressionCompleteEvent from (player: Player, level: int, levelName: string, customFields: Array) to (player: Player, progressionPathName: string, level: int, levelName: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogProgressionEvent from (player: Player, status: AnalyticsProgressionType, level: int, levelName: string, customFields: Array) to (player: Player, progressionPathName: string, status: AnalyticsProgressionType, level: int, levelName: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogProgressionFailEvent from (player: Player, level: int, levelName: string, customFields: Array) to (player: Player, progressionPathName: string, level: int, levelName: string = , customFields: Dictionary = nil)
- Change Parameters of AnalyticsService.LogProgressionStartEvent from (player: Player, level: int, levelName: string, customFields: Array) to (player: Player, progressionPathName: string, level: int, levelName: string = , customFields: Dictionary = nil)
- Change Default of Avatar3DGenerationJob.Result from to
- Change ValueType of Avatar3DGenerationJob.Result from Model to string
- Add AvatarChatService.EnableVoice
- Add AvatarChatService.deviceMeetsRequirementsForFeature
- Add
- Add AvatarCreationService.CreateAvatarGenerationSessionAsync
- Add
- Remove
- Add ConversationalAIAcceptanceService.ErrorTelemetry
- Add GenericChallengeService
- Change Parameters of HttpService.GetAsync from (url: string, nocache: bool = false, headers: Variant) to (url: Variant, nocache: bool = false, headers: Variant)
- Change Parameters of HttpService.PostAsync from (url: string, data: string, content_type: HttpContentType = ApplicationJson, compress: bool = false, headers: Variant) to (url: Variant, data: string, content_type: HttpContentType = ApplicationJson, compress: bool = false, headers: Variant)
- Add LayerCollector.GetGuiObjectsAtPosition
- Add
- Add Players.BanAsync
- Add Players.UnbanAsync
- Change ReadSecurity of RunService.RunState from RobloxScriptSecurity to PluginSecurity
- Change Tags of RunService.RunState from [Hidden, NotReplicated] to [NotReplicated]
- Change WriteSecurity of RunService.RunState from RobloxScriptSecurity to PluginSecurity
- Add ScriptEditorService.IsAutocompleteCallbackRegistered
- Add ScriptEditorService.IsScriptAnalysisCallbackRegistered
- Change Parameters of StreamingService.RunSandboxedCode from (requestId: string, code: string) to (requestId: string, runCodeGuid: string, defaultCode: string = )
- Add StudioDeviceEmulatorService.ConnectGamepad
- Add StudioDeviceEmulatorService.DisconnectGamepad
- Add AnalyticsCustomFieldKeys
- Add CustomField01
- Add CustomField02
- Add CustomField03
- Add DeviceFeatureType
- Add DeviceCapture
(v0.621.0.6210527) version-1870963560174427Release notes - Add CaptureService.CaptureSavedInternal
- Add ConversationalAIAcceptanceService.DataModelHierarchyLatency
- Add ExperienceService.GetPendingJoinAttempt
- Add ExperienceService.OnNewJoinAttempt
- Remove
- Remove
- Remove Path2D.Color
- Add Path2D.Color3
- Remove Path2D.Position
- Add Path2D.GetBoundingRect
- Remove Path2D.GetBoundingRect2D
- Change Parameters of StreamingService.RunSandboxedCode from (code: string) to (requestId: string, code: string)
- Add StudioPublishService.GetLocalFilePath
- Add StudioPublishService.GetPlaceDisplayName
- Add
- Add
- Add GamepadType
- Add GuiType.CoreBillboards
(v0.620.0.6200463) version-e2bc56a1e4374ca0 - No changes
(v0.620.0.6200463) version-94667ff7b9b64821Release notes - Add ActivityHistoryService.EventNotificationReceived
- Remove ActivityHistoryService.onEventNotificationReceived
- Add AudioEmitter.DistanceAttenuation
- Add AudioEmitter.GetDistanceAttenuation
- Add AudioEmitter.SetDistanceAttenuation
- Add Avatar2DGenerationJob
- Add Result
- Add Avatar3DGenerationJob
- Add Result
- Add AvatarCreationService.LoadAvatarModelAsync
- Add AvatarCreationService.LoadAvatarPreviewImageAsync
- Change Parameters of from (serializedModel: string, bufferMap: Dictionary) to (id: string, serializedModel: string, bufferMap: Dictionary)
- Add
- Add AvatarGenerationJob
- Add AvatarGenerationSession
- Add CaptureService.DeleteCapturesAsync
- Add CommerceService
- Add GuiService.OpenAttenuationCurveEditor
- Add MaterialService.SetCurrentMaterial
- Add ScriptProfilerService
- Add ClientRequestData
- Add ClientStart
- Add ClientStop
- Add DeserializeJSON
- Add SaveScriptProfilingData
- Add ServerRequestData
- Add ServerStart
- Add ServerStop
- Add OnNewData
- Add
- Add
- Add Selection.AddFocusCallback
- Remove StarterPlayer.DeathStyle
- Add Workspace.InsertPoint
- Add AvatarGenerationError
- Add Canceled
- Add DownloadFailed
- Add None
- Add Timeout
- Add Unknown
- Add AvatarGenerationJobStatus
- Add Completed
- Add Failed
- Add InProgress
- Add NotStarted
- Remove DeathStyle
- Add TextTruncate.SplitWord
(v0.619.0.6190508) version-636c3b2697eb4e58Release notes - Change Tags of AnalyticsService from [Service, Deprecated] to [NotCreatable, Service, NotReplicated]
- Change Tags of AnalyticsService.FireCustomEvent from [] to [Deprecated]
- Change Tags of AnalyticsService.FireInGameEconomyEvent from [] to [Deprecated]
- Change Tags of AnalyticsService.FireLogEvent from [] to [Deprecated]
- Change Tags of AnalyticsService.FirePlayerProgressionEvent from [] to [Deprecated]
- Add AnalyticsService.LogEconomyEvent
- Add AnalyticsService.LogFunnelStepEvent
- Add AnalyticsService.LogOnboardingFunnelStepEvent
- Add AnalyticsService.LogProgressionCompleteEvent
- Add AnalyticsService.LogProgressionEvent
- Add AnalyticsService.LogProgressionFailEvent
- Add AnalyticsService.LogProgressionStartEvent
- Change ReturnType of AssetImportService.GetAllPresets from Map to Dictionary
- Change ReturnType of AssetImportService.GetPreset from Map to Dictionary
- Change ReturnType of AssetImportSession.CreatePresetFromData from Map to Dictionary
- Add AssetService.CreateMeshPartAsync
- Change ReturnType of BaseImportData.CreatePresetFromData from Map to Dictionary
- Add BaseWrap.VerticesModified
- Change Parameters of EditableMesh.CreateMeshPartAsync from (collisionFidelity: CollisionFidelity) to (options: Dictionary = nil)
- Change Category of Instance.Capabilities from Behavior to Permissions
- Change Tags of Instance.Capabilities from [Hidden, NotScriptable] to [NotScriptable]
- Change Category of from Behavior to Permissions
- Add Instance.Sandboxed
- Change Parameters of LogReporterService.ReportLog from (logId: string, desc: string) to (fingerprint: string, uuid: string, desc: string, attributes: Dictionary, annotations: Dictionary)
- Add Plugin.GetPluginComponent
- Add ProjectFolderService.FileChangedAfterSync
- Add ScriptEditorService.StripComments
- Change Parameters of StreamingService.GetInstance from (collectorName: string, requestId: string = instanceId) to (requestId: string, instanceId: string)
- Add StudioDeviceEmulatorService.SendGamepadEvent
- Add UserGameSettings.MasterVolumeStudio
- Add AnalyticsEconomyFlowType
- Add AnalyticsEconomyTransactionType
- Add ContextualPurchase
- Add Gameplay
- Add IAP
- Add Onboarding
- Add Shop
- Add TimedReward
- Add AnalyticsProgressionType
- Add ConnectionError.PlacelaunchCreatorBan
- Change Index of ConnectionError.PlacelaunchCustomMessage from 60 to 61
- Change Index of ConnectionError.PlacelaunchOtherError from 61 to 62
- Change Index of ConnectionError.TeleportErrors from 62 to 63
- Change Index of ConnectionError.TeleportFailure from 63 to 64
- Change Index of ConnectionError.TeleportFlooded from 68 to 69
- Change Index of ConnectionError.TeleportGameEnded from 65 to 66
- Change Index of ConnectionError.TeleportGameFull from 66 to 67
- Change Index of ConnectionError.TeleportGameNotFound from 64 to 65
- Change Index of ConnectionError.TeleportIsTeleporting from 69 to 70
- Change Index of ConnectionError.TeleportUnauthorized from 67 to 68
- Add Font.Arimo
- Add Font.ArimoBold
- Change Index of Font.Unknown from 50 to 52
(v0.618.2.6180548) version-7af61421529b4e82 - No changes
(v0.618.0.6180546) version-d6943a5e6de04dfbRelease notes - Change Security of AudioAnalyzer.GetConnectedWires from PluginSecurity to None
- Change Security of AudioChorus.GetConnectedWires from PluginSecurity to None
- Change Security of AudioCompressor.GetConnectedWires from PluginSecurity to None
- Change Security of AudioDeviceInput.GetConnectedWires from PluginSecurity to None
- Change Security of AudioDeviceOutput.GetConnectedWires from PluginSecurity to None
- Change Security of AudioDistortion.GetConnectedWires from PluginSecurity to None
- Change Security of AudioEcho.GetConnectedWires from PluginSecurity to None
- Change Security of AudioEmitter.GetConnectedWires from PluginSecurity to None
- Change Security of AudioEqualizer.GetConnectedWires from PluginSecurity to None
- Change Security of AudioFader.GetConnectedWires from PluginSecurity to None
- Change Security of AudioFlanger.GetConnectedWires from PluginSecurity to None
- Change Security of AudioListener.GetConnectedWires from PluginSecurity to None
- Change Security of AudioPitchShifter.GetConnectedWires from PluginSecurity to None
- Change Security of AudioPlayer.GetConnectedWires from PluginSecurity to None
- Change Security of AudioReverb.GetConnectedWires from PluginSecurity to None
- Add
- Add ExampleService
- Add PrintHello
- Add OnPolo
- Add ExperienceStateCaptureService.CanEnterCaptureMode
- Add MarketplaceService.PerformSubscriptionPurchaseV2
- Add MarketplaceService.PromptCollectibleBundlePurchaseRequested
- Add
- Add PhysicsSettings.ShowInstanceNamesForDrawnForcesAndTorques
- Change Parameters of StudioPublishService.PublishAs from (universeId: int64, placeId: int64, groupId: int64, isPublish: bool, publishParameters: Variant, willRetryOnConflict: bool = false) to (universeId: int64, placeId: int64, groupId: int64, isPublish: bool, publishParameters: Variant, willRetryOnConflict: bool = false, allowOpeningNewPlace: bool = true)
(v0.617.0.6170654) version-1c901af996da417bRelease notes - Add AdService.ShowDynamicEudsaDisclosure
- Add
- Add CaptureService.GetCaptureStorageSizeAsync
- Add ConversationalAIAcceptanceService.RecordingActionEnded
- Change ReturnType of PluginToolbar.CreateButton from Instance to PluginToolbarButton
- Change ReturnType of PluginToolbar.CreatePopupButton from Instance to PluginToolbarButton
- Add ProjectFolderService.ExportScripts
- Add ProjectFolderService.ImportScripts
- Add ProjectFolderService.SelectFolder
- Add RenderingTest.QualityAuto
- Add RobloxEditableMesh
- Add
- Add StudioAssetService.DEPRECATED_SerializeInstances
- Change Parameters of StudioAssetService.SerializeInstances from (instances: Objects) to (instances: Objects, groupId: int64 = 0, isPackage: bool = false)
- Add StudioAssetService.UpdatePublishedPackage
- Change Security of UGCValidationService.CompareTextureOverlapByteString from None to RobloxScriptSecurity
- Add
- Add Workspace.DecreaseMinimumPartDensityMode
- Change CanSave of from true to false
- Change CanLoad of from true to false
- Change Tags of from [] to [Hidden, NotReplicated, Deprecated]
- Add AdEventType.RewardedAdGrant
- Add AdEventType.RewardedAdLoaded
- Add AdEventType.RewardedAdUnloaded
- Change Tags of AdEventType.UserCompletedVideo from [] to [Deprecated]
- Change Index of AdEventType.UserCompletedVideo from 2 to 5
- Change Tags of AdEventType.VideoLoaded from [] to [Deprecated]
- Change Index of AdEventType.VideoLoaded from 0 to 3
- Change Tags of AdEventType.VideoRemoved from [] to [Deprecated]
- Change Index of AdEventType.VideoRemoved from 1 to 4
- Add AvatarChatServiceFeature.UserVerifiedForVoice
- Add DecreaseMinimumPartDensityMode
- Add StudioStyleGuideColor.DiffLineNumHover
- Add StudioStyleGuideColor.DiffLineNumSeparatorBackgroundHover
(v0.616.0.6160659) version-e466aee842f345cf - No changes
(v0.616.0.6160656) version-c03f3dfb550949c1 - No changes
(v0.616.0.6160656) version-c76f0335390547f0Release notes - Remove AssetImportSession.GetCurrentStatusTable_DEPRECATED
- Remove AssetImportSession.GetInstance
- Remove AssetImportSession.GetRigVisualization_DEPRECATED
- Add
- Add AudioPlayer.Ended
- Add AudioPlayer.Looped
- Remove BaseImportData.GetStatuses_DEPRECATED
- Change PreferredDescriptor of from to CollaboratorColor3
- Change Tags of from [Hidden] to [Hidden, Deprecated]
- Add
- Add
- Add
- Add
- Add EditableImage.DrawProjectionImage
- Remove ExperienceNotificationService.CreateUserNotificationAsync
- Change Tags of from [Hidden, NotReplicated] to [Hidden]
- Change Tags of Instance.UniqueId from [Hidden, NotReplicated, NotScriptable] to [NotReplicated, NotScriptable]
- Remove LuaSourceContainer.CurrentEditor
- Remove
- Remove
- Remove
- Change Tags of Path2D from [] to [NotBrowsable]
- Remove Path2D.ControlPointLeftTangent
- Remove Path2D.ControlPointPosition
- Remove Path2D.ControlPointRightTangent
- Add Path2D.SelectedControlPointData
- Add RenderingTest.RenderingTestFrameCount
- Add SafetyService.IsCaptureModeForReport
- Add StreamingService.ConversationCleared
- Remove Studio.Automatically commit locked scripts when you save or publish to Roblox
- Change Tags of Terrain.ReadVoxelChannels from [] to [CustomLuaState]
- Change Tags of Terrain.WriteVoxelChannels from [] to [CustomLuaState]
- Remove UserNotification
- Remove UserNotificationPayload
- Remove UserNotificationPayloadAnalyticsData
- Remove UserNotificationPayloadJoinExperience
- Remove UserNotificationPayloadParameterValue
- Add VideoDeviceInput
- Add Active
- Add CameraId
- Add CaptureQuality
- Add IsReady
- Add VisualizationMode
- Add VisualizationModeCategory
- Add VisualizationModeService
- Add WorldRoot.StepPhysics
- Add ImageAlphaType
- Add Default
- Add LockCanvasAlpha
- Add LockCanvasColor
- Add ImageCombineType.Add
- Add ImageCombineType.AlphaBlend
- Add ImageCombineType.Multiply
- Add VideoDeviceCaptureQuality
- Add VideoError
- Add AllocFailed
- Add BadParameter
- Add CodecCloseFailed
- Add CodecInitFailed
- Add CreateFailed
- Add DecodeFailed
- Add DownloadFailed
- Add EAgain
- Add EncodeFailed
- Add Eof
- Add Generic
- Add NoPermission
- Add NoService
- Add Ok
- Add ParsingFailed
- Add ReleaseFailed
- Add StreamNotFound
- Add Unknown
- Add Unsupported
(v0.615.1.6150607) version-ba96566537b445e8 - No changes
(v0.615.1.6150607) version-8298469dd18b4349 - No changes
(v0.615.0.6150606) version-8ad2f6245e3e48f7 - No changes
(v0.615.0.6150606) version-ef38986dea3640c8Release notes - Add AccountService.DeviceAccessTokenAvailable
- Add AccountService.GetCredentialsHeaders
- Add AccountService.GetDeviceAccessToken
- Add BadgeService.CheckUserBadgesAsync
- Add ConversationalAIAcceptanceService.CodeRunnerActivated
- Add ConversationalAIAcceptanceService.CodeRunnerCompleted
- Add ConversationalAIAcceptanceService.CodeRunnerUndone
- Add ExperienceNotificationService.CanPromptOptInAsync
- Add ExperienceNotificationService.InvokeOptInPromptClosed
- Add ExperienceNotificationService.PromptOptIn
- Add ExperienceNotificationService.OptInPromptClosed
- Add ExperienceNotificationService.PromptOptInRequested
- Change ReadSecurity of HttpService.HttpEnabled from LocalUserSecurity to None
- Remove LuaSourceContainer.RuntimeSource
- Add
- Add RunService.RunState
- Add TextureGenerationService.CancelGenerationRequest
- Remove TextureGenerationService.CancelGenerationRequestAsync
- Add TextureGenerationService.CreatePartGroup
- Add TextureGenerationService.GenerateTexture
- Remove TextureGenerationService.GenerateTextureAsync
- Add TextureGenerationService.PreviewTexture
- Remove TextureGenerationService.PreviewTextureAsync
- Add TextureGenerationUnwrappingRequest
- Add ApplyToDataModel
- Add GetPartGroup
- Add
- Add Workspace.CSGAsyncDynamicCollision
- Add CSGAsyncDynamicCollision
- Add Default
- Add Disabled
- Add Experimental
- Add Font.BuilderSans
- Add Font.BuilderSansBold
- Add Font.BuilderSansExtraBold
- Add Font.BuilderSansMedium
- Change Index of Font.Unknown from 46 to 50
- Add RunState
(v0.614.0.6140412) version-cb331d8b7b3f42ec - No changes
(v0.614.1.6140414) version-cfadc2dd7bc847fb - No changes
(v0.614.1.6140414) version-61837661af534bfa - No changes
(v0.614.1.6140414) version-599be098e6e14352 - No changes
(v0.614.1.6140414) version-c6699083af824461 - No changes
(v0.614.0.6140412) version-31b6bb6f63a8412cRelease notes - Add AssetService.AudioMetadataFailedResponse
- Add AssetService.AudioMetadataRequest
- Add AssetService.AudioMetadataResponse
- Change Tags of BaseScript.LinkedSource from [] to [Deprecated]
- Add MarketplaceService.GetUserSubscriptionDetailsAsync
- Change Tags of ModuleScript.LinkedSource from [] to [Deprecated]
- Add Noise
- Add NoiseType
- Add Seed
- Add SampleDirectional
- Add SampleUniform
- Change Tags of Path2D from [NotBrowsable] to []
- Change WriteSecurity of Path2D.Thickness from RobloxScriptSecurity to None
- Change ReadSecurity of Path2D.Thickness from RobloxScriptSecurity to None
- Add Path2D.GetLength
- Add PublishService.CreateAssetOrAssetVersionAndPollAssetWithTelemetryAsync
- Add
- Add Studio.LoadAllBuiltinPluginsInRunModes
- Add Studio.LoadUserPluginsInRunModes
- Remove TextureGenerationMeshHandler
- Add TextureGenerationPartGroup
- Add GetInstances
- Add GetMeshIdsHash
- Add
- Change Tags of VRService.AutomaticScaling from [NotReplicated] to []
- Change CanSave of from true to false
- Change Tags of VRService.FadeOutViewOnCollision from [NotReplicated] to []
- Change CanSave of from true to false
- Change CanSave of from true to false
- Change Tags of from [Hidden] to [Hidden, NotReplicated]
- Change Tags of from [Hidden] to [Hidden, NotReplicated]
- Change CanSave of from true to false
- Change CanSave of VRService.VREnabled from true to false
- Add NoiseType
- Add SimplexGabor
- Add StudioCloseMode.LogOut
- Add StudioStyleGuideColor.BreakpointMarker
- Add SubscriptionExpirationReason
- Add Lapsed
- Add ProductDeleted
- Add ProductInactive
- Add SubscriberCancelled
- Add SubscriberRefunded
- Add SubscriptionState
- Remove TextureGenerationMeshHandlerUnwrapMode
(v0.613.1.6130510) version-b0be9ce0740f40b4 - No changes
(v0.613.0.6130507) version-addde8fab87841a4Release notes - Add AccountService.GetDeviceIntegrityTokenYield
- Change Default of BubbleChatMessageProperties.BackgroundTransparency from 0.10000000149011611938 to 0.10000000000000000555
- Add
- Change Tags of Path2D from [NotReplicated] to [NotBrowsable]
- Remove Path2D.AbsoluteSize
- Change ReadSecurity of Path2D.Color from RobloxScriptSecurity to None
- Change WriteSecurity of Path2D.Color from RobloxScriptSecurity to None
- Add Path2D.ControlPointLeftTangent
- Add Path2D.ControlPointPosition
- Add Path2D.ControlPointRightTangent
- Change WriteSecurity of Path2D.Position from RobloxScriptSecurity to None
- Change ReadSecurity of Path2D.Position from RobloxScriptSecurity to None
- Add
- Change Default of Path2D.SelectedControlPoint from 0 to 1
- Change ReadSecurity of Path2D.Visible from RobloxScriptSecurity to None
- Change WriteSecurity of Path2D.Visible from RobloxScriptSecurity to None
- Change WriteSecurity of Path2D.ZIndex from RobloxScriptSecurity to None
- Change ReadSecurity of Path2D.ZIndex from RobloxScriptSecurity to None
- Change Security of Path2D.GetControlPoint from RobloxScriptSecurity to None
- Change Security of Path2D.GetControlPoints from RobloxScriptSecurity to None
- Change Security of Path2D.GetPositionOnCurve from RobloxScriptSecurity to None
- Change Security of Path2D.GetPositionOnCurveArcLength from RobloxScriptSecurity to None
- Change Security of Path2D.GetTangentOnCurve from RobloxScriptSecurity to None
- Change Security of Path2D.GetTangentOnCurveArcLength from RobloxScriptSecurity to None
- Change Security of Path2D.InsertControlPoint from RobloxScriptSecurity to None
- Change Security of Path2D.RemoveControlPoint from RobloxScriptSecurity to None
- Change Security of Path2D.SetControlPoints from RobloxScriptSecurity to None
- Change Security of Path2D.UpdateControlPoint from RobloxScriptSecurity to None
- Change Parameters of ScriptContext.DeserializeScriptProfilerString from (jsonString: string) to (jsonString: string?)
- Add StreamingService.RunSandboxedCode
- Add Studio.EnableCodeAssist
- Change Parameters of StudioPublishService.OnPublishAttempt from () to (isPublishAs: bool)
- Remove
- Remove
- Remove
- Add UGCValidationService.ValidateCageUVCoincident
- Add UGCValidationService.ValidateEditableMeshCageUVCoincident
- Change Tags of VoiceChatService.UseAudioApi from [NotBrowsable] to []
- Add WireframeHandleAdornment.AddText
(v0.612.0.6120532) version-2e9ec7d22bf54930Release notes - Add ActivityHistoryService
- Add AdService.HideEudsaDisclosure
- Add AdService.ShowStaticEudsaDisclosure
- Add CollaboratorsService.GetSelectionHighlightsEnabled
- Add CollaboratorsService.ToggleSelectionHighlights
- Add CollaboratorsService.ToggleTeamCreate
- Add ControllerManager.UpDirection
- Add PhysicsSettings.DrawConstraintsNetForce
- Add PhysicsSettings.DrawContactsNetForce
- Add PhysicsSettings.DrawTotalNetForce
- Add PhysicsSettings.EnableForceVisualizationSmoothing
- Add PhysicsSettings.ForceVisualizationSmoothingSteps
- Add ProjectFolderService
- Change Category of VRService.AutomaticScaling from Data to Behavior
- Add VRService.AvatarGestures
- Change Category of VRService.FadeOutViewOnCollision from Data to Behavior
- Change Category of VRService.GuiInputUserCFrame from Data to Behavior
- Remove VisibilityService
(v0.611.0.6110429) version-0665e614fbb7422a - No changes
(v0.611.0.6110432) version-d5d84033452b4ad4Release notes - Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change Tags of from [Hidden, NotScriptable] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Change CanLoad of from true to false
- Change CanSave of from true to false
- Change Tags of from [] to [Hidden]
- Add CollaboratorsService.RequestFlyToCollaborator
- Change Tags of CylindricalConstraint.SoftlockAngularServoUponReachingTarget from [] to [Deprecated]
- Remove DataModelSession.DataModelCreated
- Remove DataModelSession.DataModelWillBeDestroyed
- Add DragDetector.PermissionPolicy
- Add DragDetector.SetPermissionPolicyFunction
- Change Tags of HingeConstraint.SoftlockServoUponReachingTarget from [] to [Deprecated]
- Add Path2D.GetControlPoint
- Add Path2D.InsertControlPoint
- Add Path2D.RemoveControlPoint
- Add Path2D.UpdateControlPoint
- Add PhysicsSettings.TorqueDrawScale
- Add Player.SetChatTranslationSettingsLocaleId
- Add
- Change Tags of SlidingBallConstraint.SoftlockServoUponReachingTarget from [] to [Deprecated]
- Add Studio.DraggerActiveColor
- Add Studio.DraggerMajorGridIncrement
- Add Studio.DraggerMaxSoftSnaps
- Add Studio.DraggerPassiveColor
- Add Studio.DraggerShowHoverRuler
- Add Studio.DraggerShowMeasurement
- Add Studio.DraggerShowTargetSnap
- Add Studio.DraggerSoftSnapMarginFactor
- Add Studio.DraggerSummonMarginFactor
- Add Studio.DraggerTiltRotateDuration
- Add
- Add DragDetectorPermissionPolicy
- Add Everybody
- Add Nobody
- Add Scriptable
(v0.610.0.6100472) version-4db4dbde9ef74270Release notes - Add AssetService.GetAudioMetadataAsync
- Add CaptureService.GetCaptureFilePathAsync
- Change Parameters of CaptureService.OpenShareCapturePrompt from (promptId: int64, contentId: Content, capturePath: string, launchData: string) to (promptId: int64, contentId: Content, launchData: string)
- Change Security of CollaboratorsService.CollaboratorIdleUpdate from RobloxSecurity to RobloxScriptSecurity
- Change Tags of CollaboratorsService.CollaboratorIdleUpdate from [Hidden] to []
- Change Tags of CollaboratorsService.CollaboratorInstanceCreatedSignal from [Hidden] to []
- Change Tags of CollaboratorsService.CollaboratorInstanceDestroyedSignal from [Hidden] to []
- Change Tags of CollaboratorsService.CollaboratorStatusUpdatedSignal from [Hidden] to []
- Remove MaterialGenerationService.GetAccountingBalanceAsync
- Remove MaterialGenerationService.RefillAccountingBalanceAsync
- Add Path2D.ZIndex
- Add Path2D.GetBoundingRect2D
- Add RootImportData.PreferredUploadId
- Change Parameters of StudioPublishService.PublishAs from (universeId: int64, placeId: int64, groupId: int64, isPublish: bool, publishParameters: Variant) to (universeId: int64, placeId: int64, groupId: int64, isPublish: bool, publishParameters: Variant, willRetryOnConflict: bool = false)
- Add TextureGenerationService
- Change Tags of VRService from [NotCreatable, Service] to [NotCreatable, Service, NotBrowsable]
- Change Default of VRService.AutomaticScaling from to World
- Change CanSave of VRService.AutomaticScaling from false to true
- Change CanLoad of VRService.AutomaticScaling from false to true
- Change Default of from to false
- Change CanSave of VRService.FadeOutViewOnCollision from false to true
- Change Default of VRService.FadeOutViewOnCollision from to true
- Change Tags of VRService.FadeOutViewOnCollision from [] to [NotReplicated]
- Change CanLoad of VRService.FadeOutViewOnCollision from false to true
- Change Default of VRService.GuiInputUserCFrame from to Head
- Change Tags of VRService.GuiInputUserCFrame from [] to [NotReplicated]
- Change Default of from to 50
- Change Default of from to
- Change Default of from to false
- Change Default of from to 0
- Change Default of VRService.ThirdPersonFollowCamEnabled from to true
- Change Default of from to false
- Change Default of from to
- Change Default of VRService.VREnabled from to false
- Change Default of from to Undefined
- Change Index of CollaboratorStatus.Editing3D from 0 to 1
- Change Value of CollaboratorStatus.Editing3D from 0 to 1
- Change Value of CollaboratorStatus.None from 3 to 0
- Change Index of CollaboratorStatus.None from 3 to 0
- Change Index of CollaboratorStatus.PrivateScripting from 2 to 3
- Change Value of CollaboratorStatus.PrivateScripting from 2 to 3
- Change Value of CollaboratorStatus.Scripting from 1 to 2
- Change Index of CollaboratorStatus.Scripting from 1 to 2
- Add ModerationStatus
- Add Invalid
- Add NotApplicable
- Add NotReviewed
- Add ReviewedApproved
- Add ReviewedRejected
(v0.609.1.6090387) version-1aa14760bb5b4dd8 - No changes
(v0.609.0.6090385) version-90840568139f4f87Release notes - Add CollaboratorsService.GetCollaboratorsList
- Change Security of CollaboratorsService.CollaboratorInstanceCreatedSignal from RobloxSecurity to RobloxScriptSecurity
- Change Security of CollaboratorsService.CollaboratorInstanceDestroyedSignal from RobloxSecurity to RobloxScriptSecurity
- Change Security of from RobloxSecurity to RobloxScriptSecurity
- Change Security of CollaboratorsService.CollaboratorStatusUpdatedSignal from RobloxSecurity to RobloxScriptSecurity
- Add
- Add PlayerViewService.GetDeviceCameraCFrameForSelfView
- Add RunService.GetRobloxGuiFocused
- Add RunService.RobloxGuiFocusedChanged
- Add
(v0.608.2.6080487) version-2f24a8b4fde64ad2 - No changes
(v0.608.2.6080487) version-7756f4a09f58461c - No changes
(v0.608.1.6080485) version-cfc798d0b18644fb - No changes
(v0.608.1.6080485) version-32efd2203cb84e24 - No changes
(v0.608.0.6080483) version-7aa7d197366748fa - No changes
(v0.608.0.6080483) version-74198ad141854dafRelease notes