Skip to content

Commit

Permalink
0.511.0.5110267
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Jan 25, 2022
1 parent 3444fac commit 309fb2b
Show file tree
Hide file tree
Showing 364 changed files with 2,973 additions and 20,941 deletions.
110 changes: 105 additions & 5 deletions API-Dump.json
Expand Up @@ -16194,6 +16194,66 @@
"NotReplicated"
]
},
{
"Members": [
{
"MemberType": "Function",
"Name": "StartWatchingScript",
"Parameters": [
{
"Name": "scriptRef",
"Type": {
"Category": "Primitive",
"Name": "string"
}
},
{
"Name": "debuggerConnectionId",
"Type": {
"Category": "Primitive",
"Name": "int"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "void"
},
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Event",
"Name": "GuidNameChanged",
"Parameters": [
{
"Name": "guid",
"Type": {
"Category": "Primitive",
"Name": "string"
}
},
{
"Name": "fullName",
"Type": {
"Category": "Primitive",
"Name": "string"
}
}
],
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
}
],
"MemoryCategory": "Instances",
"Name": "CrossDMScriptChangeListener",
"Superclass": "Instance",
"Tags": [
"NotCreatable",
"Service",
"NotReplicated"
]
},
{
"Members": [
{
Expand Down Expand Up @@ -18307,6 +18367,17 @@
"NotReplicated"
]
},
{
"Members": [
],
"MemoryCategory": "Instances",
"Name": "LocalDebuggerConnection",
"Superclass": "DebuggerConnection",
"Tags": [
"NotCreatable",
"NotReplicated"
]
},
{
"Members": [
{
Expand Down Expand Up @@ -18790,6 +18861,25 @@
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "IsConnectionForPlayDataModel",
"Parameters": [
{
"Name": "debuggerConnectionId",
"Type": {
"Category": "Primitive",
"Name": "int"
}
}
],
"ReturnType": {
"Category": "Primitive",
"Name": "bool"
},
"Security": "RobloxScriptSecurity",
"ThreadSafety": "Unsafe"
},
{
"MemberType": "Function",
"Name": "OpenScriptAtLine",
Expand Down Expand Up @@ -74507,6 +74597,20 @@
"Category": "Primitive",
"Name": "string"
}
},
{
"Name": "placeId",
"Type": {
"Category": "Primitive",
"Name": "int64"
}
},
{
"Name": "teleportOptions",
"Type": {
"Category": "Class",
"Name": "Instance"
}
}
],
"Security": "None",
Expand Down Expand Up @@ -78898,17 +79002,13 @@
"MemberType": "Property",
"Name": "VignetteEnabled",
"Security": {
"Read": "RobloxScriptSecurity",
"Read": "None",
"Write": "RobloxScriptSecurity"
},
"Serialization": {
"CanLoad": true,
"CanSave": true
},
"Tags": [
"Hidden",
"NotReplicated"
],
"ThreadSafety": "ReadSafe",
"ValueType": {
"Category": "Primitive",
Expand Down
9 changes: 7 additions & 2 deletions API-Dump.txt
Expand Up @@ -853,6 +853,9 @@ Class CookiesService : Instance [NotCreatable] [Service]
Class CorePackages : Instance [NotCreatable] [Service] [NotReplicated]
Class CoreScriptSyncService : Instance [NotCreatable] [Service] [NotReplicated]
Function Variant CoreScriptSyncService:GetScriptFilePath(Instance script) {RobloxScriptSecurity}
Class CrossDMScriptChangeListener : Instance [NotCreatable] [Service] [NotReplicated]
Function void CrossDMScriptChangeListener:StartWatchingScript(string scriptRef, int debuggerConnectionId) {RobloxScriptSecurity}
Event CrossDMScriptChangeListener.GuidNameChanged(string guid, string fullName) {RobloxScriptSecurity}
Class CustomEvent : Instance [Deprecated]
Function Objects CustomEvent:GetAttachedReceivers() [Deprecated]
Function void CustomEvent:SetValue(float newValue) [Deprecated]
Expand Down Expand Up @@ -966,6 +969,7 @@ Class DebuggerConnection : Instance [NotCreatable] [NotReplicated]
Event DebuggerConnection.BreakpointRemoved(Breakpoint breakpoint, Enum.BreakpointRemoveReason reason) {RobloxScriptSecurity}
Event DebuggerConnection.Paused(PausedState pausedState, Enum.DebuggerPauseReason reason) {RobloxScriptSecurity}
Event DebuggerConnection.Resumed(PausedState pausedState) {RobloxScriptSecurity}
Class LocalDebuggerConnection : DebuggerConnection [NotCreatable] [NotReplicated]
Class DebuggerConnectionManager : Instance [NotCreatable] [Service] [NotReplicated]
Property double DebuggerConnectionManager.Timeout {RobloxScriptSecurity} [Hidden] [NotReplicated]
Function int DebuggerConnectionManager:ConnectLocal(DataModel dataModel) {RobloxScriptSecurity}
Expand Down Expand Up @@ -995,6 +999,7 @@ Class DebuggerManager : Instance [NotCreatable] [Service] [NotReplicated]
Event DebuggerManager.DebuggerRemoved(Instance debugger)
Class DebuggerUIService : Instance [NotCreatable] [Service] [NotReplicated]
Function void DebuggerUIService:EditBreakpoint(int metaBreakpointId) {RobloxScriptSecurity}
Function bool DebuggerUIService:IsConnectionForPlayDataModel(int debuggerConnectionId) {RobloxScriptSecurity}
Function void DebuggerUIService:OpenScriptAtLine(string guid, int debuggerConnectionId, int line) {RobloxScriptSecurity}
Function void DebuggerUIService:Pause() {RobloxScriptSecurity}
Function void DebuggerUIService:Resume() {RobloxScriptSecurity}
Expand Down Expand Up @@ -3918,7 +3923,7 @@ Class TeleportService : Instance [NotCreatable] [Service]
Function void TeleportService:TeleportToPrivateServer(int64 placeId, string reservedServerAccessCode, Objects players, string spawnName = "", Variant teleportData, Instance customLoadingScreen = nil)
Function void TeleportService:TeleportToSpawnByName(int64 placeId, string spawnName, Instance player = nil, Variant teleportData, Instance customLoadingScreen = nil)
Event TeleportService.LocalPlayerArrivedFromTeleport(Instance loadingGui, Variant dataTable)
Event TeleportService.TeleportInitFailed(Instance player, Enum.TeleportResult teleportResult, string errorMessage)
Event TeleportService.TeleportInitFailed(Instance player, Enum.TeleportResult teleportResult, string errorMessage, int64 placeId, Instance teleportOptions)
Class TemporaryCageMeshProvider : Instance [NotCreatable] [Service] [NotReplicated]
Class TemporaryScriptService : Instance [NotCreatable] [Service] [NotReplicated]
Class TerrainRegion : Instance
Expand Down Expand Up @@ -4158,7 +4163,7 @@ Class UserGameSettings : Instance [NotCreatable] [UserSettings]
Property bool UserGameSettings.UsedHideHudShortcut {RobloxScriptSecurity}
Property bool UserGameSettings.VREnabled {RobloxScriptSecurity}
Property int UserGameSettings.VRRotationIntensity {RobloxScriptSecurity}
Property bool UserGameSettings.VignetteEnabled {RobloxScriptSecurity} [Hidden] [NotReplicated]
Property bool UserGameSettings.VignetteEnabled {✏️RobloxScriptSecurity}
Function int UserGameSettings:GetCameraYInvertValue()
Function bool UserGameSettings:GetOnboardingCompleted(string onboardingId)
Function bool UserGameSettings:GetTutorialState(string tutorialId) {RobloxScriptSecurity}
Expand Down
Expand Up @@ -12,5 +12,5 @@ Studio.Framework.PageNavigation.LastPage,Last page,Last page,Última página,Der
Studio.Framework.PageNavigation.NextPage,Next page,Next page,Siguiente página,Prochaine page,次のページ,다음 페이지,Próxima página,下一页,下一页,下一頁
Studio.Framework.PageNavigation.PreviousPage,Previous page,Previous page,Página anterior,Page précédente,前のページ,이전 페이지,Página anterior,上一页,上一页,上一頁
Studio.Framework.PageNavigation.PageCount,of {count:int},of {count:int},de {count:int},de {count:int},(全 {count:int} ページ中),{count:int} 중,de {count:int},共 {count:int} 页,共 {count:int} 页,(共 {count:int} 頁)
Studio.Framework.AssetPreview.ByUsername,By @{username},By @{username}, , , , , , , ,
Studio.Framework.AssetPreview.Report,Report,Report, , , , , , , ,
Studio.Framework.AssetPreview.ByUsername,By @{username},By @{username},De {username}, ,作:{username},제작: @{username},De @{username}, , ,創作者:@{username}
Studio.Framework.AssetPreview.Report,Report,Report,Reportar, ,報告する,보고서,Informar, , ,舉報
Expand Up @@ -12,5 +12,5 @@ Studio.Framework.PageNavigation.LastPage,Last page,Last page,Última página,Der
Studio.Framework.PageNavigation.NextPage,Next page,Next page,Siguiente página,Prochaine page,次のページ,다음 페이지,Próxima página,下一页,下一页,下一頁
Studio.Framework.PageNavigation.PreviousPage,Previous page,Previous page,Página anterior,Page précédente,前のページ,이전 페이지,Página anterior,上一页,上一页,上一頁
Studio.Framework.PageNavigation.PageCount,of {count:int},of {count:int},de {count:int},de {count:int},(全 {count:int} ページ中),{count:int} 중,de {count:int},共 {count:int} 页,共 {count:int} 页,(共 {count:int} 頁)
Studio.Framework.AssetPreview.ByUsername,By @{username},By @{username},De {username}, ,作:{username},제작: @{username}, , , ,創作者:@{username}
Studio.Framework.AssetPreview.Report,Report,Report,Reportar, , ,보고서, , , ,舉報
Studio.Framework.AssetPreview.ByUsername,By @{username},By @{username},De {username}, ,作:{username},제작: @{username},De @{username}, , ,創作者:@{username}
Studio.Framework.AssetPreview.Report,Report,Report,Reportar, ,報告する,보고서,Informar, , ,舉報
Expand Up @@ -135,10 +135,8 @@ Studio.AnimationClipEditor.Title.EventName, ,Event Name
Studio.AnimationClipEditor.Title.IK, ,IK
Studio.AnimationClipEditor.Title.ManageIK, ,Manage IK
Studio.AnimationClipEditor.Title.MaxFPS, ,Maximum frame rate is 120 fps
Studio.AnimationClipEditor.Title.MaxPBS, ,Maximum playback speed is 10x
Studio.AnimationClipEditor.Title.MaxPBSParam, ,Maximum playback speed is {speed}x
Studio.AnimationClipEditor.Title.MinFPS, ,Minimum frame rate is 1 fps
Studio.AnimationClipEditor.Title.MinPBS, ,Minimum playback speed is 0.1x
Studio.AnimationClipEditor.Title.MinPBSParam, ,Minimum playback speed is {speed}x
Studio.AnimationClipEditor.Title.NewDuration, ,New Duration
Studio.AnimationClipEditor.Title.NoAnimationExists_Migrated, ,"No animation exists for {rig}, please create one to start animating"
Expand Down

0 comments on commit 309fb2b

Please sign in to comment.