Click a date to expand or collapse changes.
- (v0.605.0.6050654)
version-1a1b72e4332b4e04Release notes
- Add CaptureService.OnCaptureBegan
- Add CaptureService.OnCaptureEnded
- Add CaptureService.OnSavePromptFinished
- Add CaptureService.PromptSaveCapturesToGallery
- Change Parameters of CaptureService.PromptShareCapture
from
(contentId: Content, launchData: Dictionary, onAcceptedCallback: Function, onDeniedCallback: Function)
to
(contentId: Content, launchData: string, onAcceptedCallback: Function, onDeniedCallback: Function)
- Add CaptureService.CaptureBegan
- Add CaptureService.CaptureEnded
- Change Security of CaptureService.CaptureSaved
from
RobloxScriptSecurity
to
None
- Add CaptureService.OpenSaveCapturesPrompt
- Change Parameters of CaptureService.OpenShareCapturePrompt
from
(promptId: int64, contentId: Content, capturePath: string, launchData: Dictionary)
to
(promptId: int64, contentId: Content, capturePath: string, launchData: string)
- Change Parameters of CollectionService.GetCollection
from
(class: string)
to
(clazz: string)
- Add ExperienceStateCaptureService
- Add MemoryStoreHashMap.ListItemsAsync
- Add MemoryStoreHashMapPages
- Add PhysicsSettings.AreGravityForcesShownForSelectedOrHoveredAssemblies
- Add PlatformCloudStorageService
- Add ScreenshotHud.HideCoreGuiForCaptures
- Add ScreenshotHud.HidePlayerGuiForCaptures
- Add SessionService.AcquireContextFocus
- Add SessionService.GetSessionTag
- Add SessionService.IsContextFocused
- Add SessionService.ReleaseContextFocus
- Change Parameters of SessionService.RemoveMetadata
from
(sid: string, key: string)
to
(sid: string, key: string, context: string = )
- Change Parameters of SessionService.RemoveSession
from
(sid: string)
to
(sid: string, context: string = )
- Change Parameters of SessionService.SetMetadata
from
(sid: string, key: string, value: Variant)
to
(sid: string, key: string, value: Variant, context: string = )
- Change Parameters of SessionService.SetSession
from
(parentSid: string, childSid: string, tag: string)
to
(parentSid: string, childSid: string, tag: string, context: string = )
- Add StreamingService.ExecuteCommandAsync
- Change WriteSecurity of TextBox.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change ReadSecurity of TextBox.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextBox.LocalizationMatchIdentifier
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change ReadSecurity of TextBox.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextBox.LocalizationMatchedSourceText
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change WriteSecurity of TextBox.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Change WriteSecurity of TextButton.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change ReadSecurity of TextButton.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextButton.LocalizationMatchIdentifier
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change ReadSecurity of TextButton.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Change WriteSecurity of TextButton.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextButton.LocalizationMatchedSourceText
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change WriteSecurity of TextLabel.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextLabel.LocalizationMatchIdentifier
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change ReadSecurity of TextLabel.LocalizationMatchIdentifier
from
RobloxSecurity
to
RobloxScriptSecurity
- Change WriteSecurity of TextLabel.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Change Tags of TextLabel.LocalizationMatchedSourceText
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated]
- Change ReadSecurity of TextLabel.LocalizationMatchedSourceText
from
RobloxSecurity
to
RobloxScriptSecurity
- Add UGCValidationService.CalculateEditableMeshUniqueUVCount
- Add UGCValidationService.CheckEditableMeshInCameraFrustum
- Add UGCValidationService.CompareTextureOverlapByteString
- Add UGCValidationService.CompareTextureOverlapTextureId
- Add UGCValidationService.GetDynamicHeadEditableMeshInactiveControls
- Add UGCValidationService.GetEditableImageSize
- Add UGCValidationService.GetEditableMeshTriCount
- Add UGCValidationService.GetEditableMeshVertColors
- Add UGCValidationService.GetEditableMeshVerts
- Add UGCValidationService.ValidateDynamicHeadEditableMesh
- Add UGCValidationService.ValidateEditableImageNumTextureChannels
- Add UGCValidationService.ValidateEditableMeshBounds
- Add UGCValidationService.ValidateEditableMeshCageMeshIntersection
- Add UGCValidationService.ValidateEditableMeshCageNonManifoldAndHoles
- Add UGCValidationService.ValidateEditableMeshCageUVTriangleArea
- Add UGCValidationService.ValidateEditableMeshFullBodyCageDeletion
- Add UGCValidationService.ValidateEditableMeshMisMatchUV
- Add UGCValidationService.ValidateEditableMeshOverlappingVertices
- Add UGCValidationService.ValidateEditableMeshTriangleArea
- Add UGCValidationService.ValidateEditableMeshTriangles
- Add UGCValidationService.ValidateEditableMeshUVSpace
- Add UGCValidationService.ValidateEditableMeshUVValuesInReference
- Add UGCValidationService.ValidateEditableMeshUniqueUVCount
- Add UGCValidationService.ValidateEditableMeshVertColors
- Add UGCValidationService.ValidateSkinnedEditableMesh
- Change PreferredDescriptor of UserInputService.GetUserCFrame
from
to
GetUserCFrame
- Change Tags of UserInputService.GetUserCFrame
from
[]
to
[Deprecated]
- Change PreferredDescriptor of UserInputService.UserCFrameChanged
from
to
UserCFrameChanged
- Change Tags of UserInputService.UserCFrameChanged
from
[]
to
[Deprecated]
- Add VoiceChatService.TurnServerInfoAcked
- Add VoiceChatService.TurnServerInfoRequested
- Add HttpCompression
- (v0.604.0.6040509)
version-3125948cd5a143d7Release notes
- Add CaptureService.OnSharePromptFinished
- Add CaptureService.PromptShareCapture
- Add CaptureService.OpenShareCapturePrompt
- Add CaptureService.UserCaptureSaved
- Add Constraint.GetDebugAppliedForce
- Add Constraint.GetDebugAppliedTorque
- Change Tags of EditableImage
from
[]
to
[NotReplicated]
- Change Tags of EditableMesh
from
[]
to
[NotReplicated]
- Change Parameters of EditableMesh.AddTriangle
from
(vertexId0: int, vertexId1: int, vertexId2: int)
to
(vertexId0: int64, vertexId1: int64, vertexId2: int64)
- 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
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.GetAdjacentVertices
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetPosition
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetTriangleVertices
from
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.GetUV
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexColor
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexColorAlpha
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexNormal
from
(vertexId: int)
to
(vertexId: int64)
- Remove EditableMesh.Raycast
- Add EditableMesh.RaycastLocal
- Change Parameters of EditableMesh.RemoveTriangle
from
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.RemoveVertex
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.SetPosition
from
(vertexId: int, p: Vector3)
to
(vertexId: int64, p: Vector3)
- Change Parameters of EditableMesh.SetUV
from
(vertexId: int, uv: Vector2)
to
(vertexId: int64, uv: Vector2)
- Change Parameters of EditableMesh.SetVertexColor
from
(vertexId: int, color: Color3)
to
(vertexId: int64, color: Color3)
- Change Parameters of EditableMesh.SetVertexColorAlpha
from
(vertexId: int, alpha: float)
to
(vertexId: int64, alpha: float)
- Change Parameters of EditableMesh.SetVertexNormal
from
(vertexId: int, vnormal: Vector3)
to
(vertexId: int64, vnormal: Vector3)
- Add OperationGraph
- Remove OperationTree
- Add Path2D.Transparency
- Add SessionService.GenerateSessionInfoString
- Add StudioPublishService.PublishLocked
- Add StudioPublishService.OnPublishAttempt
- Add Terrain.ReadVoxelChannels
- Add Terrain.WriteVoxelChannels
- Add VoiceChatService.UseAudioApi
- Add AudioApiRollout
- (v0.603.4.6030571)
version-e9db14cef0174062Release notes
- Remove CaptureService.OnSharePromptFinished
- Remove CaptureService.PromptShareCapture
- Remove CaptureService.OpenShareCapturePrompt
- Remove CaptureService.UserCaptureSaved
- Remove Constraint.GetDebugAppliedForce
- Remove Constraint.GetDebugAppliedTorque
- Change Tags of EditableImage
from
[NotReplicated]
to
[]
- Change Tags of EditableMesh
from
[NotReplicated]
to
[]
- Change Parameters of EditableMesh.AddTriangle
from
(vertexId0: int64, vertexId1: int64, vertexId2: int64)
to
(vertexId0: int, vertexId1: int, vertexId2: int)
- 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
(triangleId: int64)
to
(triangleId: int)
- Change Parameters of EditableMesh.GetAdjacentVertices
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.GetPosition
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.GetTriangleVertices
from
(triangleId: int64)
to
(triangleId: int)
- Change Parameters of EditableMesh.GetUV
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.GetVertexColor
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.GetVertexColorAlpha
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.GetVertexNormal
from
(vertexId: int64)
to
(vertexId: int)
- Add EditableMesh.Raycast
- Remove EditableMesh.RaycastLocal
- Change Parameters of EditableMesh.RemoveTriangle
from
(triangleId: int64)
to
(triangleId: int)
- Change Parameters of EditableMesh.RemoveVertex
from
(vertexId: int64)
to
(vertexId: int)
- Change Parameters of EditableMesh.SetPosition
from
(vertexId: int64, p: Vector3)
to
(vertexId: int, p: Vector3)
- Change Parameters of EditableMesh.SetUV
from
(vertexId: int64, uv: Vector2)
to
(vertexId: int, uv: Vector2)
- Change Parameters of EditableMesh.SetVertexColor
from
(vertexId: int64, color: Color3)
to
(vertexId: int, color: Color3)
- Change Parameters of EditableMesh.SetVertexColorAlpha
from
(vertexId: int64, alpha: float)
to
(vertexId: int, alpha: float)
- Change Parameters of EditableMesh.SetVertexNormal
from
(vertexId: int64, vnormal: Vector3)
to
(vertexId: int, vnormal: Vector3)
- Remove OperationGraph
- Add OperationTree
- Remove Path2D.Transparency
- Remove SessionService.GenerateSessionInfoString
- Remove StudioPublishService.PublishLocked
- Remove StudioPublishService.OnPublishAttempt
- Remove Terrain.ReadVoxelChannels
- Remove Terrain.WriteVoxelChannels
- Change Tags of UnreliableRemoteEvent
from
[NotBrowsable]
to
[]
- Remove VoiceChatService.UseAudioApi
- Remove AudioApiRollout
- (v0.604.0.6040508)
version-473eba3120254441Release notes
- Add CaptureService.OnSharePromptFinished
- Add CaptureService.PromptShareCapture
- Add CaptureService.OpenShareCapturePrompt
- Add CaptureService.UserCaptureSaved
- Add Constraint.GetDebugAppliedForce
- Add Constraint.GetDebugAppliedTorque
- Change Tags of EditableImage
from
[]
to
[NotReplicated]
- Change Tags of EditableMesh
from
[]
to
[NotReplicated]
- Change Parameters of EditableMesh.AddTriangle
from
(vertexId0: int, vertexId1: int, vertexId2: int)
to
(vertexId0: int64, vertexId1: int64, vertexId2: int64)
- 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
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.GetAdjacentVertices
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetPosition
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetTriangleVertices
from
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.GetUV
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexColor
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexColorAlpha
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.GetVertexNormal
from
(vertexId: int)
to
(vertexId: int64)
- Remove EditableMesh.Raycast
- Add EditableMesh.RaycastLocal
- Change Parameters of EditableMesh.RemoveTriangle
from
(triangleId: int)
to
(triangleId: int64)
- Change Parameters of EditableMesh.RemoveVertex
from
(vertexId: int)
to
(vertexId: int64)
- Change Parameters of EditableMesh.SetPosition
from
(vertexId: int, p: Vector3)
to
(vertexId: int64, p: Vector3)
- Change Parameters of EditableMesh.SetUV
from
(vertexId: int, uv: Vector2)
to
(vertexId: int64, uv: Vector2)
- Change Parameters of EditableMesh.SetVertexColor
from
(vertexId: int, color: Color3)
to
(vertexId: int64, color: Color3)
- Change Parameters of EditableMesh.SetVertexColorAlpha
from
(vertexId: int, alpha: float)
to
(vertexId: int64, alpha: float)
- Change Parameters of EditableMesh.SetVertexNormal
from
(vertexId: int, vnormal: Vector3)
to
(vertexId: int64, vnormal: Vector3)
- Add OperationGraph
- Remove OperationTree
- Add Path2D.Transparency
- Add SessionService.GenerateSessionInfoString
- Add StudioPublishService.PublishLocked
- Add StudioPublishService.OnPublishAttempt
- Add Terrain.ReadVoxelChannels
- Add Terrain.WriteVoxelChannels
- Add VoiceChatService.UseAudioApi
- Add AudioApiRollout
- (v0.601.0.6010507)
version-0098be94f25546e4Release notes
- Remove AssetService.CreateDynamicImageAsync
- Add AssetService.CreateEditableImageAsync
- Add AssetService.createDynamicMeshFromPartAsync
- Add BaseRemoteEvent
- Add CaptureService.SaveCaptureToExternalStorage
- Add ChatbotUIService.GetSettings
- Add ChatbotUIService.ActionActivatedSignal
- Add ChatbotUIService.FindVariationsSignal
- Add ChatbotUIService.SettingChangedSignal
- Add ChatbotUIService.ShiftToAssetIdSignal
- Add ChatbotUIService.ShiftVariationSignal
- Remove DynamicImage
- Add EditableImage
- Add MeshPart.DynamicMeshData
- Add PackageLink.DefaultName
- Add PackageLink.SerializedDefaultAttributes
- Add Path2D
- Change Superclass of RemoteEvent
from
Instance
to
BaseRemoteEvent
- Remove RibbonNotificationService.NewNotificationFromPlugin
- Remove RibbonNotificationService.NewNotificationFromPlugin2
- Add RibbonNotificationService.OnNotificationUpdateFromPlugin
- Change Parameters of RibbonNotificationService.NewNotificationFromRibbon
from
(notificationId: string)
to
(newNotificationId: string)
- Remove RibbonNotificationService.NewNotificationId
- Add RibbonNotificationService.ToggleNotificationTray
- Change Security of RomarkService.EndRemoteRomarkTest
from
RobloxScriptSecurity
to
None
- Change PreferredDescriptor of Sound.EmitterSize
from
to
RollOffMinDistance
- Change Tags of Sound.EmitterSize
from
[]
to
[Deprecated]
- Change PreferredDescriptor of Sound.MaxDistance
from
to
RollOffMaxDistance
- Change Tags of Sound.MaxDistance
from
[]
to
[Deprecated]
- Change PreferredDescriptor of Sound.MinDistance
from
to
RollOffMinDistance
- Change Tags of Sound.MinDistance
from
[]
to
[Deprecated]
- Change PreferredDescriptor of Sound.xmlRead_MaxDistance_3
from
to
RollOffMaxDistance
- Change Tags of Sound.xmlRead_MaxDistance_3
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated, NotScriptable, Deprecated]
- Change Tags of Sound.xmlRead_MinDistance_3
from
[Hidden, NotReplicated, NotScriptable]
to
[Hidden, NotReplicated, NotScriptable, Deprecated]
- Change PreferredDescriptor of Sound.xmlRead_MinDistance_3
from
to
RollOffMinDistance
- Add StreamingService.GetEphemeralVariable
- Add StreamingService.InvokeCommand
- Add StreamingService.RegisterSequentialCommand
- Add StreamingService.SetEphemeralVariable
- Change Parameters of StreamingService.RequestStarted
from
(requestId: string)
to
(requestId: string, queryToProcess: string)
- Add StreamingService.SequentialCommandsFinished
- Add StudioAssetService.FireOnUGCSubmitCompleted
- Change Parameters of StudioAssetService.ShowSaveToRoblox
from
(instances: Objects, assetType: Variant)
to
(instances: Objects, assetType: Variant, hasSubsequent: bool = false)
- Change Parameters of StudioAssetService.OnSaveToRoblox
from
(instances: Objects, assetType: Variant)
to
(instances: Objects, assetType: Variant, hasSubsequent: bool)
- Add StudioAssetService.OnUGCSubmitCompleted
- Add UnreliableRemoteEvent
- Add CoreGuiType.Captures
- Change Index of Material.Air
from
19
to
35
- Change Index of Material.Asphalt
from
31
to
29
- Change Index of Material.Basalt
from
26
to
14
- Change Index of Material.Brick
from
11
to
9
- Change Index of Material.Cobblestone
from
18
to
11
- Change Index of Material.Concrete
from
3
to
7
- Change Index of Material.CorrodedMetal
from
4
to
18
- Change Index of Material.CrackedLava
from
28
to
15
- Change Index of Material.DiamondPlate
from
5
to
19
- Change Index of Material.Fabric
from
14
to
25
- Change Index of Material.Foil
from
6
to
20
- Change Index of Material.ForceField
from
36
to
34
- Change Index of Material.Glacier
from
22
to
32
- Change Index of Material.Glass
from
30
to
33
- Change Index of Material.Granite
from
10
to
8
- Change Index of Material.Grass
from
7
to
22
- Change Index of Material.Ground
from
27
to
28
- Change Index of Material.Ice
from
8
to
31
- Change Index of Material.LeafyGrass
from
32
to
23
- Change Index of Material.Limestone
from
34
to
16
- Change Index of Material.Marble
from
9
to
5
- Change Index of Material.Metal
from
16
to
21
- Change Index of Material.Mud
from
25
to
27
- Change Index of Material.Neon
from
29
to
2
- Change Index of Material.Pavement
from
35
to
17
- Change Index of Material.Pebble
from
12
to
10
- Change Index of Material.Rock
from
21
to
12
- Change Index of Material.Salt
from
33
to
30
- Change Index of Material.Sand
from
13
to
24
- Change Index of Material.Sandstone
from
24
to
13
- Change Index of Material.Slate
from
2
to
6
- Change Index of Material.SmoothPlastic
from
15
to
1
- Change Index of Material.Snow
from
23
to
26
- Change Index of Material.Water
from
20
to
36
- Change Index of Material.Wood
from
1
to
3
- Change Index of Material.WoodPlanks
from
17
to
4
- (v0.600.1.6000716)
version-136dd6d101d24a75Release notes
- Add ClientReplicator.RequestServerScriptProfilingData
- Add CylindricalConstraint.SoftlockAngularServoUponReachingTarget
- Add DynamicImage.ImageData
- Add EngineAPICloudProcessingService
- Add GeometryService.HashMeshAsync
- Add GeometryService.StitchMeshesAsync
- Add HingeConstraint.SoftlockServoUponReachingTarget
- Change ReturnType of MemoryStoreSortedMap.GetAsync
from
Variant
to
Tuple
- Change Parameters of MemoryStoreSortedMap.GetRangeAsync
from
(direction: SortDirection, count: int, exclusiveLowerBound: string = , exclusiveUpperBound: string = )
to
(direction: SortDirection, count: int, exclusiveLowerBound: Variant, exclusiveUpperBound: Variant)
- Change Parameters of MemoryStoreSortedMap.SetAsync
from
(key: string, value: Variant, expiration: int64)
to
(key: string, value: Variant, expiration: int64, sortKey: Variant)
- Change ReturnType of MemoryStoreSortedMap.UpdateAsync
from
Variant
to
Tuple
- Add OpenCloudService.RegistrationComplete
- Remove PhysicsSettings.ShowFluidForcesForSelectedOrHoveredAssemblies
- Add PhysicsSettings.ShowFluidForcesForSelectedOrHoveredMechanisms
- Add RibbonNotificationService.NewNotificationFromPlugin2
- Add RibbonNotificationService.NewNotificationFromRibbon
- Add ScriptContext.GetScriptProfilingData
- Add SlidingBallConstraint.SoftlockServoUponReachingTarget
- Add SocialService.CanSendCallInviteAsync
- Add SocialService.PromptPhoneBook
- Add SocialService.CallInviteStateChanged
- Add SocialService.PhoneBookPromptClosed
- Add SocialService.OnCallInviteInvoked
- Add TriangleMeshPart.FluidFidelity
- Add TriangleMeshPart.FluidFidelityInternal
- Add UGCValidationService.GetDynamicHeadMeshInactiveControls
- Add UGCValidationService.ValidateImageTransparencyThresholdByteString
- Add UGCValidationService.ValidateImageTransparencyThresholdTextureID
- Remove UGCValidationService.ValidateTextureRGBFromFile
- Add VoiceChatService.VoiceChatSubscriptionInitialBatchEmpty
- Remove Workspace.NewPhysicsSolver
- Add Workspace.PrimalPhysicsSolver
- Add FluidFidelity
- Change Index of Font.Antique
from
16
to
15
- Change Index of Font.Arcade
from
14
to
13
- Change Index of Font.Bodoni
from
8
to
7
- Change Index of Font.Cartoon
from
10
to
9
- Change Index of Font.Code
from
11
to
10
- Change Index of Font.Fantasy
from
15
to
14
- Change Index of Font.Garamond
from
9
to
8
- Change Index of Font.Highway
from
12
to
11
- Change Index of Font.SciFi
from
13
to
12
- Change Index of Font.SourceSansItalic
from
7
to
6
- Change Index of Font.SourceSansLight
from
6
to
5
- Change Index of Font.SourceSansSemibold
from
5
to
16
- Add InviteState
- Change Index of KeyCode.Break
from
120
to
231
- Change Index of KeyCode.ButtonA
from
142
to
238
- Change Index of KeyCode.ButtonB
from
143
to
239
- Change Index of KeyCode.ButtonL1
from
145
to
241
- Change Index of KeyCode.ButtonL2
from
147
to
243
- Change Index of KeyCode.ButtonL3
from
149
to
245
- Change Index of KeyCode.ButtonR1
from
144
to
240
- Change Index of KeyCode.ButtonR2
from
146
to
242
- Change Index of KeyCode.ButtonR3
from
148
to
244
- Change Index of KeyCode.ButtonSelect
from
151
to
247
- Change Index of KeyCode.ButtonStart
from
150
to
246
- Change Index of KeyCode.ButtonX
from
140
to
236
- Change Index of KeyCode.ButtonY
from
141
to
237
- Change Index of KeyCode.CapsLock
from
110
to
214
- Change Index of KeyCode.Compose
from
116
to
227
- Change Index of KeyCode.DPadDown
from
155
to
251
- Change Index of KeyCode.DPadLeft
from
152
to
248
- Change Index of KeyCode.DPadRight
from
153
to
249
- Change Index of KeyCode.DPadUp
from
154
to
250
- Change Index of KeyCode.Down
from
94
to
190
- Change Index of KeyCode.End
from
99
to
195
- Change Index of KeyCode.Euro
from
123
to
234
- Change Index of KeyCode.F1
from
125
to
198
- Change Index of KeyCode.F10
from
134
to
207
- Change Index of KeyCode.F11
from
135
to
208
- Change Index of KeyCode.F12
from
136
to
209
- Change Index of KeyCode.F13
from
137
to
210
- Change Index of KeyCode.F14
from
138
to
211
- Change Index of KeyCode.F15
from
139
to
212
- Change Index of KeyCode.F2
from
126
to
199
- Change Index of KeyCode.F3
from
127
to
200
- Change Index of KeyCode.F4
from
128
to
201
- Change Index of KeyCode.F5
from
129
to
202
- Change Index of KeyCode.F6
from
130
to
203
- Change Index of KeyCode.F7
from
131
to
204
- Change Index of KeyCode.F8
from
132
to
205
- Change Index of KeyCode.F9
from
133
to
206
- Change Index of KeyCode.Help
from
117
to
228
- Change Index of KeyCode.Home
from
98
to
194
- Change Index of KeyCode.Insert
from
97
to
193
- Change Index of KeyCode.KeypadDivide
from
87
to
183
- Change Index of KeyCode.KeypadEight
from
84
to
180
- Change Index of KeyCode.KeypadEnter
from
91
to
187
- Change Index of KeyCode.KeypadEquals
from
92
to
188
- Change Index of KeyCode.KeypadFive
from
81
to
177
- Change Index of KeyCode.KeypadFour
from
80
to
176
- Change Index of KeyCode.KeypadMinus
from
89
to
185
- Change Index of KeyCode.KeypadMultiply
from
88
to
184
- Change Index of KeyCode.KeypadNine
from
85
to
181
- Change Index of KeyCode.KeypadOne
from
77
to
173
- Change Index of KeyCode.KeypadPeriod
from
86
to
182
- Change Index of KeyCode.KeypadPlus
from
90
to
186
- Change Index of KeyCode.KeypadSeven
from
83
to
179
- Change Index of KeyCode.KeypadSix
from
82
to
178
- Change Index of KeyCode.KeypadThree
from
79
to
175
- Change Index of KeyCode.KeypadTwo
from
78
to
174
- Change Index of KeyCode.KeypadZero
from
76
to
172
- Change Index of KeyCode.Left
from
96
to
192
- Change Index of KeyCode.LeftAlt
from
106
to
221
- Change Index of KeyCode.LeftControl
from
108
to
219
- Change Index of KeyCode.LeftMeta
from
104
to
223
- Change Index of KeyCode.LeftShift
from
102
to
217
- Change Index of KeyCode.LeftSuper
from
113
to
224
- Change Index of KeyCode.Menu
from
121
to
232
- Change Index of KeyCode.Mode
from
115
to
226
- Change Index of KeyCode.NumLock
from
111
to
213
- Change Index of KeyCode.PageDown
from
101
to
197
- Change Index of KeyCode.PageUp
from
100
to
196
- Change Index of KeyCode.Power
from
122
to
233
- Change Index of KeyCode.Print
from
118
to
229
- Change Index of KeyCode.Right
from
95
to
191
- Change Index of KeyCode.RightAlt
from
107
to
220
- Change Index of KeyCode.RightControl
from
109
to
218
- Change Index of KeyCode.RightMeta
from
105
to
222
- Change Index of KeyCode.RightShift
from
103
to
216
- Change Index of KeyCode.RightSuper
from
114
to
225
- Change Index of KeyCode.ScrollLock
from
112
to
215
- Change Index of KeyCode.SysReq
from
119
to
230
- Change Index of KeyCode.Thumbstick1
from
156
to
252
- Change Index of KeyCode.Thumbstick2
from
157
to
253
- Change Index of KeyCode.Undo
from
124
to
235
- Change Index of KeyCode.Up
from
93
to
189
- Change Index of KeyCode.World0
from
158
to
76
- Change Index of KeyCode.World1
from
159
to
77
- Change Index of KeyCode.World10
from
168
to
86
- Change Index of KeyCode.World11
from
169
to
87
- Change Index of KeyCode.World12
from
170
to
88
- Change Index of KeyCode.World13
from
171
to
89
- Change Index of KeyCode.World14
from
172
to
90
- Change Index of KeyCode.World15
from
173
to
91
- Change Index of KeyCode.World16
from
174
to
92
- Change Index of KeyCode.World17
from
175
to
93
- Change Index of KeyCode.World18
from
176
to
94
- Change Index of KeyCode.World19
from
177
to
95
- Change Index of KeyCode.World2
from
160
to
78
- Change Index of KeyCode.World20
from
178
to
96
- Change Index of KeyCode.World21
from
179
to
97
- Change Index of KeyCode.World22
from
180
to
98
- Change Index of KeyCode.World23
from
181
to
99
- Change Index of KeyCode.World24
from
182
to
100
- Change Index of KeyCode.World25
from
183
to
101
- Change Index of KeyCode.World26
from
184
to
102
- Change Index of KeyCode.World27
from
185
to
103
- Change Index of KeyCode.World28
from
186
to
104
- Change Index of KeyCode.World29
from
187
to
105
- Change Index of KeyCode.World3
from
161
to
79
- Change Index of KeyCode.World30
from
188
to
106
- Change Index of KeyCode.World31
from
189
to
107
- Change Index of KeyCode.World32
from
190
to
108
- Change Index of KeyCode.World33
from
191
to
109
- Change Index of KeyCode.World34
from
192
to
110
- Change Index of KeyCode.World35
from
193
to
111
- Change Index of KeyCode.World36
from
194
to
112
- Change Index of KeyCode.World37
from
195
to
113
- Change Index of KeyCode.World38
from
196
to
114
- Change Index of KeyCode.World39
from
197
to
115
- Change Index of KeyCode.World4
from
162
to
80
- Change Index of KeyCode.World40
from
198
to
116
- Change Index of KeyCode.World41
from
199
to
117
- Change Index of KeyCode.World42
from
200
to
118
- Change Index of KeyCode.World43
from
201
to
119
- Change Index of KeyCode.World44
from
202
to
120
- Change Index of KeyCode.World45
from
203
to
121
- Change Index of KeyCode.World46
from
204
to
122
- Change Index of KeyCode.World47
from
205
to
123
- Change Index of KeyCode.World48
from
206
to
124
- Change Index of KeyCode.World49
from
207
to
125
- Change Index of KeyCode.World5
from
163
to
81
- Change Index of KeyCode.World50
from
208
to
126
- Change Index of KeyCode.World51
from
209
to
127
- Change Index of KeyCode.World52
from
210
to
128
- Change Index of KeyCode.World53
from
211
to
129
- Change Index of KeyCode.World54
from
212
to
130
- Change Index of KeyCode.World55
from
213
to
131
- Change Index of KeyCode.World56
from
214
to
132
- Change Index of KeyCode.World57
from
215
to
133
- Change Index of KeyCode.World58
from
216
to
134
- Change Index of KeyCode.World59
from
217
to
135
- Change Index of KeyCode.World6
from
164
to
82
- Change Index of KeyCode.World60
from
218
to
136
- Change Index of KeyCode.World61
from
219
to
137
- Change Index of KeyCode.World62
from
220
to
138
- Change Index of KeyCode.World63
from
221
to
139
- Change Index of KeyCode.World64
from
222
to
140
- Change Index of KeyCode.World65
from
223
to
141
- Change Index of KeyCode.World66
from
224
to
142
- Change Index of KeyCode.World67
from
225
to
143
- Change Index of KeyCode.World68
from
226
to
144
- Change Index of KeyCode.World69
from
227
to
145
- Change Index of KeyCode.World7
from
165
to
83
- Change Index of KeyCode.World70
from
228
to
146
- Change Index of KeyCode.World71
from
229
to
147
- Change Index of KeyCode.World72
from
230
to
148
- Change Index of KeyCode.World73
from
231
to
149
- Change Index of KeyCode.World74
from
232
to
150
- Change Index of KeyCode.World75
from
233
to
151
- Change Index of KeyCode.World76
from
234
to
152
- Change Index of KeyCode.World77
from
235
to
153
- Change Index of KeyCode.World78
from
236
to
154
- Change Index of KeyCode.World79
from
237
to
155
- Change Index of KeyCode.World8
from
166
to
84
- Change Index of KeyCode.World80
from
238
to
156
- Change Index of KeyCode.World81
from
239
to
157
- Change Index of KeyCode.World82
from
240
to
158
- Change Index of KeyCode.World83
from
241
to
159
- Change Index of KeyCode.World84
from
242
to
160
- Change Index of KeyCode.World85
from
243
to
161
- Change Index of KeyCode.World86
from
244
to
162
- Change Index of KeyCode.World87
from
245
to
163
- Change Index of KeyCode.World88
from
246
to
164
- Change Index of KeyCode.World89
from
247
to
165
- Change Index of KeyCode.World9
from
167
to
85
- Change Index of KeyCode.World90
from
248
to
166
- Change Index of KeyCode.World91
from
249
to
167
- Change Index of KeyCode.World92
from
250
to
168
- Change Index of KeyCode.World93
from
251
to
169
- Change Index of KeyCode.World94
from
252
to
170
- Change Index of KeyCode.World95
from
253
to
171
- Change Index of NormalId.Bottom
from
1
to
4
- Change Index of NormalId.Front
from
3
to
5
- Change Index of NormalId.Left
from
5
to
3
- Change Index of NormalId.Right
from
4
to
0
- Change Index of NormalId.Top
from
0
to
1
- Remove PhysicsSolver
- Add PrimalPhysicsSolver
- (v0.598.0.5980624)
version-32301f72dce64d3dRelease notes
- 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
(source: Instance, destination: Objects, options: Dictionary = nil)
to
(source: Instance, destination: Array, options: Dictionary = nil)
- Change Parameters of GeometryService.IntersectAsync
from
(part: Instance, parts: Objects, options: Dictionary = nil)
to
(part: Instance, parts: Array, options: Dictionary = nil)
- Change ReturnType of GeometryService.IntersectAsync
from
Objects
to
Array
- Change Parameters of GeometryService.SubtractAsync
from
(part: Instance, parts: Objects, options: Dictionary = nil)
to
(part: Instance, parts: Array, options: Dictionary = nil)
- Change ReturnType of GeometryService.SubtractAsync
from
Objects
to
Array
- Change Parameters of GeometryService.UnionAsync
from
(part: Instance, parts: Objects, options: Dictionary = nil)
to
(part: Instance, parts: Array, options: Dictionary = nil)
- Change ReturnType of GeometryService.UnionAsync
from
Objects
to
Array
- Add GuiService.SendUIOcclusionMetricsForQueryRegion
- Add OpenCloudService.HttpRequestAsync
- Add OpenCloudService.InvokeAsync
- Add OpenCloudService.RegisterOpenCloud
- Change Parameters of SocialService.InvokeIrisInvite
from
(player: Instance, tag: string, irisParticipantIds: Array)
to
(player: Instance, tag: string, irisParticipants: Array)
- Add StudioWidget.SetFixedSize
- Add StudioWidgetsService.GetWidgetFromPluginGui
- Remove TeamCreateService.GetIsUseUniverseSearchNewEndpoint
- Add UGCValidationService.ValidateTextureAlpha
- Add UGCValidationService.ValidateTextureAlphaByteString
- Add UGCValidationService.ValidateTextureRGBFromFile
- Add UIFlexItem
- Add UIListLayout.HorizontalFlex
- Add UIListLayout.VerticalFlex
- Add UIListLayout.Wraps
- Add VoiceChatService.VoiceChatplayerMuteStatusChangedEvent
- Change Index of AnimationPriority.Action
from
2
to
3
- Change Index of AnimationPriority.Action2
from
3
to
4
- Change Index of AnimationPriority.Action3
from
4
to
5
- Change Index of AnimationPriority.Action4
from
5
to
6
- Change Index of AnimationPriority.Core
from
6
to
0
- Change Index of AnimationPriority.Idle
from
0
to
1
- Change Index of AnimationPriority.Movement
from
1
to
2
- Change Index of AssetType.DressSkirtAccessory
from
54
to
53
- Change Index of AssetType.DynamicHead
from
57
to
58
- Change Index of AssetType.EarAccessory
from
42
to
41
- Change Index of AssetType.EmoteAnimation
from
44
to
43
- Change Index of AssetType.EyeAccessory
from
43
to
42
- Change Index of AssetType.FontFamily
from
58
to
54
- Change Index of AssetType.JacketAccessory
from
49
to
48
- Change Index of AssetType.LeftShoeAccessory
from
52
to
51
- Change Index of AssetType.MoodAnimation
from
41
to
57
- Change Index of AssetType.PantsAccessory
from
48
to
47
- Change Index of AssetType.RightShoeAccessory
from
53
to
52
- Change Index of AssetType.ShirtAccessory
from
47
to
46
- Change Index of AssetType.ShortsAccessory
from
51
to
50
- Change Index of AssetType.SweaterAccessory
from
50
to
49
- Change Index of AssetType.TShirtAccessory
from
46
to
45
- Change Index of AssetType.Video
from
45
to
44
- Change Index of AvatarAssetType.BackAccessory
from
7
to
17
- Change Index of AvatarAssetType.Face
from
13
to
5
- Change Index of AvatarAssetType.FaceAccessory
from
3
to
13
- Change Index of AvatarAssetType.FrontAccessory
from
6
to
16
- Change Index of AvatarAssetType.Gear
from
11
to
6
- Change Index of AvatarAssetType.HairAccessory
from
2
to
12
- Change Index of AvatarAssetType.Head
from
12
to
4
- Change Index of AvatarAssetType.LeftArm
from
16
to
9
- Change Index of AvatarAssetType.LeftLeg
from
17
to
10
- Change Index of AvatarAssetType.NeckAccessory
from
4
to
14
- Change Index of AvatarAssetType.Pants
from
10
to
3
- Change Index of AvatarAssetType.RightArm
from
15
to
8
- Change Index of AvatarAssetType.RightLeg
from
18
to
11
- Change Index of AvatarAssetType.Shirt
from
9
to
2
- Change Index of AvatarAssetType.ShoulderAccessory
from
5
to
15
- Change Index of AvatarAssetType.Torso
from
14
to
7
- Change Index of AvatarAssetType.WaistAccessory
from
8
to
18
- Change Index of BreakReason.SpecialBreakpoint
from
3
to
2
- Change Index of BreakReason.UserBreakpoint
from
2
to
3
- Change Index of CameraType.Attach
from
2
to
1
- Change Index of CameraType.Watch
from
1
to
2
- Change Index of ComputerCameraMovementMode.Classic
from
2
to
1
- Change Index of ComputerCameraMovementMode.Follow
from
1
to
2
- Change Index of ContextActionResult.Pass
from
0
to
1
- Change Index of ContextActionResult.Sink
from
1
to
0
- Change Index of ControlMode.Classic
from
1
to
0
- Change Index of ControlMode.MouseLockSwitch
from
0
to
1
- Change Index of CustomCameraMode.Classic
from
2
to
1
- Change Index of CustomCameraMode.Follow
from
1
to
2
- Change Index of DebuggerExceptionBreakMode.Always
from
2
to
1
- Change Index of DebuggerExceptionBreakMode.Unhandled
from
1
to
2
- Change Index of FilterResult.Accepted
from
1
to
0
- Change Index of FilterResult.Rejected
from
0
to
1
- Change Index of GuiType.CustomBillboards
from
2
to
3
- Change Index of GuiType.PlayerNameplates
from
3
to
2
- Add ItemLineAlignment
- Change Index of MeshType.Brick
from
8
to
6
- Change Index of MeshType.CornerWedge
from
7
to
11
- Change Index of MeshType.Cylinder
from
10
to
4
- Change Index of MeshType.FileMesh
from
11
to
5
- Change Index of MeshType.ParallelRamp
from
5
to
9
- Change Index of MeshType.Prism
from
3
to
7
- Change Index of MeshType.Pyramid
from
4
to
8
- Change Index of MeshType.RightAngleRamp
from
6
to
10
- Change Index of MeshType.Sphere
from
9
to
3
- Change Index of ModifierKey.Alt
from
0
to
2
- Change Index of ModifierKey.Meta
from
2
to
3
- Change Index of ModifierKey.Shift
from
3
to
0
- Change Index of NameOcclusion.NoOcclusion
from
2
to
0
- Change Index of NameOcclusion.OccludeAll
from
0
to
2
- Change Index of PathStatus.ClosestNoPath
from
1
to
2
- Change Index of PathStatus.ClosestOutOfRange
from
2
to
3
- Change Index of PathStatus.FailFinishNotEmpty
from
4
to
5
- Change Index of PathStatus.FailStartNotEmpty
from
3
to
4
- Change Index of PathStatus.NoPath
from
5
to
1
- Change Index of PoseEasingDirection.In
from
2
to
0
- Change Index of PoseEasingDirection.InOut
from
1
to
2
- Change Index of PoseEasingDirection.Out
from
0
to
1
- Change Index of SortOrder.Custom
from
2
to
1
- Change Index of SortOrder.LayoutOrder
from
0
to
2
- Change Index of SortOrder.Name
from
1
to
0
- Change Index of Technology.Compatibility
from
0
to
1
- Change Index of Technology.Future
from
4
to
3
- Change Index of Technology.Legacy
from
3
to
4
- Change Index of Technology.Voxel
from
1
to
0
- Change Index of TextXAlignment.Center
from
1
to
2
- Change Index of TextXAlignment.Right
from
2
to
1
- Change Index of TouchCameraMovementMode.Classic
from
2
to
1
- Change Index of TouchCameraMovementMode.Follow
from
1
to
2
- Add UIFlexAlignment
- Add UIFlexMode
- Change Index of VRSessionState.Focused
from
2
to
3
- Change Index of VRSessionState.Idle
from
0
to
1
- Change Index of VRSessionState.Stopping
from
3
to
4
- Change Index of VRSessionState.Undefined
from
4
to
0
- Change Index of VRSessionState.Visible
from
1
to
2
- Change Index of VerticalScrollBarPosition.Left
from
0
to
1
- Change Index of VerticalScrollBarPosition.Right
from
1
to
0
- (v0.597.1.5970668)
version-20001c2f99364dfdRelease notes
- Change Tags of AirController
from
[NotBrowsable]
to
[]
- Add AssetImportService.GetAllPresets
- Remove AssetImportService.GetAllTemplates
- Add AssetImportService.GetPreset
- Remove AssetImportService.GetTemplate
- Add AssetImportService.RemovePreset
- Remove AssetImportService.RemoveTemplate
- Add AssetImportService.SavePreset
- Remove AssetImportService.SaveTemplate
- Add AssetImportSession.ApplyPreset
- Remove AssetImportSession.ApplyTemplate
- 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
- Add AvatarCreationService
- Add BaseImportData.CreatePresetFromData
- Remove BaseImportData.CreateTemplateFromData
- Change Tags of BuoyancySensor
from
[NotBrowsable]
to
[]
- Change Tags of ClimbController
from
[NotBrowsable]
to
[]
- Change Tags of ControllerManager
from
[NotBrowsable]
to
[]
- Change Tags of ControllerPartSensor
from
[NotBrowsable]
to
[]
- Change ThreadSafety of DynamicImage.ReadPixels
from
Unsafe
to
Safe
- Change Tags of GroundController
from
[NotBrowsable]
to
[]
- Add LogReporterService
- Add MarketplaceService.PerformSubscriptionPurchase
- Add Player.ServerUpdatedHead
- Change ReturnType of ScriptEditorService.UpdateSourceAsync
from
Tuple
to
null
- Add Studio.Camera Speed Adjust Binding
- Change Tags of StudioAttachment
from
[]
to
[NotReplicated]
- Change Tags of StudioCallout
from
[NotCreatable, NotReplicated]
to
[NotReplicated]
- Add StudioWidgetsService.ApplyFillInBox
- Add StudioWidgetsService.ApplyHighlight
- Add StudioWidgetsService.ApplyShadows
- Add StudioWidgetsService.ApplySpotlight
- Remove StudioWidgetsService.ShowSpotlight
- Change Tags of SwimController
from
[NotBrowsable]
to
[]
- Remove TutorialService.HideOnlyNamedWidgets
- Add TutorialService.HideWidgets
- Remove TutorialService.ShowOnlyNamedWidgets
- Add TutorialService.ShowWidgets
- Add VoiceChatService.PublishStateChange
- Add VoiceChatService.SubscribeStateChange
- Change Parameters of VoiceChatService.SubscriptionHandshakeAcked
from
(eventTag: int, handshakeAnswer: string, userToMute: string, sessionId: string)
to
(eventTag: int64, handshakeAnswer: string, usersToMute: string, sessionId: string)
- Change Parameters of VoiceChatService.SubscriptionHandshakeCompleted
from
(subscriptionInfo: string, sessionId: string)
to
(sessionId: string, eventTag: int64)
- Change Parameters of VoiceChatService.SubscriptionHandshakeInitiated
from
(handshakeOffer: string, subscriptionInfo: string, isNewConnection: bool, sessionId: string)
to
(handshakeOffer: string, newSubscriptionStates: string, isNewConnection: bool, sessionId: string, eventTag: int64)
- Add CameraSpeedAdjustBinding
- Change Index of KeyCode.ButtonA
from
238
to
142
- Change Index of KeyCode.ButtonB
from
239
to
143
- Change Index of KeyCode.ButtonL1
from
241
to
145
- Change Index of KeyCode.ButtonL2
from
243
to
147
- Change Index of KeyCode.ButtonL3
from
245
to
149
- Change Index of KeyCode.ButtonR1
from
240
to
144
- Change Index of KeyCode.ButtonR2
from
242
to
146
- Change Index of KeyCode.ButtonR3
from
244
to
148
- Change Index of KeyCode.ButtonSelect
from
247
to
151
- Change Index of KeyCode.ButtonStart
from
246
to
150
- Change Index of KeyCode.ButtonX
from
236
to
140
- Change Index of KeyCode.ButtonY
from
237
to
141
- Change Index of KeyCode.DPadDown
from
251
to
155
- Change Index of KeyCode.DPadLeft
from
248
to
152
- Change Index of KeyCode.DPadRight
from
249
to
153
- Change Index of KeyCode.DPadUp
from
250
to
154
- Change Index of KeyCode.Thumbstick1
from
252
to
156
- Change Index of KeyCode.Thumbstick2
from
253
to
157
- Change Index of KeyCode.World0
from
140
to
158
- Change Index of KeyCode.World1
from
141
to
159
- Change Index of KeyCode.World10
from
150
to
168
- Change Index of KeyCode.World11
from
151
to
169
- Change Index of KeyCode.World12
from
152
to
170
- Change Index of KeyCode.World13
from
153
to
171
- Change Index of KeyCode.World14
from
154
to
172
- Change Index of KeyCode.World15
from
155
to
173
- Change Index of KeyCode.World16
from
156
to
174
- Change Index of KeyCode.World17
from
157
to
175
- Change Index of KeyCode.World18
from
158
to
176
- Change Index of KeyCode.World19
from
159
to
177
- Change Index of KeyCode.World2
from
142
to
160
- Change Index of KeyCode.World20
from
160
to
178
- Change Index of KeyCode.World21
from
161
to
179
- Change Index of KeyCode.World22
from
162
to
180
- Change Index of KeyCode.World23
from
163
to
181
- Change Index of KeyCode.World24
from
164
to
182
- Change Index of KeyCode.World25
from
165
to
183
- Change Index of KeyCode.World26
from
166
to
184
- Change Index of KeyCode.World27
from
167
to
185
- Change Index of KeyCode.World28
from
168
to
186
- Change Index of KeyCode.World29
from
169
to
187
- Change Index of KeyCode.World3
from
143
to
161
- Change Index of KeyCode.World30
from
170
to
188
- Change Index of KeyCode.World31
from
171
to
189
- Change Index of KeyCode.World32
from
172
to
190
- Change Index of KeyCode.World33
from
173
to
191
- Change Index of KeyCode.World34
from
174
to
192
- Change Index of KeyCode.World35
from
175
to
193
- Change Index of KeyCode.World36
from
176
to
194
- Change Index of KeyCode.World37
from
177
to
195
- Change Index of KeyCode.World38
from
178
to
196
- Change Index of KeyCode.World39
from
179
to
197
- Change Index of KeyCode.World4
from
144
to
162
- Change Index of KeyCode.World40
from
180
to
198
- Change Index of KeyCode.World41
from
181
to
199
- Change Index of KeyCode.World42
from
182
to
200
- Change Index of KeyCode.World43
from
183
to
201
- Change Index of KeyCode.World44
from
184
to
202
- Change Index of KeyCode.World45
from
185
to
203
- Change Index of KeyCode.World46
from
186
to
204
- Change Index of KeyCode.World47
from
187
to
205
- Change Index of KeyCode.World48
from
188
to
206
- Change Index of KeyCode.World49
from
189
to
207
- Change Index of KeyCode.World5
from
145
to
163
- Change Index of KeyCode.World50
from
190
to
208
- Change Index of KeyCode.World51
from
191
to
209
- Change Index of KeyCode.World52
from
192
to
210
- Change Index of KeyCode.World53
from
193
to
211
- Change Index of KeyCode.World54
from
194
to
212
- Change Index of KeyCode.World55
from
195
to
213
- Change Index of KeyCode.World56
from
196
to
214
- Change Index of KeyCode.World57
from
197
to
215
- Change Index of KeyCode.World58
from
198
to
216
- Change Index of KeyCode.World59
from
199
to
217
- Change Index of KeyCode.World6
from
146
to
164
- Change Index of KeyCode.World60
from
200
to
218
- Change Index of KeyCode.World61
from
201
to
219
- Change Index of KeyCode.World62
from
202
to
220
- Change Index of KeyCode.World63
from
203
to
221
- Change Index of KeyCode.World64
from
204
to
222
- Change Index of KeyCode.World65
from
205
to
223
- Change Index of KeyCode.World66
from
206
to
224
- Change Index of KeyCode.World67
from
207
to
225
- Change Index of KeyCode.World68
from
208
to
226
- Change Index of KeyCode.World69
from
209
to
227
- Change Index of KeyCode.World7
from
147
to
165
- Change Index of KeyCode.World70
from
210
to
228
- Change Index of KeyCode.World71
from
211
to
229
- Change Index of KeyCode.World72
from
212
to
230
- Change Index of KeyCode.World73
from
213
to
231
- Change Index of KeyCode.World74
from
214
to
232
- Change Index of KeyCode.World75
from
215
to
233
- Change Index of KeyCode.World76
from
216
to
234
- Change Index of KeyCode.World77
from
217
to
235
- Change Index of KeyCode.World78
from
218
to
236
- Change Index of KeyCode.World79
from
219
to
237
- Change Index of KeyCode.World8
from
148
to
166
- Change Index of KeyCode.World80
from
220
to
238
- Change Index of KeyCode.World81
from
221
to
239
- Change Index of KeyCode.World82
from
222
to
240
- Change Index of KeyCode.World83
from
223
to
241
- Change Index of KeyCode.World84
from
224
to
242
- Change Index of KeyCode.World85
from
225
to
243
- Change Index of KeyCode.World86
from
226
to
244
- Change Index of KeyCode.World87
from
227
to
245
- Change Index of KeyCode.World88
from
228
to
246
- Change Index of KeyCode.World89
from
229
to
247
- Change Index of KeyCode.World9
from
149
to
167
- Change Index of KeyCode.World90
from
230
to
248
- Change Index of KeyCode.World91
from
231
to
249
- Change Index of KeyCode.World92
from
232
to
250
- Change Index of KeyCode.World93
from
233
to
251
- Change Index of KeyCode.World94
from
234
to
252
- Change Index of KeyCode.World95
from
235
to
253
- Add StudioStyleGuideColor.OnboardingCover
- Add StudioStyleGuideColor.OnboardingHighlight
- Add StudioStyleGuideColor.OnboardingShadow
- Change Index of TeleportType.ToReservedServer
from
3
to
2
- Change Index of TeleportType.ToVIPServer
from
2
to
3
- (v0.595.0.5950541)
version-2ba85a75f8114838Release notes
- Add Animator.OnStreamingUpdated2
- Add BodyPartDescription
- Add DynamicImage.DrawLine
- Add LiveScriptingService.ServerLiveEditingMode
- Add OperationTree
- Add PhysicsSettings.FluidForceDrawScale
- Add PhysicsSettings.ShowFluidForcesForSelectedOrHoveredAssemblies
- Add PlayerViewService
- Add StudioAttachment
- 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
(target: StudioWidget, gui: PluginGui)
to
(target: StudioWidget, gui: PluginGui, attachment: StudioAttachment)
- Add Terrain.GrassLength
- Add TextChatMessage.Translation
- Add TextChatMessageProperties.Translation
- Add TextChatService.ChatTranslationEnabled
- Add TextChatService.ChatTranslationToggleEnabled
- Add TextChatService.ServerToClientMessageReplicateSignalV2
- Change Parameters of VoiceChatService.PublishingHandshakeAcked
from
(handshakeAnswer: string)
to
(handshakeAnswer: string, sessionId: string)
- Change Parameters of VoiceChatService.PublishingHandshakeCompleted
from
()
to
(sessionId: string)
- Change Parameters of VoiceChatService.PublishingHandshakeInitiated
from
(handshakeOffer: string, muteState: MuteState)
to
(handshakeOffer: string, muteState: MuteState, sessionId: string)
- Change Parameters of VoiceChatService.RelayCandidatesGathered
from
(voiceControlPath: VoiceControlPath, serializedIceCandidates: string)
to
(voiceControlPath: VoiceControlPath, serializedIceCandidates: string, isLast: bool, sessionId: string)
- Change Parameters of VoiceChatService.SubscriptionHandshakeAcked
from
(eventTag: int, handshakeAnswer: string, userToMute: string)
to
(eventTag: int, handshakeAnswer: string, userToMute: string, sessionId: string)
- Change Parameters of VoiceChatService.SubscriptionHandshakeCompleted
from
(subscriptionInfo: string)
to
(subscriptionInfo: string, sessionId: string)
- Change Parameters of VoiceChatService.SubscriptionHandshakeInitiated
from
(handshakeOffer: string, subscriptionInfo: string, isNewConnection: bool)
to
(handshakeOffer: string, subscriptionInfo: string, isNewConnection: bool, sessionId: string)
- Change Parameters of VoiceChatService.VoiceSetupFailed
from
(voiceControlPath: VoiceControlPath, serializedFailure: string)
to
(voiceControlPath: VoiceControlPath, serializedFailure: string, sessionId: string)
- Remove Workspace.HumanoidOnlySetCollisionsOnStateChange
- Remove HumanoidOnlySetCollisionsOnStateChange
- Add OperationType
- Add PrimitiveType
- Add SaveAvatarThumbnailCustomizationFailure.Throttled
- Add ServerLiveEditingMode
- (v0.592.0.5920587)
version-f7c5665ed70e4269Release notes
- Add AnimationClipProvider.GetClipEvaluatorAsync
- Change Category of AudioAnalyzer.PeakLevel
from
Data
to
Metering
- Change Category of AudioAnalyzer.RmsLevel
from
Data
to
Metering
- Change Category of AudioChorus.Depth
from
Data
to
State
- Change Category of AudioChorus.Mix
from
Data
to
State
- Change Category of AudioChorus.Rate
from
Data
to
State
- Change Category of AudioCompressor.Attack
from
Data
to
State
- Change Category of AudioCompressor.MakeupGain
from
Data
to
State
- Change Category of AudioCompressor.Ratio
from
Data
to
State
- Change Category of AudioCompressor.Release
from
Data
to
State
- Change Category of AudioCompressor.Threshold
from
Data
to
State
- Change Category of AudioDeviceInput.AccessList
from
userIds
to
Permissions
- Change Category of AudioDeviceInput.AccessType
from
Data
to
Permissions
- Change Category of AudioDeviceInput.Active
from
Data
to
Recording
- Change Category of AudioDeviceInput.IsReady
from
Data
to
Recording
- Change Category of AudioDeviceInput.Muted
from
Data
to
Recording
- Change Category of AudioDeviceInput.Player
from
Data
to
Recording
- Change Category of AudioDeviceOutput.Player
from
Data
to
State
- Change Category of AudioDistortion.Level
from
Data
to
State
- Change Category of AudioEcho.DelayTime
from
Data
to
State
- Change Category of AudioEcho.DryLevel
from
Data
to
State
- Change Category of AudioEcho.Feedback
from
Data
to
State
- Change Category of AudioEcho.WetLevel
from
Data
to
State
- Change Category of AudioEmitter.AudioInteractionGroup
from
Data
to
Interactions
- Change Category of AudioEqualizer.HighGain
from
Data
to
State
- Change Category of AudioEqualizer.LowGain
from
Data
to
State
- Change Category of AudioEqualizer.MidGain
from
Data
to
State
- Change Category of AudioEqualizer.MidRange
from
Data
to
State
- Change Category of AudioFader.Volume
from
Data
to
State
- Change Category of AudioFlanger.Depth
from
Data
to
State
- Change Category of AudioFlanger.Mix
from
Data
to
State
- Change Category of AudioFlanger.Rate
from
Data
to
State
- Change Category of AudioListener.AudioInteractionGroup
from
Data
to
Interactions
- Change Category of AudioPitchShifter.Pitch
from
Data
to
State
- Change Category of AudioPlayer.AssetId
from
Data
to
Asset
- Change Category of AudioPlayer.AutoLoad
from
Data
to
Asset
- Change Category of AudioPlayer.IsPlaying
from
Data
to
Playback
- Change Category of AudioPlayer.IsReady
from
Data
to
Asset
- Change Category of AudioPlayer.LoopRegion
from
Data
to
Regions
- Change Category of AudioPlayer.Looping
from
Data
to
Playback
- Change Category of AudioPlayer.PlaybackRegion
from
Data
to
Regions
- Change Category of AudioPlayer.PlaybackSpeed
from
Data
to
Playback
- Change Category of AudioPlayer.TimeLength
from
Data
to
Asset
- Change Category of AudioPlayer.TimePosition
from
Data
to
Playback
- Change Category of AudioReverb.DecayRatio
from
Data
to
State
- Change Category of AudioReverb.DecayTime
from
Data
to
State
- Change Category of AudioReverb.Density
from
Data
to
State
- Change Category of AudioReverb.Diffusion
from
Data
to
State
- Change Category of AudioReverb.DryLevel
from
Data
to
State
- Change Category of AudioReverb.EarlyDelayTime
from
Data
to
State
- Change Category of AudioReverb.HighCutFrequency
from
Data
to
State
- Change Category of AudioReverb.LateDelayTime
from
Data
to
State
- Change Category of AudioReverb.LowShelfFrequency
from
Data
to
State
- Change Category of AudioReverb.ReferenceFrequency
from
Data
to
State
- Change Category of AudioReverb.WetLevel
from
Data
to
State
- Remove ChatbotUIService.DisplayCommand
- Add ChatbotUIService.DisplayContent
- Change Default of Collaborator.Status
from
3
to
None
- Add DataStoreGetOptions
- Change Tags of DynamicImage
from
[NotCreatable]
to
[]
- Change Default of DynamicImage.Size
from
to
Vector2(512, 512)
- Remove DynamicImage.Clear
- Change Parameters of DynamicImage.Resize
from
(newSize: Vector2)
to
(size: Vector2)
- Change Parameters of DynamicImage.Rotate
from
(degrees: float, resizeCanvas: bool = true)
to
(degrees: float, changeSize: bool)
- Change Parameters of GlobalDataStore.GetAsync
from
(key: string)
to
(key: string, options: DataStoreGetOptions = DataStoreGetOptions)
- Add GuiService.GetHardwareSafeViewport
- Add LinearVelocity.ForceLimitsEnabled
- Add LiveScriptingService.SendAtomicOperation
- Add LiveScriptingService.SendAtomicUpdateResponse
- Change Security of MarketplaceService.SignalPromptSubscriptionPurchaseFinished
from
None
to
RobloxScriptSecurity
- Change Security of MarketplaceService.PromptSubscriptionPurchaseFinished
from
RobloxScriptSecurity
to
None
- Change Parameters of PublishService.CreateAssetAndWaitForAssetId
from
(instances: Objects, operationId: string, creatorType: AssetCreatorType, creatorId: int64, assetType: string, name: string, description: string)
to
(instances: Objects, operationId: string, creatorType: AssetCreatorType, creatorId: int64, assetType: string, name: string, description: string, expectedPrice: int = 0)
- Add ScriptEditorService.EditSourceAsyncWithRanges
- Add ScriptEditorService.UpdateSourceAsync
- Add Studio.LargeFileLineCountThreshold
- Add Studio.LargeFileThreshold
- Remove Studio.Render Throttle Percentage
- Change Tags of SurfaceGui.MaxDistance
from
[NotBrowsable]
to
[]
- Add UGCValidationService.ValidateCageUVTriangleArea
- Add UserGameSettings.VRComfortSetting
- Add UserGameSettings.VRSmoothRotationEnabledCustomOption
- Add UserGameSettings.VRThirdPersonFollowCamEnabled
- Add UserGameSettings.VRThirdPersonFollowCamEnabledCustomOption
- Add UserGameSettings.VignetteEnabledCustomOption
- Add VRService.QuestASWState
- Add VRService.QuestDisplayRefreshRate
- Add VRService.ThirdPersonFollowCamEnabled
- Change Category of Wire.Connected
from
Data
to
Connections
- Change Category of Wire.SourceInstance
from
Data
to
Connections
- Change Category of Wire.SourceName
from
Data
to
Connections
- Change Category of Wire.TargetInstance
from
Data
to
Connections
- Change Category of Wire.TargetName
from
Data
to
Connections
- Remove CollaboratorStatus.0
- Remove CollaboratorStatus.1
- Remove CollaboratorStatus.2
- Remove CollaboratorStatus.3
- Add CollaboratorStatus.Editing3D
- Add CollaboratorStatus.None
- Add CollaboratorStatus.PrivateScripting
- Add CollaboratorStatus.Scripting
- Change Index of ConnectionError.DisconnectCollaboratorPermissionRevoked
from
37
to
38
- Change Index of ConnectionError.DisconnectCollaboratorUnderage
from
38
to
39
- Change Index of ConnectionError.DisconnectOutOfMemoryKeepPlayingLeave
from
36
to
37
- Change Index of ConnectionError.DisconnectRomarkEndOfTest
from
33
to
34
- Add ConnectionError.NetworkInternal
- Add ConnectionError.NetworkMisbehavior
- Add ConnectionError.NetworkSecurity
- Add ConnectionError.NetworkSend
- Add ConnectionError.NetworkTimeout
- Change Index of ConnectionError.PlacelaunchCustomMessage
from
53
to
54
- Change Index of ConnectionError.PlacelaunchDisabled
from
40
to
41
- Change Index of ConnectionError.PlacelaunchError
from
41
to
42
- Change Index of ConnectionError.PlacelaunchErrors
from
39
to
40
- Change Index of ConnectionError.PlacelaunchFlooded
from
47
to
48
- Change Index of ConnectionError.PlacelaunchGameEnded
from
42
to
43
- Change Index of ConnectionError.PlacelaunchGameFull
from
43
to
44
- Change Index of ConnectionError.PlacelaunchHashException
from
49
to
50
- Change Index of ConnectionError.PlacelaunchHashExpired
from
48
to
49
- Change Index of ConnectionError.PlacelaunchHttpError
from
51
to
52
- Change Index of ConnectionError.PlacelaunchOtherError
from
54
to
55
- Change Index of ConnectionError.PlacelaunchPartyCannotFit
from
50
to
51
- Change Index of ConnectionError.PlacelaunchRestricted
from
45
to
46
- Change Index of ConnectionError.PlacelaunchUnauthorized
from
46
to
47
- Change Index of ConnectionError.PlacelaunchUserLeft
from
44
to
45
- Change Index of ConnectionError.PlacelaunchUserPrivacyUnauthorized
from
52
to
53
- Change Index of ConnectionError.PlayerRemoved
from
35
to
36
- Change Index of ConnectionError.ReplicatorTimeout
from
34
to
35
- Add ConnectionError.ServerShutdown
- Change Index of ConnectionError.TeleportErrors
from
55
to
56
- Change Index of ConnectionError.TeleportFailure
from
56
to
57
- Change Index of ConnectionError.TeleportFlooded
from
61
to
62
- Change Index of ConnectionError.TeleportGameEnded
from
58
to
59
- Change Index of ConnectionError.TeleportGameFull
from
59
to
60
- Change Index of ConnectionError.TeleportGameNotFound
from
57
to
58
- Change Index of ConnectionError.TeleportIsTeleporting
from
62
to
63
- Change Index of ConnectionError.TeleportUnauthorized
from
60
to
61
- Add LiveEditingAtomicUpdateResponse
- Add VRComfortSetting
- (v0.591.0.5910633)
version-5a3824df86134561Release notes
- Add Animator.RegisterEvaluationParallelCallback
- Add AssetService.CreateDynamicImageAsync
- Remove AssetService.LoadImageAsync
- Add DynamicImage.Crop
- Add DynamicImage.DrawImage
- Add ExperienceNotificationService.CreateUserNotificationAsync
- Change Parameters of GeometryService.CalculateConstraintsToPreserve
from
(source: Instance, destination: Objects, options: Variant)
to
(source: Instance, destination: Objects, options: Dictionary = nil)
- Change Parameters of GeometryService.IntersectAsync
from
(part: Instance, parts: Objects, options: Variant)
to
(part: Instance, parts: Objects, options: Dictionary = nil)
- Change Parameters of GeometryService.SubtractAsync
from
(part: Instance, parts: Objects, options: Variant)
to
(part: Instance, parts: Objects, options: Dictionary = nil)
- Change Parameters of GeometryService.UnionAsync
from
(part: Instance, parts: Objects, options: Variant)
to
(part: Instance, parts: Objects, options: Dictionary = nil)
- Add GuiService.TopbarInset
- Change Parameters of GuiService.SetTopbarInset
from
(topbarInset: Dictionary)
to
(topbarInset: Rect)
- Remove GuiService.TopbarInsetChanged
- Add Instance.Capabilities
- Add Instance.DefinesCapabilities
- Change Parameters of LiveScriptingService.KickFromEdit
from
(id: int64)
to
(id: int64, msg: string)
- Add MemoryStoreHashMap
- Add MemoryStoreService.GetHashMap
- Remove MeshPart.AeroMeshData
- Add PhysicsSettings.SolverConvergenceMetricType
- Change Parameters of PublishService.CreateAssetAndWaitForAssetId
from
(instances: Objects, operationId: string, creatorId: int64, assetType: string, name: string, description: string)
to
(instances: Objects, operationId: string, creatorType: AssetCreatorType, creatorId: int64, assetType: string, name: string, description: string)
- Add StreamingService.GetInstance
- Add StreamingService.RegisterContextCollector
- Add StreamingService.UnregisterContextCollector
- Add StreamingService.RequestEnded
- Add StreamingService.RequestError
- Add StreamingService.RequestStarted
- Add StreamingService.Stream
- Add Studio.CameraAdaptiveSpeed
- Add Studio.CameraTweenFocus
- Add StyleRule.StyleRulePropertyChanged
- Add TeamCreateService.GetIsUseUniverseSearchNewEndpoint
- Add TriangleMeshPart.AeroMeshData
- Add VersionControlService.BroadcastScriptChangesSubmitted
- Add AssetCreatorType
- Add ImageCombineType
- Add SolverConvergenceMetricType