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
[]