-
(v0.604.0.6040509) version-3125948cd5a143d7 - Add CaptureService.OnSharePromptFinished
- Add CaptureService.PromptShareCapture
- Add CaptureService.OpenShareCapturePrompt
- Add CaptureService.UserCaptureSaved
- Add Constraint.GetDebugAppliedForce
- Add Constraint.GetDebugAppliedTorque
- Change Tags of EditableMesh from [] to [NotReplicated]
- Change Parameters of EditableMesh.AddTriangle from (int vertexId0, int vertexId1, int vertexId2) to (int64 vertexId0, int64 vertexId1, int64 vertexId2)
- Change ReturnType of EditableMesh.AddTriangle from int to int64
- Change ReturnType of EditableMesh.AddVertex from int to int64
- Change ReturnType of EditableMesh.FindClosestVertex from int to int64
- Change Parameters of EditableMesh.GetAdjacentTriangles from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.GetAdjacentVertices from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetPosition from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetTriangleVertices from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.GetUV from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexColor from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexColorAlpha from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexNormal from (int vertexId) to (int64 vertexId)
- Remove EditableMesh.Raycast
- Change Parameters of EditableMesh.RemoveTriangle from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.RemoveVertex from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.SetPosition from (int vertexId, Vector3 p) to (int64 vertexId, Vector3 p)
- Change Parameters of EditableMesh.SetUV from (int vertexId, Vector2 uv) to (int64 vertexId, Vector2 uv)
- Change Parameters of EditableMesh.SetVertexColor from (int vertexId, Color3 color) to (int64 vertexId, Color3 color)
- Change Parameters of EditableMesh.SetVertexColorAlpha from (int vertexId, float alpha) to (int64 vertexId, float alpha)
- Change Parameters of EditableMesh.SetVertexNormal from (int vertexId, Vector3 vnormal) to (int64 vertexId, Vector3 vnormal)
- Add EditableMesh.RaycastLocal
- Change Tags of EditableImage from [] to [NotReplicated]
- Add Path2D.Transparency
- Remove OperationTree
- Add Terrain.ReadVoxelChannels
- Add Terrain.WriteVoxelChannels
- Add SessionService.GenerateSessionInfoString
- Add StudioPublishService.PublishLocked
- Add StudioPublishService.OnPublishAttempt
- Add VoiceChatService.UseAudioApi
- Add OperationGraph
- Add AudioApiRollout
-
(v0.603.4.6030571) version-e9db14cef0174062 - Change Tags of UnreliableRemoteEvent from [NotBrowsable] to []
- Remove CaptureService.OnSharePromptFinished
- Remove CaptureService.PromptShareCapture
- Remove CaptureService.OpenShareCapturePrompt
- Remove CaptureService.UserCaptureSaved
- Remove Constraint.GetDebugAppliedForce
- Remove Constraint.GetDebugAppliedTorque
- Change Tags of EditableMesh from [NotReplicated] to []
- Change Parameters of EditableMesh.AddTriangle from (int64 vertexId0, int64 vertexId1, int64 vertexId2) to (int vertexId0, int vertexId1, int vertexId2)
- Change ReturnType of EditableMesh.AddTriangle from int64 to int
- Change ReturnType of EditableMesh.AddVertex from int64 to int
- Change ReturnType of EditableMesh.FindClosestVertex from int64 to int
- Change Parameters of EditableMesh.GetAdjacentTriangles from (int64 triangleId) to (int triangleId)
- Change Parameters of EditableMesh.GetAdjacentVertices from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.GetPosition from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.GetTriangleVertices from (int64 triangleId) to (int triangleId)
- Change Parameters of EditableMesh.GetUV from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.GetVertexColor from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.GetVertexColorAlpha from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.GetVertexNormal from (int64 vertexId) to (int vertexId)
- Remove EditableMesh.RaycastLocal
- Change Parameters of EditableMesh.RemoveTriangle from (int64 triangleId) to (int triangleId)
- Change Parameters of EditableMesh.RemoveVertex from (int64 vertexId) to (int vertexId)
- Change Parameters of EditableMesh.SetPosition from (int64 vertexId, Vector3 p) to (int vertexId, Vector3 p)
- Change Parameters of EditableMesh.SetUV from (int64 vertexId, Vector2 uv) to (int vertexId, Vector2 uv)
- Change Parameters of EditableMesh.SetVertexColor from (int64 vertexId, Color3 color) to (int vertexId, Color3 color)
- Change Parameters of EditableMesh.SetVertexColorAlpha from (int64 vertexId, float alpha) to (int vertexId, float alpha)
- Change Parameters of EditableMesh.SetVertexNormal from (int64 vertexId, Vector3 vnormal) to (int vertexId, Vector3 vnormal)
- Add EditableMesh.Raycast
- Change Tags of EditableImage from [NotReplicated] to []
- Remove Path2D.Transparency
- Remove OperationGraph
- Remove Terrain.ReadVoxelChannels
- Remove Terrain.WriteVoxelChannels
- Remove SessionService.GenerateSessionInfoString
- Remove StudioPublishService.PublishLocked
- Remove StudioPublishService.OnPublishAttempt
- Remove VoiceChatService.UseAudioApi
- Add OperationTree
- Remove AudioApiRollout
-
(v0.604.0.6040508) version-473eba3120254441 - Add CaptureService.OnSharePromptFinished
- Add CaptureService.PromptShareCapture
- Add CaptureService.OpenShareCapturePrompt
- Add CaptureService.UserCaptureSaved
- Add Constraint.GetDebugAppliedForce
- Add Constraint.GetDebugAppliedTorque
- Change Tags of EditableMesh from [] to [NotReplicated]
- Change Parameters of EditableMesh.AddTriangle from (int vertexId0, int vertexId1, int vertexId2) to (int64 vertexId0, int64 vertexId1, int64 vertexId2)
- Change ReturnType of EditableMesh.AddTriangle from int to int64
- Change ReturnType of EditableMesh.AddVertex from int to int64
- Change ReturnType of EditableMesh.FindClosestVertex from int to int64
- Change Parameters of EditableMesh.GetAdjacentTriangles from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.GetAdjacentVertices from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetPosition from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetTriangleVertices from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.GetUV from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexColor from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexColorAlpha from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.GetVertexNormal from (int vertexId) to (int64 vertexId)
- Remove EditableMesh.Raycast
- Change Parameters of EditableMesh.RemoveTriangle from (int triangleId) to (int64 triangleId)
- Change Parameters of EditableMesh.RemoveVertex from (int vertexId) to (int64 vertexId)
- Change Parameters of EditableMesh.SetPosition from (int vertexId, Vector3 p) to (int64 vertexId, Vector3 p)
- Change Parameters of EditableMesh.SetUV from (int vertexId, Vector2 uv) to (int64 vertexId, Vector2 uv)
- Change Parameters of EditableMesh.SetVertexColor from (int vertexId, Color3 color) to (int64 vertexId, Color3 color)
- Change Parameters of EditableMesh.SetVertexColorAlpha from (int vertexId, float alpha) to (int64 vertexId, float alpha)
- Change Parameters of EditableMesh.SetVertexNormal from (int vertexId, Vector3 vnormal) to (int64 vertexId, Vector3 vnormal)
- Add EditableMesh.RaycastLocal
- Change Tags of EditableImage from [] to [NotReplicated]
- Add Path2D.Transparency
- Remove OperationTree
- Add Terrain.ReadVoxelChannels
- Add Terrain.WriteVoxelChannels
- Add SessionService.GenerateSessionInfoString
- Add StudioPublishService.PublishLocked
- Add StudioPublishService.OnPublishAttempt
- Add VoiceChatService.UseAudioApi
- Add OperationGraph
- Add AudioApiRollout
-
(v0.603.1.6030565) version-a49a041d0c964fbc - No changes
-
(v0.603.0.6030563) version-cc0cec96f2434870 - Add BaseWrap.GetCageOffset
- Add ChatbotUIService.SetMaterialSettingsSignal
- Change Tags of InsertService.GetBaseSets from [Yields] to [Yields, Deprecated]
- Add BasePart.AngularAccelerationToTorque
- Add BasePart.TorqueToAngularAcceleration
- Add WorldRoot.Shapecast
- Add Workspace.PlayerCharacterDestroyBehavior
- Add Workspace.SetAvatarUnificationMode
- Add PlacesService.StopPlaySolo
- Add PlatformFriendsService.IsProfileEnabled
- Add PlatformFriendsService.ShowProfile
- Add PlatformFriendsService.GetPartyMembers
- Add StarterPlayer.LuaCharacterController
- Change Tags of UIFlexItem from [] to [NotBrowsable]
- Add TextureGenerationMeshHandler
- Add CharacterControlMode
- Add Default
- Add Legacy
- Add NoCharacterController
- Add LuaCharacterController
- Add PlayerCharacterDestroyBehavior
- Add TextureGenerationMeshHandlerUnwrapMode
- Add Never
- Add Always
- Add WhenInvalidUVsDetected
-
(v0.602.0.6020632) version-e8805a3e57da412a - Change Tags of ScreenGui.ClipToDeviceSafeArea from [NotBrowsable] to []
- Change Tags of ScreenGui.SafeAreaCompatibility from [NotBrowsable] to []
-
(v0.602.0.6020631) version-59b2169573044c17 - Remove AssetService.CreateDynamicMeshAsync
- Remove AssetService.createDynamicMeshFromPartAsync
- Add AssetService.CreateEditableMeshAsync
- Add AssetService.CreateEditableMeshFromPartAsync
- Remove DynamicMesh
- Remove MeshVersion
- Remove AddTriangle
- Remove AddVertex
- Remove FindClosestPointOnSurface
- Remove FindClosestVertex
- Remove FindVerticesWithinSphere
- Remove GetAdjacentTriangles
- Remove GetAdjacentVertices
- Remove GetPosition
- Remove GetTriangleVertices
- Remove GetTriangles
- Remove GetUV
- Remove GetVertexColor
- Remove GetVertexColorAlpha
- Remove GetVertexNormal
- Remove GetVertices
- Remove Raycast
- Remove RemoveTriangle
- Remove RemoveVertex
- Remove SetPosition
- Remove SetUV
- Remove SetVertexColor
- Remove SetVertexColorAlpha
- Remove SetVertexNormal
- Remove CreateMeshPartAsync
- Change Category of Path2D.Visible from Appearance to Data
- Add Path2D.Color
- Add Path2D.Thickness
- Add Path2D.GetPositionOnCurve
- Add Path2D.GetPositionOnCurveArcLength
- Add Path2D.GetSegmentCount
- Add Path2D.GetTangentOnCurve
- Add Path2D.GetTangentOnCurveArcLength
- Add MaterialGenerationService.GenerateMaterialVariantsAsync
- Add MaterialGenerationService.UploadMaterialVariantsAsync
- Change Parameters of RibbonNotificationService.ToggleNotificationTray from (bool checked) to (bool checked, bool newNotificationAvailable)
- Remove SocialService.PromptIrisInvite
- Remove SocialService.CanSendIrisInviteAsync
- Remove SocialService.IrisInvitePromptClosed
- Remove SocialService.OnIrisInviteInvoked
- Change Parameters of StreamingService.RequestError from (string requestId, string errorMessage) to (string requestId, string errorType, string errorMessage)
- Add StreamingService.SetPluginInfoCallback
- Add StudioAssetService.RequestAvatarAutosetupAsync
- Change Parameters of StudioPublishService.GamePublishFinished from (bool success, int64 gameId, string message) to (bool success, int64 gameId, string message, StudioPlaceUpdateFailureReason reason)
- Add UGCValidationService.RegisterUGCValidationFunction
- Add UGCValidationService.ValidateEditableImageSize
- Add AccountService
- Add EditableMesh
- Add MeshVersion
- Add AddTriangle
- Add AddVertex
- Add FindClosestPointOnSurface
- Add FindClosestVertex
- Add FindVerticesWithinSphere
- Add GetAdjacentTriangles
- Add GetAdjacentVertices
- Add GetPosition
- Add GetTriangleVertices
- Add GetTriangles
- Add GetUV
- Add GetVertexColor
- Add GetVertexColorAlpha
- Add GetVertexNormal
- Add GetVertices
- Add Raycast
- Add RemoveTriangle
- Add RemoveVertex
- Add SetPosition
- Add SetUV
- Add SetVertexColor
- Add SetVertexColorAlpha
- Add SetVertexNormal
- Add CreateMeshPartAsync
- Change Tags of AlignType.Parallel from [] to [Deprecated]
- Change Tags of AlignType.Perpendicular from [] to [Deprecated]
- Add AlignType.PrimaryAxisParallel
- Add AlignType.PrimaryAxisPerpendicular
- Add AlignType.PrimaryAxisLookAt
- Add AlignType.AllAxes
- Add ConnectionError.ReplacementReady
- Add PromptCreateAvatarResult
- Add Success
- Add PermissionDenied
- Add Timeout
- Add UploadFailed
- Add NoUserInput
- Add InvalidHumanoidDescription
- Add UGCValidationFailed
- Add ModeratedName
- Add MaxOutfits
- Add UnknownFailure
- Add StudioPlaceUpdateFailureReason
- Add Other
- Add TeamCreateConflict
-
(v0.601.0.6010507) version-0098be94f25546e4 - Remove AssetService.CreateDynamicImageAsync
- Add AssetService.CreateEditableImageAsync
- Add AssetService.createDynamicMeshFromPartAsync
- Add CaptureService.SaveCaptureToExternalStorage
- Add ChatbotUIService.GetSettings
- Add ChatbotUIService.ActionActivatedSignal
- Add ChatbotUIService.FindVariationsSignal
- Add ChatbotUIService.SettingChangedSignal
- Add ChatbotUIService.ShiftToAssetIdSignal
- Add ChatbotUIService.ShiftVariationSignal
- Remove DynamicImage
- Remove Size
- Remove Copy
- Remove Crop
- Remove DrawCircle
- Remove DrawImage
- Remove DrawLine
- Remove DrawRectangle
- Remove ReadPixels
- Remove Resize
- Remove Rotate
- Remove WritePixels
- Add PackageLink.DefaultName
- Add PackageLink.SerializedDefaultAttributes
- Change Superclass of RemoteEvent from Instance to BaseRemoteEvent
- Remove RibbonNotificationService.NewNotificationFromPlugin
- Remove RibbonNotificationService.NewNotificationFromPlugin2
- Change Parameters of RibbonNotificationService.NewNotificationFromRibbon from (string notificationId) to (string newNotificationId)
- Remove RibbonNotificationService.NewNotificationId
- Add RibbonNotificationService.OnNotificationUpdateFromPlugin
- Add RibbonNotificationService.ToggleNotificationTray
- Change Security of RomarkService.EndRemoteRomarkTest from RobloxScriptSecurity to None
- Change Tags of Sound.EmitterSize from [] to [Deprecated]
- Change Tags of Sound.MaxDistance from [] to [Deprecated]
- Change Tags of Sound.MinDistance from [] to [Deprecated]
- Change Parameters of StreamingService.RequestStarted from (string requestId) to (string requestId, string queryToProcess)
- Add StreamingService.GetEphemeralVariable
- Add StreamingService.InvokeCommand
- Add StreamingService.RegisterSequentialCommand
- Add StreamingService.SetEphemeralVariable
- Add StreamingService.SequentialCommandsFinished
- Change Parameters of StudioAssetService.ShowSaveToRoblox from (Objects instances, Variant assetType) to (Objects instances, Variant assetType, bool hasSubsequent = false)
- Change Parameters of StudioAssetService.OnSaveToRoblox from (Objects instances, Variant assetType) to (Objects instances, Variant assetType, bool hasSubsequent)
- Add StudioAssetService.FireOnUGCSubmitCompleted
- Add StudioAssetService.OnUGCSubmitCompleted
- Add BaseRemoteEvent
- Add UnreliableRemoteEvent
- Add FireAllClients
- Add FireClient
- Add FireServer
- Add OnClientEvent
- Add OnServerEvent
- Add EditableImage
- Add Size
- Add Copy
- Add Crop
- Add DrawCircle
- Add DrawImage
- Add DrawLine
- Add DrawRectangle
- Add ReadPixels
- Add Resize
- Add Rotate
- Add WritePixels
- Add Path2D
- Add AbsoluteSize
- Add Position
- Add SelectedControlPoint
- Add Visible
- Add GetControlPoints
- Add SetControlPoints
- Add CoreGuiType.Captures
-
(v0.600.1.6000716) version-136dd6d101d24a75 - Add HingeConstraint.SoftlockServoUponReachingTarget
- Add SlidingBallConstraint.SoftlockServoUponReachingTarget
- Add CylindricalConstraint.SoftlockAngularServoUponReachingTarget
- Add GeometryService.HashMeshAsync
- Add GeometryService.StitchMeshesAsync
- Change ReturnType of MemoryStoreSortedMap.GetAsync from Variant to Tuple
- Change Parameters of MemoryStoreSortedMap.GetRangeAsync from (SortDirection direction, int count, string exclusiveLowerBound = , string exclusiveUpperBound = ) to (SortDirection direction, int count, Variant exclusiveLowerBound, Variant exclusiveUpperBound)
- Change Parameters of MemoryStoreSortedMap.SetAsync from (string key, Variant value, int64 expiration) to (string key, Variant value, int64 expiration, Variant sortKey)
- Change ReturnType of MemoryStoreSortedMap.UpdateAsync from Variant to Tuple
- Add ClientReplicator.RequestServerScriptProfilingData
- Add OpenCloudService.RegistrationComplete
- Add TriangleMeshPart.FluidFidelity
- Remove Workspace.NewPhysicsSolver
- Add Workspace.PrimalPhysicsSolver
- Remove PhysicsSettings.ShowFluidForcesForSelectedOrHoveredAssemblies
- Add PhysicsSettings.ShowFluidForcesForSelectedOrHoveredMechanisms
- Add RibbonNotificationService.NewNotificationFromPlugin2
- Add RibbonNotificationService.NewNotificationFromRibbon
- Add ScriptContext.GetScriptProfilingData
- Add SocialService.PromptPhoneBook
- Add SocialService.CanSendCallInviteAsync
- Add SocialService.CallInviteStateChanged
- Add SocialService.PhoneBookPromptClosed
- Add SocialService.OnCallInviteInvoked
- Remove UGCValidationService.ValidateTextureRGBFromFile
- Add UGCValidationService.GetDynamicHeadMeshInactiveControls
- Add UGCValidationService.ValidateImageTransparencyThresholdByteString
- Add UGCValidationService.ValidateImageTransparencyThresholdTextureID
- Add EngineAPICloudProcessingService
- Remove PhysicsSolver
- Add FluidFidelity
- Add Automatic
- Add UseCollisionGeometry
- Add UsePreciseGeometry
- Add InviteState
- Add PrimalPhysicsSolver
- Add Default
- Add Experimental
- Add Disabled
-
(v0.599.1.5990473) version-3584f7d6f45a4084 - No changes
-
(v0.599.0.5990470) version-f7e67602149a43e4 - Change WriteSecurity of Accessory.AccessoryType from RobloxScriptSecurity to None
- Add AssetImportSession.CreatePresetFromData
- Add ViewportFrame.CaptureSnapshotAsync
- Add AdGui.EnableVideoAds
- Add AdGui.OnAdEvent
- Change Tags of GuiService.TopbarInset from [Hidden, ReadOnly, NotReplicated] to [ReadOnly, NotReplicated]
- Add Workspace.NewPhysicsSolver
- Change Tags of Sound.EmitterSize from [Deprecated] to []
- Change Tags of Sound.MaxDistance from [Deprecated] to []
- Change Tags of Sound.MinDistance from [Deprecated] to []
- Add SoundService.AudioInstanceAdded
- Change CanLoad of TextChatService.ChatTranslationEnabled from true to false
- Change CanSave of TextChatService.ChatTranslationEnabled from true to false
- Change Tags of TextChatService.ChatTranslationEnabled from [] to [NotReplicated]
- Change Tags of TextChatService.ChatTranslationToggleEnabled from [] to [Hidden, NotReplicated]
- Add TextChatService.ChatTranslationFTUXShown
- Add UIListLayout.ItemLineAlignment
- Add UserGameSettings.ChatTranslationEnabled
- Add UserGameSettings.ChatTranslationFTUXShown
- Add UserGameSettings.ChatTranslationToggleEnabled
- Add Platform.PS5
- Add AdEventType
- Add VideoLoaded
- Add VideoRemoved
- Add UserCompletedVideo
- Add PhysicsSolver
-
(v0.598.0.5980624) version-32301f72dce64d3d - Change WriteSecurity of Accessory.AccessoryType from NotAccessibleSecurity to RobloxScriptSecurity
- Change Tags of Camera.SetCameraPanMode from [] to [Deprecated]
- Change Tags of DragDetector from [NotBrowsable] to []
- Change Parameters of GeometryService.CalculateConstraintsToPreserve from (Instance source, Objects destination, Dictionary options = nil) to (Instance source, Array destination, Dictionary options = nil)
- Change Parameters of GeometryService.IntersectAsync from (Instance part, Objects parts, Dictionary options = nil) to (Instance part, Array parts, Dictionary options = nil)
- Change ReturnType of GeometryService.IntersectAsync from Objects to Array
- Change Parameters of GeometryService.SubtractAsync from (Instance part, Objects parts, Dictionary options = nil) to (Instance part, Array parts, Dictionary options = nil)
- Change ReturnType of GeometryService.SubtractAsync from Objects to Array
- Change Parameters of GeometryService.UnionAsync from (Instance part, Objects parts, Dictionary options = nil) to (Instance part, Array parts, Dictionary options = nil)
- Change ReturnType of GeometryService.UnionAsync from Objects to Array
- Add GuiService.SendUIOcclusionMetricsForQueryRegion
- Add OpenCloudService.RegisterOpenCloud
- Add OpenCloudService.HttpRequestAsync
- Add OpenCloudService.InvokeAsync
- Change Parameters of SocialService.InvokeIrisInvite from (Instance player, string tag, Array irisParticipantIds) to (Instance player, string tag, Array irisParticipants)
- Add StudioWidget.SetFixedSize
- Add StudioWidgetsService.GetWidgetFromPluginGui
- Remove TeamCreateService.GetIsUseUniverseSearchNewEndpoint
- Add UGCValidationService.ValidateTextureAlpha
- Add UGCValidationService.ValidateTextureAlphaByteString
- Add UGCValidationService.ValidateTextureRGBFromFile
- Add UIListLayout.HorizontalFlex
- Add UIListLayout.VerticalFlex
- Add UIListLayout.Wraps
- Add UIFlexItem
- Add FlexMode
- Add GrowRatio
- Add ItemLineAlignment
- Add ShrinkRatio
- Add ItemLineAlignment
- Add UIFlexAlignment
- Add None
- Add Fill
- Add SpaceAround
- Add SpaceBetween
- Add SpaceEvenly
- Add UIFlexMode
-
(v0.597.1.5970668) version-20001c2f99364dfd - Remove AssetImportService.GetAllTemplates
- Remove AssetImportService.GetTemplate
- Remove AssetImportService.RemoveTemplate
- Remove AssetImportService.SaveTemplate
- Add AssetImportService.GetAllPresets
- Add AssetImportService.GetPreset
- Add AssetImportService.RemovePreset
- Add AssetImportService.SavePreset
- Remove AssetImportSession.ApplyTemplate
- Add AssetImportSession.ApplyPreset
- Change MemoryCategory of AudioAnalyzer from Instances to Internal
- Change MemoryCategory of AudioChorus from Instances to Internal
- Change MemoryCategory of AudioCompressor from Instances to Internal
- Change MemoryCategory of AudioDeviceInput from Instances to Internal
- Change MemoryCategory of AudioDeviceOutput from Instances to Internal
- Change MemoryCategory of AudioDistortion from Instances to Internal
- Change MemoryCategory of AudioEcho from Instances to Internal
- Change MemoryCategory of AudioEmitter from Instances to Internal
- Change MemoryCategory of AudioEqualizer from Instances to Internal
- Change MemoryCategory of AudioFader from Instances to Internal
- Change MemoryCategory of AudioFlanger from Instances to Internal
- Change MemoryCategory of AudioListener from Instances to Internal
- Change MemoryCategory of AudioPitchShifter from Instances to Internal
- Change MemoryCategory of AudioPlayer from Instances to Internal
- Change MemoryCategory of AudioReverb from Instances to Internal
- Remove BaseImportData.CreateTemplateFromData
- Add BaseImportData.CreatePresetFromData
- Change Tags of AirController from [NotBrowsable] to []
- Change Tags of ClimbController from [NotBrowsable] to []
- Change Tags of GroundController from [NotBrowsable] to []
- Change Tags of SwimController from [NotBrowsable] to []
- Change Tags of ControllerManager from [NotBrowsable] to []
- Add MarketplaceService.PerformSubscriptionPurchase
- Change ReturnType of ScriptEditorService.UpdateSourceAsync from Tuple to null
- Change Tags of BuoyancySensor from [NotBrowsable] to []
- Change Tags of ControllerPartSensor from [NotBrowsable] to []
- Add Studio.Camera Speed Adjust Binding
- Change Tags of StudioAttachment from [] to [NotReplicated]
- Change Tags of StudioCallout from [NotCreatable, NotReplicated] to [NotReplicated]
- Remove StudioWidgetsService.ShowSpotlight
- Add StudioWidgetsService.ApplyFillInBox
- Add StudioWidgetsService.ApplyHighlight
- Add StudioWidgetsService.ApplyShadows
- Add StudioWidgetsService.ApplySpotlight
- Remove TutorialService.HideOnlyNamedWidgets
- Remove TutorialService.ShowOnlyNamedWidgets
- Add TutorialService.HideWidgets
- Add TutorialService.ShowWidgets
- Add AvatarCreationService
- Add LogReporterService
- Add ReportLog
- Add StudioStyleGuideColor.OnboardingCover
- Add StudioStyleGuideColor.OnboardingHighlight
- Add StudioStyleGuideColor.OnboardingShadow
- Add CameraSpeedAdjustBinding
-
(v0.596.1.5960685) version-4fe23c5c32374967 - Change Tags of Humanoid.EvaluateStateMachine from [NotBrowsable] to []
-
(v0.596.0.5960683) version-e64bb876b388488f - Add Animator.RootMotion
- Add Animator.RootMotionWeight
- Add AppUpdateService.CanPerformBinaryUpdate
- Remove AssetImportSession.UploadCompleteDeprecated
- Add RootImportData.ValidateUgcBody
- Add HttpService.GetSecret
- Remove Humanoid.ApplyDescriptionBlocking
- Add Workspace.EditorLiveScripting
- Add TextChatCommand.AutocompleteVisible
- Add TutorialService.GetTutorialIDToLaunch
- Add TutorialService.HideOnlyNamedWidgets
- Add TutorialService.ShowOnlyNamedWidgets
- Add UGCValidationService.ValidateUVValuesInReference
- Add AccessoryDescription
- Add CreationDBService
- Add ReflectionService
- Add GetPropertyNames
- Add ScreenInsets.TopbarSafeInsets
- Add EditorLiveScripting
-
(v0.595.0.5950541) version-2ba85a75f8114838 - Add DynamicImage.DrawLine
- Add Terrain.GrassLength
- Remove Workspace.HumanoidOnlySetCollisionsOnStateChange
- Add PhysicsSettings.FluidForceDrawScale
- Add PhysicsSettings.ShowFluidForcesForSelectedOrHoveredAssemblies
- Change Tags of StudioCallout from [] to [NotCreatable, NotReplicated]
- Change Tags of StudioObjectBase from [] to [NotCreatable, NotReplicated]
- Change Tags of StudioWidget from [] to [NotCreatable, NotReplicated]
- Change Parameters of StudioWidgetsService.AttachPluginGui from (StudioWidget target, PluginGui gui) to (StudioWidget target, PluginGui gui, StudioAttachment attachment)
- Add TextChatMessage.Translation
- Add TextChatMessageProperties.Translation
- Add TextChatService.ChatTranslationEnabled
- Add TextChatService.ChatTranslationToggleEnabled
- Add BodyPartDescription
- Add OperationTree
- Add PlayerViewService
- Add StudioAttachment
- Add AutoHideParent
- Add IsArrowVisible
- Add Offset
- Add SourceAnchorPoint
- Add TargetAnchorPoint
- Remove HumanoidOnlySetCollisionsOnStateChange
- Add SaveAvatarThumbnailCustomizationFailure.Throttled
- Add OperationType
- Add Null
- Add Union
- Add Subtraction
- Add Intersection
- Add Primitive
- Add PrimitiveType
- Add ServerLiveEditingMode
- Add Uninitialized
- Add Enabled
- Add Disabled
-
(v0.594.0.5940525) version-3037aa0ed8604f4a - Add AssetService.PromptImportAnimationClipFromVideoAsync
- Add AnimationConstraint.C0
- Add AnimationConstraint.C1
- Add AnimationConstraint.Part0
- Add AnimationConstraint.Part1
- Add DynamicImage.Copy
- Add FaceAnimatorService.FaceTrackingStatusEnum
- Add PhysicsSettings.AreNonAnchorsShown
- Change Security of Players.UserSubscriptionStatusChanged from RobloxScriptSecurity to None
- Add StarterPlayer.AnimationCompositorMode
- Add UserInputService.GetImageForKeyCode
- Add StudioWidgetsService
- Add AttachPluginGui
- Add GetWidgetFromLabel
- Add HideSpotlight
- Add ShowSpotlight
- Change Value of TeleportMethod.TeleportUnknown from 4 to 5
- Add TeleportMethod.TeleportToVIPServer
- Add TeleportType.ToVIPServer
- Add AnimationClipFromVideoStatus
- Add Initializing
- Add Pending
- Add Processing
- Add ErrorGeneric
- Add Success
- Add ErrorVideoTooLong
- Add ErrorNoPersonDetected
- Add ErrorVideoUnstable
- Add Timeout
- Add Cancelled
- Add ErrorMultiplePeople
- Add ErrorUploadingVideo
- Add AnimationCompositorMode
- Add TrackerFaceTrackingStatus