Click a date to expand or collapse changes.
- (v0.728.0.7280895)
version-8b44d8f2067642d8Release notes
- Add AnimationConstraint.EnableSkinning
- Add AnimationTrack.ResetGraph
- Add AvatarAccessoryRules.EnableEmissives
- Change Parameters of AvatarCreationService.GenerateAvatar2DPreviewAsync
from
(avatarGeneration2dPreviewParams: Dictionary)
to
(avatarGeneration2dPreviewParams: Dictionary, progressCallback: Function?)
- Change Parameters of AvatarCreationService.GenerateAvatarAsync
from
(avatarGenerationParams: Dictionary)
to
(avatarGenerationParams: Dictionary, progressCallback: Function?)
- Add AvatarEditorService.NoPromptApplyProfileConfiguration
- Change Parameters of AvatarEditorService.NoPromptUpdateOutfit
from
(outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, gearAssetId: int64 = 0)
to
(outfitId: int64, humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, gearAssetId: int64 = 0, outfitOptions: Dictionary = nil)
- Change Parameters of AvatarEditorService.PerformCreateOutfitWithDescription
from
(humanoidDescription: HumanoidDescription, name: string)
to
(humanoidDescription: HumanoidDescription, name: string, profileConfiguration: Dictionary = nil)
- Change Parameters of AvatarEditorService.PerformUpdateOutfit
from
(humanoidDescription: HumanoidDescription)
to
(humanoidDescription: HumanoidDescription, profileConfiguration: Dictionary = nil)
- Add AvatarEditorService.PromptApplyProfileConfigurationCompleted
- Add BallSocketConstraint.EnableSkinning
- Add Decal.AutoLocalize
- Change ValueType of Instance.Tags
from
BinaryString
to
SharedString
- Change WriteSecurity of MeshPart.DoubleSided
from
PluginSecurity
to
None
- Add Motor6D.EnableSkinning
- Add Player.NotifyAgeCheckPassed
- Add Player.NotifyAgeCheckPassedReplicated
- Add Players.GetProfileConfigurationFromUserIdAsync
- Add Studio.CameraZoomToMousePosition
- Add TestService.GetTestControlSchema
- Add TestService.GetTestControls
- Add TestService.ResetTestControl
- Add TestService.SetTestControl
- Add TestService.StartVideoCaptureAsync
- Add TestService.StopVideoCaptureAsync
- Add TextChannelWindow.IsRendering
- Add UserGameSettings.VoiceChatVolume
- Change Tags of VideoFrame.InternalVideoUsage
from
[]
to
[Hidden]
- Change Tags of VideoFrame.MaximumResolution
from
[]
to
[Hidden]
- Change Tags of VideoPlayer.InternalVideoUsage
from
[]
to
[Hidden]
- Change Tags of VideoPlayer.MaximumResolution
from
[]
to
[Hidden]
- Add VoiceChatService.JoinedVoiceV2
- Add VoiceChatService.ReJoinedVoiceV2
- Remove Workspace.PhysicsImprovedSleep
- (v0.726.0.7261136)
version-93b78e12ab854b3cRelease notes
- Remove Accoutrement.ServerUnequipAccoutrement
- Add AssetImportSession.GetKeyframeSequencesForSelectedRestPoseWithClip
- Add ClientStorageService
- Add Clothing.Outfit1Content
- Add Clothing.Outfit2Content
- Add DataModel.ServerRestartScheduled
- Add InsertService.LoadAssetWithBytecodeAsync
- Remove LSPFileSyncService
- Add Pants.PantsTemplateContent
- Add Player.AgeChecked
- Add Player.PromptAgeCheck
- Change Parameters of Players.SetLocalPlayerInfo
from
(userId: int64, userName: string, displayName: string, membershipType: MembershipType, isUnder13: bool, hasRobloxSubscription: bool = false)
to
(userId: int64, userName: string, displayName: string, membershipType: MembershipType, isUnder13: bool, hasRobloxSubscription: bool = false, ageCheckedStatus: AgeCheckStatus = Unchecked)
- Add Players.PromptAgeCheckRequested
- Add PluginToolbarButton.IconContent
- Add Shirt.ShirtTemplateContent
- Add ShirtGraphic.TextureContent
- Change Category of SoundService.DefaultListenerLocation
from
Data
to
Listening
- Add SoundService.ListenerCFrame
- Add SoundService.ListenerObject
- Add SoundService.ListenerType
- Add SoundService.RequestSttPlatformToken
- Add SoundService.SttPlatformToken
- Add StartupMessageService.ExecuteActionButton
- Add Studio.Animation Skeleton Scale
- Add Studio.Animation Skeleton Transparency
- Add Studio.Show Animation Skeleton
- Add Studio.Show Animation Skeleton Attachments
- Add Studio.Show Animation Skeleton Axes
- Add Studio.Show Animation Skeleton Rotations
- Add Studio.Show Animation Skeleton Text
- Add TextBox.HasFocus
- Add TextChannelWindow
- Add TextChatService.EnableProtectedChat
- Add TextChatService.TextChannelWindowAdded
- Add UIGradient.Scale
- Add UIGradient.TileMode
- Add UIGradient.Type
- Add VideoService.GameStreamingEnabled
- Add AgeCheckStatus
- Add AppShellFeature.WatchPage
- Change Tags of CatalogCategoryFilter.Collectibles
from
[]
to
[Deprecated]
- Add GradientTileMode
- Add GradientType
- Add HttpError.InvalidRangeResponse
- Add RestPoseModel.FromCustomClip
- Add RestPoseModel.FromRigInFileZeroedRotations
- (v0.725.0.7251140)
version-d0e6613dc5584cf7Release notes
- Remove Accoutrement.ServerEquipAccoutrement
- Add AdGui.FallbackImageContent
- Add Animation.AnimationContent
- Change Parameters of AnimationClipProvider.GetAnimations
from
(userId: int64)
to
(userId: User)
- Change Parameters of AnimationClipProvider.GetAnimationsAsync
from
(userId: int64)
to
(userId: User)
- Add Animator.AnimTrackMetadata0
- Add Animator.AnimTrackMetadata1
- Add Animator.AnimTrackMetadata2
- Add Animator.AnimTrackMetadata3
- Add Animator.AnimTrackMetadata4
- Add Animator.AnimTrackMetadata5
- Add Animator.AnimTrackMetadata6
- Add Animator.AnimTrackMetadata7
- Add Animator.AnimTrackPlayState0
- Add Animator.AnimTrackPlayState1
- Add Animator.AnimTrackPlayState2
- Add Animator.AnimTrackPlayState3
- Add Animator.AnimTrackPlayState4
- Add Animator.AnimTrackPlayState5
- Add Animator.AnimTrackPlayState6
- Add Animator.AnimTrackPlayState7
- Add Animator.AnimTrackWeight0
- Add Animator.AnimTrackWeight1
- Add Animator.AnimTrackWeight2
- Add Animator.AnimTrackWeight3
- Add Animator.AnimTrackWeight4
- Add Animator.AnimTrackWeight5
- Add Animator.AnimTrackWeight6
- Add Animator.AnimTrackWeight7
- Change Parameters of AvatarEditorService.NoPromptSaveAvatar
from
(humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, saveDict: Dictionary, gearAssetId: int64 = 0)
to
(humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, saveDict: Dictionary, gearAssetId: int64 = 0, profileConfiguration: Dictionary = nil)
- Change Parameters of BadgeService.AwardBadge
from
(userId: int64, badgeId: int64)
to
(userId: User, badgeId: int64)
- Change Parameters of BadgeService.AwardBadgeAsync
from
(userId: int64, badgeId: int64)
to
(userId: User, badgeId: int64)
- Change Parameters of BadgeService.CheckUserBadgesAsync
from
(userId: int64, badgeIds: Array)
to
(userId: User, badgeIds: Array)
- Change Parameters of BadgeService.UserHasBadge
from
(userId: int64, badgeId: int64)
to
(userId: User, badgeId: int64)
- Change Parameters of BadgeService.UserHasBadgeAsync
from
(userId: int64, badgeId: int64)
to
(userId: User, badgeId: int64)
- Add Beam.TextureContent
- Add EditableMesh.Clear
- Add FileMesh.MeshContent
- Add FileMesh.TextureContent
- Change Parameters of GroupService.GetGroupsAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of GroupService.GetRolesInGroupAsync
from
(userId: int64, groupId: int64)
to
(userId: User, groupId: int64)
- Change Parameters of GuiService.InspectPlayerFromUserId
from
(userId: int64)
to
(userId: User)
- Change Parameters of GuiService.InspectPlayerFromUserIdWithCtx
from
(userId: int64, ctx: string)
to
(userId: User, ctx: string)
- Add HttpService.RequestAccessTokenScopesAsync
- Remove Humanoid.ApplyDescriptionClientServer
- Add ImageHandleAdornment.ImageContent
- Change Parameters of InsertService.GetUserCategories
from
(userId: int64)
to
(userId: User)
- Change Parameters of InsertService.GetUserSets
from
(userId: int64)
to
(userId: User)
- Change Parameters of KeyframeSequenceProvider.GetAnimations
from
(userId: int64)
to
(userId: User)
- Change Parameters of KeyframeSequenceProvider.GetAnimationsAsync
from
(userId: int64)
to
(userId: User)
- Change CanLoad of LayerCollector.TabKeyboardNavigation
from
true
to
false
- Change CanSave of LayerCollector.TabKeyboardNavigation
from
true
to
false
- Change Tags of LayerCollector.TabKeyboardNavigation
from
[]
to
[Hidden, NotReplicated]
- Add MLService.GetNPCInferenceSpecAsync
- Add MLService.RunNPCInferenceAsync
- Add MarketplaceService.PromptNativePurchaseWithLocalPlayerWithPaymentSessionId
- Add MarketplaceService.PromptNativePurchaseWithPaymentSessionId
- Change Parameters of MarketplaceService.UserOwnsGamePassAsync
from
(userId: int64, gamePassId: int64)
to
(userId: User, gamePassId: int64)
- Add MarketplaceService.PromptNativePurchaseRequestedWithLocalPlayerWithPaymentSessionId
- Add MarketplaceService.PromptNativePurchaseRequestedWithPaymentSessionId
- Add PackageLink.PackageContent
- Add PackageLink.PackageContentSerialize
- Change CanLoad of PartOperation.TriangleCount
from
false
to
true
- Change Tags of PartOperation.TriangleCount
from
[ReadOnly, NotReplicated]
to
[]
- Change WriteSecurity of PartOperation.TriangleCount
from
None
to
RobloxSecurity
- Add ParticleEmitter.TextureContent
- Add Player.User
- Change Parameters of Player.IsBestFriendsWith
from
(userId: int64)
to
(userId: User)
- Change Parameters of Player.IsFriendsWith
from
(userId: int64)
to
(userId: User)
- Change Parameters of Player.IsFriendsWithAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Player.isFriendsWith
from
(userId: int64)
to
(userId: User)
- Change Parameters of PlayerViewService.UpdateDeviceCFrame
from
(player: Player = Player, cframe: CFrame = Identity, timestamp: int64 = 0)
to
(player: Player = Player, cframe: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, timestamp: int64 = 0)
- Change Parameters of Players.CreateHumanoidModelFromUserId
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.CreateHumanoidModelFromUserIdAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetBanHistoryAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetCharacterAppearanceAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetCharacterAppearanceInfoAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetFriendsAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetHumanoidDescriptionFromUserId
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetHumanoidDescriptionFromUserIdAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetNameFromUserIdAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetPlayerByUserId
from
(userId: int64)
to
(userId: User)
- Change Parameters of Players.GetUserThumbnailAsync
from
(userId: int64, thumbnailType: ThumbnailType, thumbnailSize: ThumbnailSize)
to
(userId: User, thumbnailType: ThumbnailType, thumbnailSize: ThumbnailSize)
- Add PluginGui.OverrideStudioAction
- Change ReadSecurity of RenderSettings.AutoFRMLevel
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.AutoFRMLevel
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.EagerBulkExecution
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.EagerBulkExecution
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.EditQualityLevel
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.EditQualityLevel
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.Enable VR Mode
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.Enable VR Mode
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.EnableFRM
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.EnableFRM
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.ExportMergeByMaterial
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.ExportMergeByMaterial
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.FrameRateManager
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.FrameRateManager
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.GraphicsMode
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.GraphicsMode
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.MeshCacheSize
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.MeshCacheSize
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.MeshPartDetailLevel
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.MeshPartDetailLevel
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.QualityLevel
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.QualityLevel
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.ReloadAssets
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.ReloadAssets
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.RenderCSGTrianglesDebug
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.RenderCSGTrianglesDebug
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.ShowBoundingBoxes
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.ShowBoundingBoxes
from
None
to
PluginSecurity
- Change ReadSecurity of RenderSettings.ViewMode
from
None
to
PluginSecurity
- Change WriteSecurity of RenderSettings.ViewMode
from
None
to
PluginSecurity
- Change Security of RenderSettings.GetMaxQualityLevel
from
None
to
PluginSecurity
- Add ScreenshotHud.CameraButtonIconContent
- Add SlimDebugSettings
- Change Parameters of SocialService.CanSendGameInviteAsync
from
(player: Instance, recipientId: int64 = 0)
to
(player: Instance, recipientId: User = U1.AQAAAAAAAAAAAAAAAAAAAAA)
- Change Parameters of StartPageService.openPlace
from
(placeId: int64, universeId: int64, launchTutorial: bool)
to
(placeId: int64, universeId: int64, launchTutorial: bool, shouldSkipSafetyChecks: bool = false)
- Change ReadSecurity of Studio."TODO" Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio."TODO" Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio."function" Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio."function" Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio."local" Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio."local" Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio."nil" Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio."nil" Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio."self" Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio."self" Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.ActionOnStopSync
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.ActionOnStopSync
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Active Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Active Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Active Hover Over Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Active Hover Over Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Always Save Script Changes
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Always Save Script Changes
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Animate Hover Over
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Animate Hover Over
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto Clean Empty Line
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto Clean Empty Line
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto Closing Brackets
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto Closing Brackets
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto Closing Quotes
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto Closing Quotes
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto Delete Closing Brackets and Quotes
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto Delete Closing Brackets and Quotes
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto Indent Rule
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto Indent Rule
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto-Recovery Enabled
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto-Recovery Enabled
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Auto-Recovery Interval (Minutes)
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Auto-Recovery Interval (Minutes)
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Basic Objects Display Mode
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Basic Objects Display Mode
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Bool Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Bool Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Bracket Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Bracket Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Built-in Function Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Built-in Function Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Camera Mouse Wheel Speed
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Camera Mouse Wheel Speed
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Camera Shift Speed
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Camera Shift Speed
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Camera Speed
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Camera Speed
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Camera Zoom to Mouse Position
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Camera Zoom to Mouse Position
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Clear Output On Start
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Clear Output On Start
from
None
to
PluginSecurity
- Add Studio.CommandBarHistoryLen
- Change ReadSecurity of Studio.CommandBarLocalState
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.CommandBarLocalState
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Comment Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Comment Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Current Line Highlight Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Current Line Highlight Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Debugger Current Line Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Debugger Current Line Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Debugger Error Line Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Debugger Error Line Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.DeprecatedObjectsShown
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.DeprecatedObjectsShown
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Autocomplete
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Autocomplete
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable CoreScript Debugger
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable CoreScript Debugger
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Http Sandboxing
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Http Sandboxing
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Internal Beta Features
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Internal Beta Features
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Internal Features
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Internal Features
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Temporary Tabs
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Temporary Tabs
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Enable Temporary Tabs In Explorer
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Enable Temporary Tabs In Explorer
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Error Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Error Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Find Selection Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Find Selection Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Font
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Font
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Format On Paste
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Format On Paste
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Format On Type
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Format On Type
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Function Name Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Function Name Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Highlight Current Line
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Highlight Current Line
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Highlight Occurances
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Highlight Occurances
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.HintColor
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.HintColor
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Hover Animate Speed
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Hover Animate Speed
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Hover Over Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Hover Over Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Indent Using Spaces
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Indent Using Spaces
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.InformationColor
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.InformationColor
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Keyword Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Keyword Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Line Thickness
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Line Thickness
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.LuaDebuggerEnabled
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.LuaDebuggerEnabled
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.LuaDebuggerEnabledAtStartup
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.LuaDebuggerEnabledAtStartup
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Luau Keyword Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Luau Keyword Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Matching Word Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Matching Word Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Maximum Output Lines
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Maximum Output Lines
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Menu Item Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Menu Item Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Method Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Method Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Number Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Number Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Only Play Audio from Window in Focus
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Only Play Audio from Window in Focus
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Operator Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Operator Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Output Font
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Output Font
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Output Layout Mode
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Output Layout Mode
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.PermissionLevelShown
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.PermissionLevelShown
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.PluginDebuggingEnabled
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.PluginDebuggingEnabled
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.PluginsDir
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.PluginsDir
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.PreferredTextSize
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.PreferredTextSize
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Primary Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Primary Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Property Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Property Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Respect Studio shortcuts when game has focus
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Respect Studio shortcuts when game has focus
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Ruler Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Ruler Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Rulers
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Rulers
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.RuntimeUndoBehavior
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.RuntimeUndoBehavior
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Script Editor Color Preset
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Script Editor Color Preset
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Script Editor Scrollbar Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Script Editor Scrollbar Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Script Editor Scrollbar Handle Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Script Editor Scrollbar Handle Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.ScriptTimeoutLength
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.ScriptTimeoutLength
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Scroll Past Last Line
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Scroll Past Last Line
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Secondary Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Secondary Text Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Select Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Select Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Select/Hover Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Select/Hover Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Selected Menu Item Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Selected Menu Item Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Selected Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Selected Text Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Selection Background Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Selection Background Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Selection Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Selection Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Set Pivot of Imported Parts
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Set Pivot of Imported Parts
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Core GUI in Explorer while Playing
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Core GUI in Explorer while Playing
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Diagnostics Bar
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Diagnostics Bar
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show FileSyncService
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show FileSyncService
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Hidden Objects in Explorer
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Hidden Objects in Explorer
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Hover Over
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Hover Over
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Navigation Mesh
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Navigation Mesh
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Plugin GUI Service in Explorer
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Plugin GUI Service in Explorer
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show Whitespace
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show Whitespace
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Show plus button on hover in Explorer
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Show plus button on hover in Explorer
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Skip Closing Brackets and Quotes
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Skip Closing Brackets and Quotes
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.String Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.String Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Tab Width
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Tab Width
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Text Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Text Wrapping
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Text Wrapping
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Theme
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Theme
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.TypeColor
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.TypeColor
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.UI Theme
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.UI Theme
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Warning Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Warning Color
from
None
to
PluginSecurity
- Change WriteSecurity of Studio.Whitespace Color
from
None
to
PluginSecurity
- Change ReadSecurity of Studio.Whitespace Color
from
None
to
PluginSecurity
- Add StudioActionOverride
- Change Parameters of StudioService.OnImportFromRoblox
from
()
to
(assetType: string)
- Change Default of StyleRule.PropertyTransitionsSerialize
from
to
- Change Parameters of TeleportService.GetPlayerPlaceInstanceAsync
from
(userId: int64)
to
(userId: User)
- Remove Terrain.GetBaseMaterialSlotIndex
- Remove Terrain.GetFirstCustomMaterialSlotIndex
- Change Parameters of TextChannel.AddUserAsync
from
(userId: int64)
to
(userId: User)
- Add TextChannel.SendInternalAsync
- Add TextChatMessage.PrefixTextInternal
- Add TextChatMessage.TextInternal
- Add TextChatMessage.TranslationInternal
- Change Parameters of TextChatService.CanUserChatAsync
from
(userId: int64)
to
(userId: User)
- Change Parameters of TextChatService.CanUsersChatAsync
from
(userIdFrom: int64, userIdTo: int64)
to
(userIdFrom: User, userIdTo: User)
- Change Parameters of TextChatService.CanUsersDirectChatAsync
from
(requesterUserId: int64, userIds: Array)
to
(requesterUserId: User, userIds: Array)
- Change Parameters of TextChatService.CanUsersWhisperAsync
from
(fromUserId: int64, toUserId: int64)
to
(fromUserId: User, toUserId: User)
- Change Parameters of TextChatService.SendExpChatLoadSuccess
from
(loadingLatency: int)
to
(loadingLatency: int, extras: Dictionary?)
- Add Trail.TextureContent
- Add VideoFrame.InternalVideoUsage
- Add VideoPlayer.InternalVideoUsage
- Change Parameters of VirtualUser.Button1Down
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.Button1Up
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.Button2Down
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.Button2Up
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.ClickButton1
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.ClickButton2
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VirtualUser.MoveMouse
from
(position: Vector2, camera: CFrame = Identity)
to
(position: Vector2, camera: CFrame = 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Parameters of VoiceChatService.IsVoiceEnabledForUserIdAsync
from
(userId: int64)
to
(userId: User)
- Add CanCollaborateError.NotAuthorized
- Add CanCollaborateError.OutsideAgeBucketTcPc
- Add CloseReason.Moderation
- Add ConnectionError.DisconnectRemoteAttestationBootValidationFailure
- Add ConnectionError.DisconnectRemoteAttestationGeneralFailure
- Add ConnectionError.DisconnectRemoteAttestationOSOutOfDate
- Add ConnectionError.DisconnectRemoteAttestationTimeout
- Add ConnectionError.DisconnectRemoteAttestationUnsupported
- Change Index of ConnectionError.PlacelaunchAgeVerificationRequired
from
85
to
90
- Add ConnectionError.PlacelaunchCollaborationCoreGated
- Change Index of ConnectionError.PlacelaunchCoreGated
from
87
to
92
- Change Index of ConnectionError.PlacelaunchCreatorBan
from
88
to
94
- Change Index of ConnectionError.PlacelaunchCustomMessage
from
90
to
96
- Change Index of ConnectionError.PlacelaunchDeviceBlock
from
89
to
95
- Change Index of ConnectionError.PlacelaunchDisabled
from
71
to
76
- Change Index of ConnectionError.PlacelaunchError
from
72
to
77
- Change Index of ConnectionError.PlacelaunchErrors
from
70
to
75
- Change Index of ConnectionError.PlacelaunchFlooded
from
78
to
83
- Change Index of ConnectionError.PlacelaunchGameEnded
from
73
to
78
- Change Index of ConnectionError.PlacelaunchGameFull
from
74
to
79
- Change Index of ConnectionError.PlacelaunchHashException
from
80
to
85
- Change Index of ConnectionError.PlacelaunchHashExpired
from
79
to
84
- Change Index of ConnectionError.PlacelaunchHttpError
from
82
to
87
- Change Index of ConnectionError.PlacelaunchOtherError
from
91
to
97
- Change Index of ConnectionError.PlacelaunchParentalApprovalRequired
from
86
to
91
- Change Index of ConnectionError.PlacelaunchPartyCannotFit
from
81
to
86
- Change Index of ConnectionError.PlacelaunchRestricted
from
76
to
81
- Change Index of ConnectionError.PlacelaunchUnauthorized
from
77
to
82
- Change Index of ConnectionError.PlacelaunchUserLeft
from
75
to
80
- Change Index of ConnectionError.PlacelaunchUserPrivacyUnauthorized
from
83
to
88
- Change Index of ConnectionError.PlacelaunchVipOwnerNotPresent
from
84
to
89
- Change Index of ConnectionError.TeleportErrors
from
92
to
98
- Change Index of ConnectionError.TeleportFailure
from
93
to
99
- Change Index of ConnectionError.TeleportFlooded
from
98
to
104
- Change Index of ConnectionError.TeleportGameEnded
from
95
to
101
- Change Index of ConnectionError.TeleportGameFull
from
96
to
102
- Change Index of ConnectionError.TeleportGameNotFound
from
94
to
100
- Change Index of ConnectionError.TeleportIsTeleporting
from
99
to
105
- Change Index of ConnectionError.TeleportUnauthorized
from
97
to
103
- Add InternalVideoUsage
- Add SlimTintMode
- Add StudioAction
- (v0.724.0.7240735)
version-ee1286ccd5fa48e6Release notes
- Add AudioSpeechToText.DictationEnabled
- Remove AudioSpeechToText.IsDictationEnabled
- Change Parameters of AvatarEditorService.NoPromptCreateOutfit
from
(humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string, gearAssetId: int64 = 0)
to
(humanoidDescription: HumanoidDescription, rigType: HumanoidRigType, name: string, gearAssetId: int64 = 0, outfitOptions: Dictionary = nil, outfitType: Variant)
- Change Parameters of AvatarEditorService.PromptCreateOutfit
from
(outfit: HumanoidDescription, rigType: HumanoidRigType)
to
(outfit: HumanoidDescription, rigType: HumanoidRigType, outfitOptions: Dictionary = nil, outfitType: Variant)
- Add DesignFoundationsService
- Remove EditableMesh.SkinningEnabled
- Remove InsertService.AllowClientInsertModels
- Add LodDataEntity.EntityModelSize
- Change Parameters of MarketplaceService.PerformPurchase
from
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = , timedOptionsDays: int64 = 0, purchasePayload: string = )
to
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = , timedOptionsDays: int64 = 0, purchasePayload: string = , purchaseOptions: Dictionary = nil)
- Add MarketplaceService.PromptRobuxTransferSubscriptionUpsellRequested
- Add Players.CreateThumbnailPlayer
- Add RunService.IsResimulating
- Add Studio.CameraAltLeftMouseToRotate
- Add UIShadow.Enabled
- Add Workspace.ImprovedPhysicsReplication
- (v0.723.0.7230785)
version-981c8a3157934eecRelease notes
- Add AnimationConstraint.AngularDamping
- Add AnimationConstraint.AngularStrength
- Add AnimationConstraint.LinearDamping
- Add AnimationConstraint.LinearStrength
- Add AppUpdateService.GetProtocolLaunchUpdateName
- Add AppUpdateService.GetProtocolLaunchUpdateType
- Add AvatarAbilityRules.EnableCrouching
- Add AvatarAbilityRules.EnableHolding
- Add AvatarAbilityRules.EnableReaching
- Add AvatarAbilityRules.EnableSprinting
- Add AvatarAbilityRules.EnableStrafing
- Remove AvatarCreationService.CreateAvatar2DPreviewAsync
- Remove AvatarCreationService.CreateAvatarModelAsync
- Change Tags of ChannelSelectorSoundEffect
from
[NotCreatable, NotBrowsable]
to
[NotCreatable]
- Add GroupService.GetRolesInGroupAsync
- Add Instance.IsInSandbox
- Add MicroProfilerService.GetDataInRange
- Add MicroProfilerService.GetDataSize
- Add MicroProfilerService.ProcessCommand
- Add MicroProfilerService.DataChanged
- Remove PartOperation.SerializedOperationGraph
- Change Tags of Player.GetRankInGroupAsync
from
[Yields]
to
[Yields, Deprecated]
- Change PreferredDescriptor of Player.GetRankInGroupAsync
from
to
GetRolesInGroupAsync
- Change PreferredDescriptor of Player.GetRoleInGroupAsync
from
to
GetRolesInGroupAsync
- Change Tags of Player.GetRoleInGroupAsync
from
[Yields]
to
[Yields, Deprecated]
- Change Parameters of SocialService.PromptFeedbackSubmissionAsync
from
()
to
(options: Dictionary?)
- Change Parameters of SocialService.SignalFeedbackSubmissionCompleted
from
(feedback: string)
to
(feedback: string, options: Dictionary?)
- Change Parameters of SocialService.ShowPromptFeedbackSubmission
from
()
to
(feedbackType: FeedbackType)
- Change Parameters of SocialService.ShowPromptFeedbackUnavailable
from
(reason: string)
to
(reason: string, feedbackType: FeedbackType)
- Change Tags of Sound.ChannelCount
from
[Hidden, ReadOnly, NotReplicated, NotBrowsable]
to
[Hidden, ReadOnly, NotReplicated]
- Add TextChatService.SendUniverseChatPresetAsync
- Add TextChatService.ClientToServerUniverseChatMessageSignalV2
- Add UserService.GetUserFromGlobalUserIdAsync
- Remove VoiceChatInternal.GetSpeakerDevices
- Remove VoiceChatInternal.SetSpeakerDevice
- Add VoiceChatService.SubscriberAudioQualitySample
- Add Workspace.ImprovedAnimationConstraint
- Add Workspace.ApplyRecommendedStreamingSettings
- Remove DomainType.GROUP
- Change Index of DomainType.OAUTH
from
2
to
1
- Add FeedbackType
- Add OutfitType.Makeup
- (v0.721.0.7211107)
version-792bc2069be7464aRelease notes
- Add AssetQualityService.FetchAssetQualitySummaryFromJobIdAsync
- Add AudioPlayer.AssetRepresentation
- Remove AvatarCreationService.ReplicateAvatarGenerationImageId
- Add GenerationService.ConnectAsync
- Add GenerationService.DisconnectAsync
- Add GenerationService.GetVideoGenSessionAsync
- Add GenerationService.GetVideoGenTriggersAsync
- Add GenerationService.StartVideoGenSessionAsync
- Add GenerationService.UpdateVideoGenSessionPromptAsync
- Add GenerationService.UpdateVideoGenSessionTriggersAsync
- Change Parameters of MarketplaceService.PerformPurchase
from
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = , timedOptionsDays: int64 = 0)
to
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = , timedOptionsDays: int64 = 0, purchasePayload: string = )
- Add Player.ClearCachedAvatarAppearance
- Add Plugin.FinishFullLoading
- Add ScriptDebuggerService
- Add Sound.AssetRepresentation
- Change Security of SoundService.SetInputDevice
from
RobloxScriptSecurity
to
None
- Change ReadSecurity of Studio.Camera Speed Adjust Binding
from
None
to
RobloxScriptSecurity
- Change WriteSecurity of Studio.Camera Speed Adjust Binding
from
None
to
RobloxScriptSecurity
- Add Studio.CameraMouseMultiplier
- Add Studio.PreferredTextSize
- Change Default of StudioCameraService.FocusDistance
from
50
to
- Change Default of StudioCameraService.LockCameraSpeed
from
false
to
- Change Default of StudioCameraService.LoggingEnabled
from
false
to
- Add Terrain.ValidationAssetContentMap
- Add TestService.CaptureScreenshotAsync
- Change Parameters of TextChatService.OnUserChatSettingUpdateServer
from
()
to
(featureName: string)
- Change CanSave of UICorner.BottomLeftRadius
from
false
to
true
- Change Tags of UICorner.BottomLeftRadius
from
[Hidden, NotReplicated]
to
[]
- Change CanLoad of UICorner.BottomLeftRadius
from
false
to
true
- Change Category of UICorner.BottomLeftRadius
from
Data
to
Individual Corners
- Change ReadSecurity of UICorner.BottomLeftRadius
from
RobloxScriptSecurity
to
None
- Change Tags of UICorner.BottomRightRadius
from
[Hidden, NotReplicated]
to
[]
- Change CanLoad of UICorner.BottomRightRadius
from
false
to
true
- Change CanSave of UICorner.BottomRightRadius
from
false
to
true
- Change Category of UICorner.BottomRightRadius
from
Data
to
Individual Corners
- Change ReadSecurity of UICorner.BottomRightRadius
from
RobloxScriptSecurity
to
None
- Change Tags of UICorner.CornerRadius
from
[]
to
[NotReplicated]
- Change CanSave of UICorner.CornerRadius
from
true
to
false
- Change CanSave of UICorner.TopLeftRadius
from
false
to
true
- Change CanLoad of UICorner.TopLeftRadius
from
false
to
true
- Change Category of UICorner.TopLeftRadius
from
Data
to
Individual Corners
- Change ReadSecurity of UICorner.TopLeftRadius
from
RobloxScriptSecurity
to
None
- Change Tags of UICorner.TopLeftRadius
from
[Hidden, NotReplicated]
to
[]
- Change CanLoad of UICorner.TopRightRadius
from
false
to
true
- Change Category of UICorner.TopRightRadius
from
Data
to
Individual Corners
- Change Tags of UICorner.TopRightRadius
from
[Hidden, NotReplicated]
to
[]
- Change ReadSecurity of UICorner.TopRightRadius
from
RobloxScriptSecurity
to
None
- Change CanSave of UICorner.TopRightRadius
from
false
to
true
- Add UserGameSettings.StudioPreferredTextSize
- Add VideoFrame.MaximumResolution
- Add VideoPlayer.MaximumResolution
- Add Workspace.WatermarkHash
- Add AssetRepresentation
- Add CollisionFidelity.Scalable
- Change Index of ConnectionError.PlacelaunchAgeVerificationRequired
from
82
to
83
- Change Index of ConnectionError.PlacelaunchCoreGated
from
84
to
85
- Change Index of ConnectionError.PlacelaunchCreatorBan
from
85
to
86
- Change Index of ConnectionError.PlacelaunchCustomMessage
from
87
to
88
- Change Index of ConnectionError.PlacelaunchDeviceBlock
from
86
to
87
- Change Index of ConnectionError.PlacelaunchOtherError
from
88
to
89
- Change Index of ConnectionError.PlacelaunchParentalApprovalRequired
from
83
to
84
- Add ConnectionError.PlacelaunchVipOwnerNotPresent
- Change Index of ConnectionError.TeleportErrors
from
89
to
90
- Change Index of ConnectionError.TeleportFailure
from
90
to
91
- Change Index of ConnectionError.TeleportFlooded
from
95
to
96
- Change Index of ConnectionError.TeleportGameEnded
from
92
to
93
- Change Index of ConnectionError.TeleportGameFull
from
93
to
94
- Change Index of ConnectionError.TeleportGameNotFound
from
91
to
92
- Change Index of ConnectionError.TeleportIsTeleporting
from
96
to
97
- Change Index of ConnectionError.TeleportUnauthorized
from
94
to
95
- Add DebugBreakModeType
- Add DebuggerResumeType
- Add ImageCombineType.NormalMapBlend
- Add ScriptStoppedReason
- Add ScriptVariableScope
- (v0.719.0.7191339)
version-547feaebd3b44131Release notes
- Add AdService.GetUniversalAppAdsEligibility
- Change Default of AnimationRigData.label
from
to
- Change Default of AnimationRigData.postTransform
from
to
- Change Default of AnimationRigData.preTransform
from
to
- Change Default of AnimationRigData.transform
from
to
- Add Animator.RefStepIdForWeight0
- Add Animator.RefStepIdForWeight1
- Add Animator.RefStepIdForWeight2
- Add Animator.RefStepIdForWeight3
- Add Animator.RefStepIdForWeight4
- Add Animator.RefStepIdForWeight5
- Add Animator.RefStepIdForWeight6
- Add Animator.RefStepIdForWeight7
- Remove Animator.TimePosition0
- Remove Animator.TimePosition1
- Remove Animator.TimePosition2
- Remove Animator.TimePosition3
- Remove Animator.TimePosition4
- Remove Animator.TimePosition5
- Remove Animator.TimePosition6
- Remove Animator.TimePosition7
- Add CloudExecutionService
- Remove HapticEffect.Waveform
- Add Humanoid.FinishedState
- Add Humanoid.NoFloorTimerState
- Add Humanoid.TimerState
- Add MarketplaceService.SignalCheckPlayerHasRobloxSubscription
- Add ModuleScript.UnrestrictedRequireAllowed
- Add NetworkSettings.InboundNetworkJitterMs
- Change ReadSecurity of NetworkSettings.InboundNetworkLossPercent
from
NotAccessibleSecurity
to
PluginSecurity
- Change Tags of NetworkSettings.InboundNetworkLossPercent
from
[Hidden, NotReplicated, NotScriptable]
to
[NotReplicated]
- Change WriteSecurity of NetworkSettings.InboundNetworkLossPercent
from
NotAccessibleSecurity
to
PluginSecurity
- Remove NetworkSettings.InboundNetworkMaxDelayMs
- Change ReadSecurity of NetworkSettings.InboundNetworkMinDelayMs
from
NotAccessibleSecurity
to
PluginSecurity
- Change WriteSecurity of NetworkSettings.InboundNetworkMinDelayMs
from
NotAccessibleSecurity
to
PluginSecurity
- Change ValueType of NetworkSettings.InboundNetworkMinDelayMs
from
int
to
float
- Change Tags of NetworkSettings.InboundNetworkMinDelayMs
from
[Hidden, NotReplicated, NotScriptable]
to
[NotReplicated]
- Remove NetworkSettings.NetworkEmulationEnabled
- Add NetworkSettings.OutboundNetworkJitterMs
- Change ReadSecurity of NetworkSettings.OutboundNetworkLossPercent
from
NotAccessibleSecurity
to
PluginSecurity
- Change Tags of NetworkSettings.OutboundNetworkLossPercent
from
[Hidden, NotReplicated, NotScriptable]
to
[NotReplicated]
- Change WriteSecurity of NetworkSettings.OutboundNetworkLossPercent
from
NotAccessibleSecurity
to
PluginSecurity
- Remove NetworkSettings.OutboundNetworkMaxDelayMs
- Change ReadSecurity of NetworkSettings.OutboundNetworkMinDelayMs
from
NotAccessibleSecurity
to
PluginSecurity
- Change Tags of NetworkSettings.OutboundNetworkMinDelayMs
from
[Hidden, NotReplicated, NotScriptable]
to
[NotReplicated]
- Change ValueType of NetworkSettings.OutboundNetworkMinDelayMs
from
int
to
float
- Change WriteSecurity of NetworkSettings.OutboundNetworkMinDelayMs
from
NotAccessibleSecurity
to
PluginSecurity
- Add RootImportData.VersionedAssetId
- Change Parameters of RunService.BindToSimulation
from
(function: Function, frequency: StepFrequency = Hz30)
to
(function: Function, frequency: StepFrequency = Hz30, priority: int = 2000)
- Change Parameters of SoundService.SetInputDevice
from
(name: string, guid: string)
to
(nameOrInstance: Variant, guidOrPin: string)
- Add StyleRule.GetDefaultPropertyTransition
- Add StyleRule.SetDefaultPropertyTransition
- Add Terrain.Materials
- Add Terrain.GetBaseMaterialSlotIndex
- Add Terrain.GetFirstCustomMaterialSlotIndex
- Add Terrain.GetMaterialSlot
- Add Terrain.ResetMaterialSlot
- Add Terrain.SetMaterialSlot
- Add UGCValidationService.ValidateLeaderSkinnedVertsNearCageIslands
- Add WebViewService.OpenWindowV2
- Remove Workspace.MoverConstraintRootBehavior
- Change Index of KeyCode.MouseBackButton
from
271
to
273
- Change Index of KeyCode.MouseNoButton
from
272
to
274
- Change Index of KeyCode.MouseX
from
273
to
275
- Change Index of KeyCode.MouseY
from
274
to
276
- Add KeyCode.TouchDelta
- Add KeyCode.TouchPinch
- Change Index of KeyCode.World0
from
175
to
177
- Change Index of KeyCode.World1
from
176
to
178
- Change Index of KeyCode.World10
from
185
to
187
- Change Index of KeyCode.World11
from
186
to
188
- Change Index of KeyCode.World12
from
187
to
189
- Change Index of KeyCode.World13
from
188
to
190
- Change Index of KeyCode.World14
from
189
to
191
- Change Index of KeyCode.World15
from
190
to
192
- Change Index of KeyCode.World16
from
191
to
193
- Change Index of KeyCode.World17
from
192
to
194
- Change Index of KeyCode.World18
from
193
to
195
- Change Index of KeyCode.World19
from
194
to
196
- Change Index of KeyCode.World2
from
177
to
179
- Change Index of KeyCode.World20
from
195
to
197
- Change Index of KeyCode.World21
from
196
to
198
- Change Index of KeyCode.World22
from
197
to
199
- Change Index of KeyCode.World23
from
198
to
200
- Change Index of KeyCode.World24
from
199
to
201
- Change Index of KeyCode.World25
from
200
to
202
- Change Index of KeyCode.World26
from
201
to
203
- Change Index of KeyCode.World27
from
202
to
204
- Change Index of KeyCode.World28
from
203
to
205
- Change Index of KeyCode.World29
from
204
to
206
- Change Index of KeyCode.World3
from
178
to
180
- Change Index of KeyCode.World30
from
205
to
207
- Change Index of KeyCode.World31
from
206
to
208
- Change Index of KeyCode.World32
from
207
to
209
- Change Index of KeyCode.World33
from
208
to
210
- Change Index of KeyCode.World34
from
209
to
211
- Change Index of KeyCode.World35
from
210
to
212
- Change Index of KeyCode.World36
from
211
to
213
- Change Index of KeyCode.World37
from
212
to
214
- Change Index of KeyCode.World38
from
213
to
215
- Change Index of KeyCode.World39
from
214
to
216
- Change Index of KeyCode.World4
from
179
to
181
- Change Index of KeyCode.World40
from
215
to
217
- Change Index of KeyCode.World41
from
216
to
218
- Change Index of KeyCode.World42
from
217
to
219
- Change Index of KeyCode.World43
from
218
to
220
- Change Index of KeyCode.World44
from
219
to
221
- Change Index of KeyCode.World45
from
220
to
222
- Change Index of KeyCode.World46
from
221
to
223
- Change Index of KeyCode.World47
from
222
to
224
- Change Index of KeyCode.World48
from
223
to
225
- Change Index of KeyCode.World49
from
224
to
226
- Change Index of KeyCode.World5
from
180
to
182
- Change Index of KeyCode.World50
from
225
to
227
- Change Index of KeyCode.World51
from
226
to
228
- Change Index of KeyCode.World52
from
227
to
229
- Change Index of KeyCode.World53
from
228
to
230
- Change Index of KeyCode.World54
from
229
to
231
- Change Index of KeyCode.World55
from
230
to
232
- Change Index of KeyCode.World56
from
231
to
233
- Change Index of KeyCode.World57
from
232
to
234
- Change Index of KeyCode.World58
from
233
to
235
- Change Index of KeyCode.World59
from
234
to
236
- Change Index of KeyCode.World6
from
181
to
183
- Change Index of KeyCode.World60
from
235
to
237
- Change Index of KeyCode.World61
from
236
to
238
- Change Index of KeyCode.World62
from
237
to
239
- Change Index of KeyCode.World63
from
238
to
240
- Change Index of KeyCode.World64
from
239
to
241
- Change Index of KeyCode.World65
from
240
to
242
- Change Index of KeyCode.World66
from
241
to
243
- Change Index of KeyCode.World67
from
242
to
244
- Change Index of KeyCode.World68
from
243
to
245
- Change Index of KeyCode.World69
from
244
to
246
- Change Index of KeyCode.World7
from
182
to
184
- Change Index of KeyCode.World70
from
245
to
247
- Change Index of KeyCode.World71
from
246
to
248
- Change Index of KeyCode.World72
from
247
to
249
- Change Index of KeyCode.World73
from
248
to
250
- Change Index of KeyCode.World74
from
249
to
251
- Change Index of KeyCode.World75
from
250
to
252
- Change Index of KeyCode.World76
from
251
to
253
- Change Index of KeyCode.World77
from
252
to
254
- Change Index of KeyCode.World78
from
253
to
255
- Change Index of KeyCode.World79
from
254
to
256
- Change Index of KeyCode.World8
from
183
to
185
- Change Index of KeyCode.World80
from
255
to
257
- Change Index of KeyCode.World81
from
256
to
258
- Change Index of KeyCode.World82
from
257
to
259
- Change Index of KeyCode.World83
from
258
to
260
- Change Index of KeyCode.World84
from
259
to
261
- Change Index of KeyCode.World85
from
260
to
262
- Change Index of KeyCode.World86
from
261
to
263
- Change Index of KeyCode.World87
from
262
to
264
- Change Index of KeyCode.World88
from
263
to
265
- Change Index of KeyCode.World89
from
264
to
266
- Change Index of KeyCode.World9
from
184
to
186
- Change Index of KeyCode.World90
from
265
to
267
- Change Index of KeyCode.World91
from
266
to
268
- Change Index of KeyCode.World92
from
267
to
269
- Change Index of KeyCode.World93
from
268
to
270
- Change Index of KeyCode.World94
from
269
to
271
- Change Index of KeyCode.World95
from
270
to
272
- Add MeshPartDetailLevel.Level05
- Add MeshPartDetailLevel.Level06
- Add MeshPartDetailLevel.Level07
- Add MeshPartDetailLevel.Level08
- Add MeshPartDetailLevel.Level09
- Remove MoverConstraintRootBehaviorMode
- (v0.718.0.7181104)
version-0c771458892e42b7Release notes
- Change WriteSecurity of AnimationClip.Length
from
RobloxScriptSecurity
to
None
- Change ReadSecurity of AnimationClip.Length
from
RobloxScriptSecurity
to
None
- Add Animator.RefStepIdForTimePosition0
- Add Animator.RefStepIdForTimePosition1
- Add Animator.RefStepIdForTimePosition2
- Add Animator.RefStepIdForTimePosition3
- Add Animator.RefStepIdForTimePosition4
- Add Animator.RefStepIdForTimePosition5
- Add Animator.RefStepIdForTimePosition6
- Add Animator.RefStepIdForTimePosition7
- Add Animator.GetTrackByAnimationId
- Change Parameters of EditableImage.DrawCircle
from
(center: Vector2, radius: int, color: Color3, transparency: float, combineType: ImageCombineType)
to
(center: Vector2, radius: int, color: Color3, transparency: float, combineType: ImageCombineType, antiAliasing: AntiAliasing = Enabled)
- Change Parameters of EditableImage.DrawLine
from
(p1: Vector2, p2: Vector2, color: Color3, transparency: float, combineType: ImageCombineType)
to
(p1: Vector2, p2: Vector2, color: Color3, transparency: float, combineType: ImageCombineType, antiAliasing: AntiAliasing = Enabled)
- Remove EmotesPages
- Add ExperienceService.GetFollowUserId
- Add MarketplaceService.OpenShop
- Change PreferredDescriptor of MarketplaceService.PromptPremiumPurchase
from
to
PromptRobloxSubscriptionPurchase
- Change Tags of MarketplaceService.PromptPremiumPurchase
from
[]
to
[Deprecated]
- Add MarketplaceService.OpenShopRequested
- Add Player.GetFriendsWhoPlayedAsync
- Add SceneAnalysisService
- Change Tags of Studio.TypeColor
from
[Hidden, NotReplicated, NotScriptable]
to
[NotReplicated]
- Add Studio.VAxisColor
- Add Studio.XAxisColor
- Add Studio.YAxisColor
- Add Studio.ZAxisColor
- Add StyleQuery.PreferredTextSize
- Change Parameters of TextChatService.SendExpChatMessageClientRendered
from
(textChatMessage: TextChatMessage, messageRenderedSurface: string = unknown)
to
(textChatMessage: TextChatMessage, messageRenderedSurface: string = unknown, selectedChannelTab: int64 = -1)
- Add TextChatService.ExpChatFeatureValueChanged
- Add AntiAliasing
- Add AppShellActionType.HomePageInteractive
- Remove ExternalEditorMode.CustomEditor
- Add ExternalEditorMode.UserSelectedEditor
- Remove KeyCode.Touch
- Add KeyCode.TouchPosition
- (v0.717.0.7170978)
version-961e524856ba47c6Release notes
- Change Default of AnimationRigData.Generic
from
to
����
- Remove AudioPlayer.IsMutedForCapture
- Remove AuroraService.EnableInputLatencyMaxResimFrames
- Remove AuroraService.InputLatencyMaxResimFrames
- Remove ContextActionService.NetcodeInputLatency
- Add ControllerPartSensor.LadderSearchHeight
- Add ControllerPartSensor.LadderSearchOffset
- Add ExperienceService.GetQueuePosition
- Add ExperienceService.QueuePositionChanged
- Add InternalMessagingServiceVerifier
- Add LayerCollector.TabKeyboardNavigation
- Add MarketplaceService.BindReceiptHandler
- Add MarketplaceService.PromptRobuxTransferAsync
- Add MarketplaceService.SignalRobuxTransferCompleted
- Change Parameters of MarketplaceService.PromptBulkPurchaseRequested
from
(player: Instance, displayData: Array, orderRequest: Dictionary, purchaserRobuxBalance: int64, orderTotalRobux: int64, options: Dictionary, discountInformation: Dictionary)
to
(player: Instance, displayData: Array, orderRequest: Dictionary, purchaserRobuxBalance: int64, orderTotalRobux: int64, options: Dictionary)
- Add MarketplaceService.PromptBulkPurchaseRequestedV2
- Add MarketplaceService.PromptRobuxTransferRequested
- Add MarketplaceService.RobuxTransferCompleted
- Change Parameters of PluginConnection.SendMessage
from
(message: buffer)
to
(message: Variant)
- Add Preloaded
- Add SafetyService.ReportCapturesUIClose
- Add SafetyService.ReportCapturesUIOpen
- Add SafetyService.ReportChatLineReportingClose
- Add SafetyService.ReportChatLineReportingOpen
- Add SafetyService.ReportChatSuspensionDialogClose
- Add SafetyService.ReportChatSuspensionDialogOpen
- Add SafetyService.ReportPartyChatWindowClose
- Add SafetyService.ReportPartyChatWindowOpen
- Add SessionService.GetBreadcrumbs
- Add SessionService.GetHistory
- Add SessionService.SessionChanged
- Add SlimAnimationDataEntity.RootIndex
- Remove Sound.IsMutedForCapture
- Add StudioDeviceSimulatorService
- Add TestService.RequestValidationAsync
- Change Default of TextBox.PlaceholderColor3
from
Color3(0.7, 0.7, 0.7)
to
Color3(0.5, 0.5, 0.5)
- Add TextChatMessage.ChatActionType
- Add TextChatService.ChatActionReceived
- Change Parameters of TextChatService.ServerToClientChatActionReplicateSignal
from
(chatActionMessage: TextChatMessage)
to
(data: Dictionary)
- Add TextSource.DisplayName
- Add TextSource.Username
- Add UGCValidationService.GetExpectedTposeRotation
- Add UGCValidationService.GetLayeredClothingPostDeformationSize
- Add Workspace.MeshStreamingAndImprovedLods
- Add DeviceSimulatorScalingMode
- Add ReceiptDecision
- Add ReceiptType
- Add SensorMode.ClassicLadder
- Add VoiceRccReconnectReason.FAEUpdate
- (v0.716.0.7160873)
version-468628c5c08447aeRelease notes
- Change Parameters of AdService.RegisterDisclosureButton
from
(disclosureButton: GuiButton, immersiveBrandedAdId: string)
to
(disclosureButton: GuiButton, adIntegrationPlacementId: string)
- Change Parameters of DataModel.GetObjectsAllOrNone
from
(url: ContentId, binaryFormatOnly: bool = false)
to
(url: ContentId)
- Remove FeatureRestrictionManager.UpdateExperienceChatTimeout
- Remove FeatureRestrictionManager.UpdateFeatureTimeout
- Add GamepadService.AutoSelectGui
- Add Humanoid.ServerResetCharacter
- Add LodDataEntity.EntityVisible
- Add LogService.Error
- Add LogService.Info
- Add LogService.Log
- Add LogService.Output
- Add LogService.Warn
- Change Parameters of LogService.MessageOut
from
(message: string, messageType: MessageType)
to
(message: string, messageType: MessageType, context: Dictionary)
- Change Parameters of MarketplaceService.PromptBulkPurchaseRequested
from
(player: Instance, displayData: Array, orderRequest: Dictionary, purchaserRobuxBalance: int64, orderTotalRobux: int64, options: Dictionary)
to
(player: Instance, displayData: Array, orderRequest: Dictionary, purchaserRobuxBalance: int64, orderTotalRobux: int64, options: Dictionary, discountInformation: Dictionary)
- Add NotificationService.SubscribeToRccEventNamespace
- Add SurfaceAppearance.ResampleMode
- Remove TextChatService.AllocateUniverseChatChannelAsync
- Add TextChatService.HasAllocatedUniverseChatContext
- Add TextChatService.SendingUniverseChatMessage
- Add TextChatService.ServerToClientChatActionReplicateSignal
- Add TextChatService.ServerToClientUniverseChatChannelAllocatedSignalV1
- Add TextChatService.UniverseChatChannelAllocated
- Change LegacyNames of RigLabel.LeftToeBase
from
[LeftToes]
to
[]
- Change LegacyNames of RigLabel.RightToeBase
from
[RightToes]
to
[]
- Change LegacyNames of RigLabel.Spine
from
[Pelvis]
to
[]
- (v0.715.0.7151110)
version-7091b4c2589245e0Release notes
- Add Animator.PlayStartStepId0
- Add Animator.PlayStartStepId1
- Add Animator.PlayStartStepId2
- Add Animator.PlayStartStepId3
- Add Animator.PlayStartStepId4
- Add Animator.PlayStartStepId5
- Add Animator.PlayStartStepId6
- Add Animator.PlayStartStepId7
- Add AvatarCreationService.ReplicateAvatarGenerationImageIdWithErrorType
- Add CaptureService.UploadCaptureAndPostMoment
- Remove DataModel.ReportInGoogleAnalytics
- Add GeneratedFolder
- Add HumanoidRigDescription.GetContainedJointLabels
- Change Parameters of Players.SetLocalPlayerInfo
from
(userId: int64, userName: string, displayName: string, membershipType: MembershipType, isUnder13: bool)
to
(userId: int64, userName: string, displayName: string, membershipType: MembershipType, isUnder13: bool, hasRobloxSubscription: bool = false)
- Add PluginConnection
- Add PluginConnectionService
- Add ProceduralBehaviorSchedulerService
- Add ProceduralModel
- Add RealtimeMedia
- Add RootImportData.PhysicalConstraintType
- Add ScriptContext.EnableCoverage
- Change Security of ScriptContext.GetCoverageStats
from
RobloxScriptSecurity
to
None
- Add SlimAnimationDataEntity.EntityScale
- Change Tags of StarterPlayer.AvatarJointUpgrade
from
[NotReplicated, NotScriptable]
to
[NotReplicated]
- Change WriteSecurity of StarterPlayer.AvatarJointUpgrade
from
None
to
RobloxScriptSecurity
- Change ReadSecurity of StarterPlayer.AvatarJointUpgrade
from
None
to
RobloxScriptSecurity
- Add StudioTestService.AddPlayers
- Add StudioTestService.CanLeaveTest
- Add StudioTestService.ExecuteMultiplayerTestAsync
- Add StudioTestService.LeaveTest
- Add TextChatService.AllocateUniverseChatChannelAsync
- Add TextChatService.SendUniverseChatMessageAsync
- Add TextChatService.ClientToServerUniverseChatMessageSignalV1
- Add TextChatService.ServerToClientUniverseChatMessageSignalV1
- Add TextChatService.UniverseChatMessageReceived
- Remove UGCValidationService.CompareTextureOverlapByteString
- Remove UGCValidationService.CompareTextureOverlapTextureId
- Add UGCValidationService.CreateEditableImageOriginalSizeAsync
- Remove UGCValidationService.GetCagingRelevancyMetrics
- Remove UGCValidationService.GetDynamicHeadMeshInactiveControls
- Remove UGCValidationService.GetEditableImageData
- Remove UGCValidationService.GetFacsDrivenJointNamesFromMeshId
- Remove UGCValidationService.GetImageTransparencyWithByteString
- Remove UGCValidationService.GetImageTransparencyWithTextureID
- Remove UGCValidationService.GetMaxNearbyVerticesCollisions
- Remove UGCValidationService.GetMeshTriCount
- Remove UGCValidationService.GetMeshVertColors
- Remove UGCValidationService.GetSkinnedJointNamesFromMeshId
- Remove UGCValidationService.GetSkinningTransferJointsInfo
- Remove UGCValidationService.GetTextureSize
- Remove UGCValidationService.ValidateCageMeshIntersection
- Remove UGCValidationService.ValidateCageUVCoincident
- Remove UGCValidationService.ValidateCageUVTriangleArea
- Remove UGCValidationService.ValidateDynamicHeadMesh
- Remove UGCValidationService.ValidateEditableImageSize
- Remove UGCValidationService.ValidateFacialBounds
- Remove UGCValidationService.ValidateFacialExpressiveness
- Remove UGCValidationService.ValidateImageTransparencyThresholdByteString
- Remove UGCValidationService.ValidateImageTransparencyThresholdByteString_V2
- Remove UGCValidationService.ValidateImageTransparencyThresholdTextureID
- Remove UGCValidationService.ValidateImageTransparencyThresholdTextureID_V2
- Remove UGCValidationService.ValidateMeshVertColors
- Remove UGCValidationService.ValidateOverlappingVertices
- Remove UGCValidationService.ValidatePartBBoxAfterFullFacsFromMeshIds
- Remove UGCValidationService.ValidateSkinnedMesh
- Remove UGCValidationService.ValidateTextureAlpha
- Remove UGCValidationService.ValidateTextureAlphaByteString
- Remove UGCValidationService.ValidateUVValuesInReference
- Add UserInputService.CreateVirtualInput
- Add VirtualInput
- Change Parameters of VoiceChatService.SsrcUserIdMappingUpdate
from
(ssrcs: Array, userIds: Array, sessionId: string, eventTag: int64)
to
(ssrcs: Array, userIds: Array, feedIds: Array, sessionId: string, eventTag: int64)
- Add Workspace.ValidateEnabledProximityPrompt
- Change Index of AnimationPriority.Action
from
3
to
2
- Change Index of AnimationPriority.Action2
from
4
to
3
- Change Index of AnimationPriority.Action3
from
5
to
4
- Change Index of AnimationPriority.Action4
from
6
to
5
- Change Index of AnimationPriority.Core
from
0
to
6
- Change Index of AnimationPriority.Idle
from
1
to
0
- Change Index of AnimationPriority.Movement
from
2
to
1
- Change Index of AssetType.DressSkirtAccessory
from
51
to
53
- Change Index of AssetType.DynamicHead
from
56
to
58
- Change Index of AssetType.EarAccessory
from
60
to
41
- Change Index of AssetType.EmoteAnimation
from
41
to
43
- Change Index of AssetType.EyeAccessory
from
61
to
42
- Change Index of AssetType.EyeMakeup
from
59
to
61
- Change Index of AssetType.EyebrowAccessory
from
53
to
55
- Change Index of AssetType.EyelashAccessory
from
54
to
56
- Change Index of AssetType.FaceMakeup
from
57
to
59
- Change Index of AssetType.FontFamily
from
52
to
54
- Change Index of AssetType.JacketAccessory
from
46
to
48
- Change Index of AssetType.LeftShoeAccessory
from
49
to
51
- Change Index of AssetType.LipMakeup
from
58
to
60
- Change Index of AssetType.MoodAnimation
from
55
to
57
- Change Index of AssetType.PantsAccessory
from
45
to
47
- Change Index of AssetType.RightShoeAccessory
from
50
to
52
- Change Index of AssetType.ShirtAccessory
from
44
to
46
- Change Index of AssetType.ShortsAccessory
from
48
to
50
- Change Index of AssetType.SweaterAccessory
from
47
to
49
- Change Index of AssetType.TShirtAccessory
from
43
to
45
- Change Index of AssetType.Video
from
42
to
44
- Change Index of AvatarAssetType.DressSkirtAccessory
from
36
to
35
- Change Index of AvatarAssetType.EmoteAnimation
from
27
to
26
- Change Index of AvatarAssetType.EyebrowAccessory
from
37
to
36
- Change Index of AvatarAssetType.EyelashAccessory
from
38
to
37
- Change Index of AvatarAssetType.JacketAccessory
from
31
to
30
- Change Index of AvatarAssetType.LeftShoeAccessory
from
34
to
33
- Change Index of AvatarAssetType.MoodAnimation
from
26
to
38
- Change Index of AvatarAssetType.PantsAccessory
from
30
to
29
- Change Index of AvatarAssetType.RightShoeAccessory
from
35
to
34
- Change Index of AvatarAssetType.ShirtAccessory
from
29
to
28
- Change Index of AvatarAssetType.ShortsAccessory
from
33
to
32
- Change Index of AvatarAssetType.SweaterAccessory
from
32
to
31
- Change Index of AvatarAssetType.TShirtAccessory
from
28
to
27
- Change Index of Button.Dismount
from
1
to
0
- Change Index of Button.Jump
from
0
to
1
- Change Index of Material.Basalt
from
14
to
6
- Change Index of Material.Brick
from
9
to
13
- Change Index of Material.Cobblestone
from
11
to
15
- Change Index of Material.Concrete
from
7
to
9
- Change Index of Material.CrackedLava
from
15
to
8
- Change Index of Material.Granite
from
8
to
11
- Change Index of Material.Limestone
from
16
to
10
- Change Index of Material.Pavement
from
17
to
12
- Change Index of Material.Pebble
from
10
to
14
- Change Index of Material.Rock
from
12
to
16
- Change Index of Material.Sandstone
from
13
to
17
- Change Index of Material.Slate
from
6
to
7
- Add PhysicalConstraintType
- Add PluginConnectionTargetType
- Change Index of PrivilegeType.Admin
from
1
to
3
- Change Index of PrivilegeType.Banned
from
4
to
0
- Change Index of PrivilegeType.Owner
from
0
to
4
- Change Index of PrivilegeType.Visitor
from
3
to
1
- Add PurchaseOption
- Change Index of ReservedHighlightId.Active
from
3
to
1
- Change Index of ReservedHighlightId.Selection
from
1
to
3
- Change Index of ThreadPoolConfig.Auto
from
4
to
0
- Change Index of ThreadPoolConfig.PerCore1
from
3
to
7
- Change Index of ThreadPoolConfig.PerCore2
from
2
to
8
- Change Index of ThreadPoolConfig.PerCore3
from
1
to
9
- Change Index of ThreadPoolConfig.PerCore4
from
0
to
10
- Change Index of ThreadPoolConfig.Threads1
from
5
to
1
- Change Index of ThreadPoolConfig.Threads16
from
10
to
6
- Change Index of ThreadPoolConfig.Threads2
from
6
to
2
- Change Index of ThreadPoolConfig.Threads3
from
7
to
3
- Change Index of ThreadPoolConfig.Threads4
from
8
to
4
- Change Index of ThreadPoolConfig.Threads8
from
9
to
5
- Change Index of ThrottlingPriority.Default
from
2
to
0
- Change Index of ThrottlingPriority.Extreme
from
0
to
2
- Change Index of TrackerExtrapolationFlagMode.Auto
from
0
to
3
- Change Index of TrackerExtrapolationFlagMode.ExtrapolateFacsAndPose
from
2
to
1
- Change Index of TrackerExtrapolationFlagMode.ExtrapolateFacsOnly
from
3
to
2
- Change Index of TrackerExtrapolationFlagMode.ForceDisabled
from
1
to
0
- Change Index of TrackerLodFlagMode.Auto
from
0
to
2
- Change Index of TrackerLodFlagMode.ForceFalse
from
1
to
0
- Change Index of TrackerLodFlagMode.ForceTrue
from
2
to
1
- Change Index of TrackerLodValueMode.Auto
from
0
to
2
- Change Index of TrackerLodValueMode.Force0
from
1
to
0
- Change Index of TrackerLodValueMode.Force1
from
2
to
1
- Change Index of TriStateBoolean.False
from
0
to
2
- Change Index of TriStateBoolean.Unknown
from
2
to
0
- (v0.714.0.7141083)
version-814d0e01992943e0Release notes
- Add AnimationRigData.Generic
- Add AnimationTrack.UpdateGraphNodeProperty
- Add AudioPlayer.Cancel
- Change Parameters of AudioPlayer.Play
from
()
to
(atTime: double?)
- Change ReturnType of AudioPlayer.Play
from
null
to
int64?
- Change Parameters of AudioPlayer.Stop
from
()
to
(atTime: double?)
- Change ReturnType of AudioPlayer.Stop
from
null
to
int64?
- Add AuroraScriptService.GetAllCollections
- Add AuroraService.EnableInputLatencyMaxResimFrames
- Add AuroraService.InputLatencyMaxResimFrames
- Remove AuroraService.SetIncomingReplicationLag
- Add AuroraService.SetReplicationLag
- Remove AuroraService.Misprediction
- Add AvatarAbilityRules.CharacterControllerMode
- Remove AvatarAbilityRules.EnableCrouching
- Add AvatarAbilityRules.EnableFallingDown
- Add AvatarAbilityRules.EnableGettingUp
- Remove AvatarAbilityRules.EnableSprinting
- Remove AvatarAbilityRules.EnableStrafing
- Remove AvatarAbilityRules.EnableStumbling
- Add AvatarCreationService.CreateCageMeshPartsWithScaleForExportAsync
- Add ContextActionService.NetcodeInputLatency
- Add ContextActionService.GetInputSchemaKeyCodeTree
- Add ControllerPartSensor.SensedMaterial
- Remove ConversationalAIAcceptanceService
- Add DeferredAssetManagerService
- Add ExperienceService.GetPlaceJoinState
- Add ExperienceService.PlaceJoinStateChanged
- Add ImageScreenCaptureService
- Add InternalMessagingService
- Add MarketplaceService.ClearProductInfoCaches
- Add MarketplaceService.PromptRobloxSubscriptionPurchase
- Add MarketplaceService.SignalMockPurchaseRobloxSubscription
- Add MarketplaceService.ConfirmPlayerHasRobloxSubscription
- Add MarketplaceService.MockPurchaseRobloxSubscription
- Add MarketplaceService.PromptRobloxSubscriptionPurchaseFinished
- Add MarketplaceService.PromptRobloxSubscriptionPurchaseRequested
- Change CanSave of NetworkSettings.InboundNetworkLossPercent
from
false
to
true
- Change CanLoad of NetworkSettings.InboundNetworkLossPercent
from
false
to
true
- Change CanSave of NetworkSettings.InboundNetworkMaxDelayMs
from
false
to
true
- Change CanLoad of NetworkSettings.InboundNetworkMaxDelayMs
from
false
to
true
- Change CanLoad of NetworkSettings.InboundNetworkMinDelayMs
from
false
to
true
- Change CanSave of NetworkSettings.InboundNetworkMinDelayMs
from
false
to
true
- Change CanLoad of NetworkSettings.NetworkEmulationEnabled
from
false
to
true
- Change CanSave of NetworkSettings.NetworkEmulationEnabled
from
false
to
true
- Change CanLoad of NetworkSettings.OutboundNetworkLossPercent
from
false
to
true
- Change CanSave of NetworkSettings.OutboundNetworkLossPercent
from
false
to
true
- Change CanSave of NetworkSettings.OutboundNetworkMaxDelayMs
from
false
to
true
- Change CanLoad of NetworkSettings.OutboundNetworkMaxDelayMs
from
false
to
true
- Change CanLoad of NetworkSettings.OutboundNetworkMinDelayMs
from
false
to
true
- Change CanSave of NetworkSettings.OutboundNetworkMinDelayMs
from
false
to
true
- Add Player.InputLatency
- Change Parameters of RunService.BindToSimulation
from
(function: Function, frequency: StepFrequency = Hz60)
to
(function: Function, frequency: StepFrequency = Hz30)
- Change Parameters of RunService.Misprediction
from
(remoteWorldStepId: int, mispredictedInstances: Array)
to
(time: double, instances: Array, stats: Dictionary)
- Add SlimAnimationDataEntity.SlimInstanceHashes
- Add SoundService.GetMixerTime
- Change Parameters of StudioAssetService.PromptSaveInstanceToRobloxAsync
from
(instance: Instance, assetType: Variant)
to
(instance: Instance, assetType: Variant, groupId: int64?)
- Change Parameters of StudioAssetService.OnPromptSaveInstanceToRobloxAsync
from
(instance: Instance, assetType: Variant, requestId: string)
to
(instance: Instance, assetType: Variant, requestId: string, groupId: int64?)
- Add StudioCaptureService
- Add StudioScreenshotCapture
- Change WriteSecurity of Terrain.VoxelGridAssetContentMap
from
None
to
RobloxScriptSecurity
- Change ReadSecurity of Terrain.VoxelGridAssetContentMap
from
None
to
RobloxScriptSecurity
- Change Category of Workspace.SandboxedInstanceMode
from
Behavior
to
Permissions
- Change LegacyNames of AnimationNodeInterruptible.Finished
from
[ClipFinished]
to
[]
- Change LegacyNames of AnimationNodeInterruptible.Trigger
from
[Expression]
to
[]
- Change LegacyNames of AnimationNodeType.OverNode
from
[BlendNode]
to
[]
- Change LegacyNames of AnimationNodeWaitFor.Finished
from
[ClipFinished]
to
[]
- Change LegacyNames of AnimationNodeWaitFor.Trigger
from
[Expression]
to
[]
- Add AvatarSettingsCharacterControllerMode
- Change Index of CreateContentResult.StorageLimitExceeded
from
4
to
3
- Change Value of CreateContentResult.StorageLimitExceeded
from
5
to
4
- Change Index of CreateContentResult.Unknown
from
3
to
4
- Change Value of CreateContentResult.Unknown
from
4
to
5
- Add DeviceType.TV
- Add PrefetchDownloadStatus
- Add SolidPrimitiveType.RoundedBox
- Add StudioCaptureBufferStatus
- Add StudioCaptureScreenshotFormat
- (v0.707.0.7070728)
version-b215b632ea4841a0Release notes
- Remove AssetService.CreateEditableMeshStripSkinningAsync
- Change Tags of AudioDeviceInput.MutedByLocalUser
from
[NotReplicated]
to
[Hidden, NotReplicated]
- Change Tags of AudioEmitter.PositionOverride
from
[]
to
[Hidden]
- Change Tags of AudioListener.PositionOverride
from
[]
to
[Hidden]
- Change Tags of AudioPlayer.IsMutedForCapture
from
[]
to
[Hidden]
- Change Parameters of CaptureService.ReadCapturesFromGalleryAsync
from
(captureTypeFilters: Array = {})
to
(captureTypeFilters: Array = {}, readFromAllEligibleExperiences: bool = false)
- Add GuiService.DisplayScalingMode
- Change ReturnType of Instance.GetDescendants
from
Array
to
Instances
- Add PhysicsService.CollisionGroupCollidableChanged
- Add ReflectionService.GetEventsOfClass
- Add ReflectionService.GetMethodsOfClass
- Change Tags of Sound.ChannelCount
from
[ReadOnly, NotReplicated, NotBrowsable]
to
[Hidden, ReadOnly, NotReplicated, NotBrowsable]
- Change Tags of Sound.IsMutedForCapture
from
[]
to
[Hidden]
- Change Tags of StarterPlayer.AvatarJointUpgrade
from
[NotReplicated, NotScriptable, NotBrowsable]
to
[NotReplicated, NotScriptable]
- Change Tags of StarterPlayer.ClassicDeath
from
[NotBrowsable]
to
[]
- Add Studio.CommandBarEnterExec
- Add TextChatService.GetChatGroupsAsync
- Add TraceRouteService
- Add VoiceChatService.GetChatGroupsAsync
- Add WrapDeformMeshProvider
- Add ConnectionError.DisconnectCollaboratorNotAgeVerified
- Add ConnectionError.DisconnectCollaboratorOwnerActionRequired
- Add ConnectionError.DisconnectCollaboratorTooManyCollaborators
- Add ConnectionError.DisconnectCollaboratorTrustedConnectionsRequired
- Add ConnectionError.DisconnectCollaboratorUnknownError
- Change Index of ConnectionError.PlacelaunchCreatorBan
from
77
to
82
- Change Index of ConnectionError.PlacelaunchCustomMessage
from
78
to
83
- Change Index of ConnectionError.PlacelaunchDisabled
from
64
to
69
- Change Index of ConnectionError.PlacelaunchError
from
65
to
70
- Change Index of ConnectionError.PlacelaunchErrors
from
63
to
68
- Change Index of ConnectionError.PlacelaunchFlooded
from
71
to
76
- Change Index of ConnectionError.PlacelaunchGameEnded
from
66
to
71
- Change Index of ConnectionError.PlacelaunchGameFull
from
67
to
72
- Change Index of ConnectionError.PlacelaunchHashException
from
73
to
78
- Change Index of ConnectionError.PlacelaunchHashExpired
from
72
to
77
- Change Index of ConnectionError.PlacelaunchHttpError
from
75
to
80
- Change Index of ConnectionError.PlacelaunchOtherError
from
79
to
84
- Change Index of ConnectionError.PlacelaunchPartyCannotFit
from
74
to
79
- Change Index of ConnectionError.PlacelaunchRestricted
from
69
to
74
- Change Index of ConnectionError.PlacelaunchUnauthorized
from
70
to
75
- Change Index of ConnectionError.PlacelaunchUserLeft
from
68
to
73
- Change Index of ConnectionError.PlacelaunchUserPrivacyUnauthorized
from
76
to
81
- Change Index of ConnectionError.TeleportErrors
from
80
to
85
- Change Index of ConnectionError.TeleportFailure
from
81
to
86
- Change Index of ConnectionError.TeleportFlooded
from
86
to
91
- Change Index of ConnectionError.TeleportGameEnded
from
83
to
88
- Change Index of ConnectionError.TeleportGameFull
from
84
to
89
- Change Index of ConnectionError.TeleportGameNotFound
from
82
to
87
- Change Index of ConnectionError.TeleportIsTeleporting
from
87
to
92
- Change Index of ConnectionError.TeleportUnauthorized
from
85
to
90
- Add DataModelExtractorFileType.NonFirstSlice
- Remove DataModelExtractorFileType.NonFirstSliceSlice
- Add DisplayScalingMode
- Change Index of KeyCode.MouseBackButton
from
267
to
270
- Change Index of KeyCode.MouseNoButton
from
268
to
271
- Add KeyCode.MouseWheel
- Change Index of KeyCode.MouseX
from
269
to
272
- Change Index of KeyCode.MouseY
from
270
to
273
- Add KeyCode.TrackpadPan
- Add KeyCode.TrackpadPinch
- Change Index of KeyCode.World0
from
171
to
174
- Change Index of KeyCode.World1
from
172
to
175
- Change Index of KeyCode.World10
from
181
to
184
- Change Index of KeyCode.World11
from
182
to
185
- Change Index of KeyCode.World12
from
183
to
186
- Change Index of KeyCode.World13
from
184
to
187
- Change Index of KeyCode.World14
from
185
to
188
- Change Index of KeyCode.World15
from
186
to
189
- Change Index of KeyCode.World16
from
187
to
190
- Change Index of KeyCode.World17
from
188
to
191
- Change Index of KeyCode.World18
from
189
to
192
- Change Index of KeyCode.World19
from
190
to
193
- Change Index of KeyCode.World2
from
173
to
176
- Change Index of KeyCode.World20
from
191
to
194
- Change Index of KeyCode.World21
from
192
to
195
- Change Index of KeyCode.World22
from
193
to
196
- Change Index of KeyCode.World23
from
194
to
197
- Change Index of KeyCode.World24
from
195
to
198
- Change Index of KeyCode.World25
from
196
to
199
- Change Index of KeyCode.World26
from
197
to
200
- Change Index of KeyCode.World27
from
198
to
201
- Change Index of KeyCode.World28
from
199
to
202
- Change Index of KeyCode.World29
from
200
to
203
- Change Index of KeyCode.World3
from
174
to
177
- Change Index of KeyCode.World30
from
201
to
204
- Change Index of KeyCode.World31
from
202
to
205
- Change Index of KeyCode.World32
from
203
to
206
- Change Index of KeyCode.World33
from
204
to
207
- Change Index of KeyCode.World34
from
205
to
208
- Change Index of KeyCode.World35
from
206
to
209
- Change Index of KeyCode.World36
from
207
to
210
- Change Index of KeyCode.World37
from
208
to
211
- Change Index of KeyCode.World38
from
209
to
212
- Change Index of KeyCode.World39
from
210
to
213
- Change Index of KeyCode.World4
from
175
to
178
- Change Index of KeyCode.World40
from
211
to
214
- Change Index of KeyCode.World41
from
212
to
215
- Change Index of KeyCode.World42
from
213
to
216
- Change Index of KeyCode.World43
from
214
to
217
- Change Index of KeyCode.World44
from
215
to
218
- Change Index of KeyCode.World45
from
216
to
219
- Change Index of KeyCode.World46
from
217
to
220
- Change Index of KeyCode.World47
from
218
to
221
- Change Index of KeyCode.World48
from
219
to
222
- Change Index of KeyCode.World49
from
220
to
223
- Change Index of KeyCode.World5
from
176
to
179
- Change Index of KeyCode.World50
from
221
to
224
- Change Index of KeyCode.World51
from
222
to
225
- Change Index of KeyCode.World52
from
223
to
226
- Change Index of KeyCode.World53
from
224
to
227
- Change Index of KeyCode.World54
from
225
to
228
- Change Index of KeyCode.World55
from
226
to
229
- Change Index of KeyCode.World56
from
227
to
230
- Change Index of KeyCode.World57
from
228
to
231
- Change Index of KeyCode.World58
from
229
to
232
- Change Index of KeyCode.World59
from
230
to
233
- Change Index of KeyCode.World6
from
177
to
180
- Change Index of KeyCode.World60
from
231
to
234
- Change Index of KeyCode.World61
from
232
to
235
- Change Index of KeyCode.World62
from
233
to
236
- Change Index of KeyCode.World63
from
234
to
237
- Change Index of KeyCode.World64
from
235
to
238
- Change Index of KeyCode.World65
from
236
to
239
- Change Index of KeyCode.World66
from
237
to
240
- Change Index of KeyCode.World67
from
238
to
241
- Change Index of KeyCode.World68
from
239
to
242
- Change Index of KeyCode.World69
from
240
to
243
- Change Index of KeyCode.World7
from
178
to
181
- Change Index of KeyCode.World70
from
241
to
244
- Change Index of KeyCode.World71
from
242
to
245
- Change Index of KeyCode.World72
from
243
to
246
- Change Index of KeyCode.World73
from
244
to
247
- Change Index of KeyCode.World74
from
245
to
248
- Change Index of KeyCode.World75
from
246
to
249
- Change Index of KeyCode.World76
from
247
to
250
- Change Index of KeyCode.World77
from
248
to
251
- Change Index of KeyCode.World78
from
249
to
252
- Change Index of KeyCode.World79
from
250
to
253
- Change Index of KeyCode.World8
from
179
to
182
- Change Index of KeyCode.World80
from
251
to
254
- Change Index of KeyCode.World81
from
252
to
255
- Change Index of KeyCode.World82
from
253
to
256
- Change Index of KeyCode.World83
from
254
to
257
- Change Index of KeyCode.World84
from
255
to
258
- Change Index of KeyCode.World85
from
256
to
259
- Change Index of KeyCode.World86
from
257
to
260
- Change Index of KeyCode.World87
from
258
to
261
- Change Index of KeyCode.World88
from
259
to
262
- Change Index of KeyCode.World89
from
260
to
263
- Change Index of KeyCode.World9
from
180
to
183
- Change Index of KeyCode.World90
from
261
to
264
- Change Index of KeyCode.World91
from
262
to
265
- Change Index of KeyCode.World92
from
263
to
266
- Change Index of KeyCode.World93
from
264
to
267
- Change Index of KeyCode.World94
from
265
to
268
- Change Index of KeyCode.World95
from
266
to
269
- Add ReservedHighlightId.NegatedPart
- (v0.705.0.7050924)
version-3c94859b7ab74ea4Release notes
- Change Default of Accoutrement.AttachmentPoint
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of AlignOrientation.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of AnimationConstraint.C0
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of AnimationConstraint.C1
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of AnimationConstraint.Transform
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Animator.RootMotion
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Attachment.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Attachment.WorldCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of BodyGyro.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of BodyGyro.cframe
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Bone.Transform
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Bone.TransformedCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Bone.TransformedWorldCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of CFrameValue.Value
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Camera.CFrame
from
to
CFrame(0, 20, 20, 1, 0, -0, -0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829)
- Change Default of Camera.CoordinateFrame
from
to
CFrame(0, 20, 20, 1, 0, -0, -0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829)
- Change Default of Camera.Focus
from
to
CFrame(0, 0, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Camera.focus
from
to
CFrame(0, 0, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Collaborator.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of ControllerPartSensor.HitFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of DragDetector.DragFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of DragDetector.PhysicalDragTargetFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Index1TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Index2TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Index3TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Middle1TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Middle2TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Middle3TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Pinky1TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Pinky2TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Pinky3TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Ring1TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Ring2TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Ring3TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Thumb1TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Thumb2TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HandRigDescription.Thumb3TposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.ChestTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.HeadBaseTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftAnkleTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftClavicleTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftElbowTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftHipTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftKneeTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftShoulderTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftToesTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.LeftWristTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.NeckTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.OriginOffset
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.PelvisTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightAnkleTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightClavicleTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightElbowTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightHipTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightKneeTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightShoulderTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightToesTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RightWristTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.RootTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of HumanoidRigDescription.WaistTposeAdjustment
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of IKControl.EndEffectorOffset
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of IKControl.Offset
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of LodDataEntity.EntityPosition
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Model.ModelMeshCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Model.WorldPivot
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Motor6D.Transform
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Pose.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of RenderingTest.CFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone0
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone1
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone10
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone11
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone12
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone13
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone14
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone15
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone16
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone17
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone18
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone19
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone2
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone20
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone21
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone22
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone23
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone24
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone25
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone26
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone27
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone28
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone29
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone3
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone30
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone31
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone4
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone5
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone6
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone7
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone8
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of SlimAnimationDataEntity.SlimBone9
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of TeamCreateData.InitialCameraCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of Tool.Grip
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of VRService.PointerHitCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of ViewportFrame.CameraCFrame
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of WeldConstraint.CFrame0
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of WeldConstraint.CFrame1
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of WrapLayer.BindOffset
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of WrapLayer.ReferenceOrigin
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- Change Default of WrapLayer.ReferenceOriginWorld
from
to
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
- (v0.705.0.7050923)
version-53373454f7df4478Release notes
- Change Default of Accoutrement.AttachmentPoint
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of AlignOrientation.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of AnimationConstraint.C0
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of AnimationConstraint.C1
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of AnimationConstraint.Transform
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Animator.RootMotion
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Remove Animator.OnStreamingUpdated
- Add AssetImportService.PickFileWithPromptAsync
- Remove AssetService.GetBundleDetailsSync
- Change Default of Attachment.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Attachment.WorldCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Remove AuroraService.SetPropertyIsInput
- Add BaseCoreGuiConfiguration
- Change Default of BodyGyro.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of BodyGyro.cframe
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Bone.Transform
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Bone.TransformedCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Bone.TransformedWorldCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of CFrameValue.Value
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Camera.CFrame
from
CFrame(0, 20, 20, 1, 0, -0, -0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829)
to
- Change Default of Camera.CoordinateFrame
from
CFrame(0, 20, 20, 1, 0, -0, -0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829)
to
- Change Default of Camera.Focus
from
CFrame(0, 0, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Camera.focus
from
CFrame(0, 0, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add CapturesViewConfiguration
- Change Default of Collaborator.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of ControllerPartSensor.HitFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add CoreGuiConfiguration
- Change Default of DragDetector.DragFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of DragDetector.PhysicalDragTargetFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add ExperienceStateRecordingService.GetPlaybackCurrentFrame
- Add ExperienceStateRecordingService.SetPlaybackFrame
- Change Default of HandRigDescription.Index1TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Index2TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Index3TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Middle1TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Middle2TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Middle3TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Pinky1TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Pinky2TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Pinky3TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Ring1TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Ring2TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Ring3TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Thumb1TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Thumb2TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HandRigDescription.Thumb3TposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.ChestTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.HeadBaseTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftAnkleTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftClavicleTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftElbowTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftHipTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftKneeTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftShoulderTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftToesTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.LeftWristTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.NeckTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.OriginOffset
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.PelvisTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightAnkleTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightClavicleTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightElbowTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightHipTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightKneeTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightShoulderTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightToesTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RightWristTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.RootTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of HumanoidRigDescription.WaistTposeAdjustment
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of IKControl.EndEffectorOffset
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of IKControl.Offset
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add InstanceFileSyncService.GetTooltip
- Change Default of LodDataEntity.EntityPosition
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add LodDataEntity.SlimReplicationTimestampSec
- Remove MarketplaceService.GetDeveloperProductsForExperienceDetailsPageAsync
- Change Parameters of MarketplaceService.PerformPurchase
from
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = )
to
(infoType: InfoType, productId: int64, expectedPrice: int, requestId: string, isRobloxPurchase: bool, collectibleItemId: string = , collectibleProductId: string = , idempotencyKey: string = , purchaseAuthToken: string = , timedOptionsDays: int64 = 0)
- Change Default of Model.ModelMeshCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Model.WorldPivot
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Motor6D.Transform
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add PlayerListConfiguration
- Change Default of Pose.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of RenderingTest.CFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add SelfViewConfiguration
- Change Default of SlimAnimationDataEntity.SlimBone0
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone1
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone10
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone11
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone12
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone13
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone14
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone15
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone16
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone17
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone18
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone19
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone2
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone20
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone21
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone22
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone23
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone24
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone25
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone26
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone27
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone28
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone29
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone3
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone30
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone31
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone4
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone5
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone6
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone7
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone8
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of SlimAnimationDataEntity.SlimBone9
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add SlimAnimationDataEntity.SlimReplicationTimestampSec
- Add Studio.CommandBarFont
- Add Studio.DraggerLengthFactor
- Add Studio.DraggerScaleFactor
- Add Studio.DraggerShowAxisTicks
- Add Studio.DraggerShowNegativeAxes
- Add Studio.DraggerShowPlanes
- Add Studio.DraggerShowTrackball
- Add Studio.DraggerShowWhileDragging
- Add StyleQuery.PreferredInput
- Add StyleQuery.ReducedMotionEnabled
- Add StyleQuery.ViewportDisplaySize
- Change Default of TeamCreateData.InitialCameraCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of Tool.Grip
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add UGCValidationService.GetMaximalJointDistancesWithinFacs
- Change Default of VRService.PointerHitCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of ViewportFrame.CameraCFrame
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Remove VoiceChatService.SubscriptionDropped
- Change Default of WeldConstraint.CFrame0
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of WeldConstraint.CFrame1
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of WrapLayer.BindOffset
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of WrapLayer.ReferenceOrigin
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Change Default of WrapLayer.ReferenceOriginWorld
from
CFrame(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
to
- Add CoreGuiType.AvatarSwitcher
- Change Index of Platform.None
from
21
to
22
- Change Value of Platform.None
from
21
to
22
- Add Platform.Web
- Add TextInputType.NewPassword
- Add TextInputType.NewPasswordShown