Skip to content

Commit

Permalink
0.487.0.426768
Browse files Browse the repository at this point in the history
  • Loading branch information
Roblox-Client-Tracker committed Jul 21, 2021
1 parent c2ce61d commit d7eede8
Show file tree
Hide file tree
Showing 75 changed files with 18,107 additions and 6,665 deletions.
1,892 changes: 1,564 additions & 328 deletions API-Dump.json

Large diffs are not rendered by default.

64 changes: 61 additions & 3 deletions API-Dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,10 @@ Class DebugSettings : Instance [NotCreatable] [Settings] [NotBrowsable]
Property string DebugSettings.RobloxVersion [ReadOnly]
Class DebuggerBreakpoint : Instance [NotCreatable]
Property string DebuggerBreakpoint.Condition
Property bool DebuggerBreakpoint.ContinueExecution
Property bool DebuggerBreakpoint.IsEnabled
Property int DebuggerBreakpoint.Line [ReadOnly]
Property string DebuggerBreakpoint.LogExpression
Property bool DebuggerBreakpoint.isContextDependentBreakpoint
Class DebuggerConnection : Instance [NotCreatable] [NotReplicated]
Property int DebuggerConnection.Id {RobloxScriptSecurity} [Hidden] [ReadOnly]
Expand Down Expand Up @@ -941,6 +943,57 @@ Class Explosion : Instance
Class Expression : Instance [NotReplicated]
Property string Expression.Expression {RobloxScriptSecurity} [Hidden] [NotReplicated]
Function int Expression:Evaluate(Instance frame, Function status) {RobloxScriptSecurity}
Class FaceControls : Instance
Property float FaceControls.ChinRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.ChinRaiserUpperLip [NotReplicated] [NotScriptable]
Property float FaceControls.Corrugator [NotReplicated] [NotScriptable]
Property float FaceControls.EyesLookDown [NotReplicated] [NotScriptable]
Property float FaceControls.EyesLookLeft [NotReplicated] [NotScriptable]
Property float FaceControls.EyesLookRight [NotReplicated] [NotScriptable]
Property float FaceControls.EyesLookUp [NotReplicated] [NotScriptable]
Property float FaceControls.FlatPucker [NotReplicated] [NotScriptable]
Property float FaceControls.Funneler [NotReplicated] [NotScriptable]
Property float FaceControls.JawDrop [NotReplicated] [NotScriptable]
Property float FaceControls.JawLeft [NotReplicated] [NotScriptable]
Property float FaceControls.JawRight [NotReplicated] [NotScriptable]
Property float FaceControls.LeftBrowLowerer [NotReplicated] [NotScriptable]
Property float FaceControls.LeftCheekPuff [NotReplicated] [NotScriptable]
Property float FaceControls.LeftCheekRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.LeftDimpler [NotReplicated] [NotScriptable]
Property float FaceControls.LeftEyeClosed [NotReplicated] [NotScriptable]
Property float FaceControls.LeftEyeUpperLidRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.LeftInnerBrowRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.LeftLipCornerDown [NotReplicated] [NotScriptable]
Property float FaceControls.LeftLipCornerPuller [NotReplicated] [NotScriptable]
Property float FaceControls.LeftLipStretcher [NotReplicated] [NotScriptable]
Property float FaceControls.LeftLowerLipDepressor [NotReplicated] [NotScriptable]
Property float FaceControls.LeftNoseWrinkler [NotReplicated] [NotScriptable]
Property float FaceControls.LeftOuterBrowRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.LeftUpperLipRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.LipPresser [NotReplicated] [NotScriptable]
Property float FaceControls.LipsTogether [NotReplicated] [NotScriptable]
Property float FaceControls.LowerLipSuck [NotReplicated] [NotScriptable]
Property float FaceControls.MouthLeft [NotReplicated] [NotScriptable]
Property float FaceControls.MouthRight [NotReplicated] [NotScriptable]
Property float FaceControls.Pucker [NotReplicated] [NotScriptable]
Property float FaceControls.RightBrowLowerer [NotReplicated] [NotScriptable]
Property float FaceControls.RightCheekPuff [NotReplicated] [NotScriptable]
Property float FaceControls.RightCheekRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.RightDimpler [NotReplicated] [NotScriptable]
Property float FaceControls.RightEyeClosed [NotReplicated] [NotScriptable]
Property float FaceControls.RightEyeUpperLidRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.RightInnerBrowRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.RightLipCornerDown [NotReplicated] [NotScriptable]
Property float FaceControls.RightLipCornerPuller [NotReplicated] [NotScriptable]
Property float FaceControls.RightLipStretcher [NotReplicated] [NotScriptable]
Property float FaceControls.RightLowerLipDepressor [NotReplicated] [NotScriptable]
Property float FaceControls.RightNoseWrinkler [NotReplicated] [NotScriptable]
Property float FaceControls.RightOuterBrowRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.RightUpperLipRaiser [NotReplicated] [NotScriptable]
Property float FaceControls.TongueDown [NotReplicated] [NotScriptable]
Property float FaceControls.TongueOut [NotReplicated] [NotScriptable]
Property float FaceControls.TongueUp [NotReplicated] [NotScriptable]
Property float FaceControls.UpperLipSuck [NotReplicated] [NotScriptable]
Class FaceInstance : Instance [NotCreatable] [NotBrowsable]
Property Enum.NormalId FaceInstance.Face
Class Decal : FaceInstance
Expand Down Expand Up @@ -1473,6 +1526,7 @@ Class GuiService : Instance [NotCreatable] [Service] [NotReplicated]
Event GuiService.MenuOpened()
Event GuiService.NativeClose() {RobloxScriptSecurity}
Event GuiService.NetworkPausedEnabledChanged(bool enabled) {RobloxScriptSecurity}
Event GuiService.Open9SliceEditor(Instance selectedImageObject) {RobloxScriptSecurity}
Event GuiService.SafeZoneOffsetsChanged() {RobloxScriptSecurity}
Event GuiService.ShowLeaveConfirmation() {RobloxScriptSecurity}
Event GuiService.SpecialKeyPressed(Enum.SpecialKey key, string modifiers) {RobloxScriptSecurity}
Expand Down Expand Up @@ -1961,7 +2015,7 @@ Class MemStorageService : Instance [NotCreatable] [Service] [NotReplicated]
Function bool MemStorageService:RemoveItem(string key) {RobloxScriptSecurity}
Function void MemStorageService:SetItem(string key, string value = "") {RobloxScriptSecurity}
Class MemoryStoreQueue : Instance [NotCreatable] [NotReplicated]
Function void MemoryStoreQueue:AddAsync(Variant value, double priority = 0, int64 expiration = -1) [Yields]
Function void MemoryStoreQueue:AddAsync(Variant value, int64 expiration, double priority = 0) [Yields]
Function Tuple MemoryStoreQueue:ReadAsync(int count, bool allOrNothing = false, double waitTimeout = -1) [Yields]
Function void MemoryStoreQueue:RemoveAsync(string id) [Yields]
Class MemoryStoreService : Instance [Service]
Expand All @@ -1971,8 +2025,8 @@ Class MemoryStoreSortedMap : Instance [NotCreatable] [NotReplicated]
Function Variant MemoryStoreSortedMap:GetAsync(string key) [Yields]
Function Array MemoryStoreSortedMap:GetRangeAsync(Enum.SortDirection direction, int count, string exclusiveLowerBound = "", string exclusiveUpperBound = "") [Yields]
Function void MemoryStoreSortedMap:RemoveAsync(string key) [Yields]
Function bool MemoryStoreSortedMap:SetAsync(string key, Variant value, int64 expiration = -1) [Yields]
Function Variant MemoryStoreSortedMap:UpdateAsync(string key, Function transformFunction, int64 expiration = -1) [Yields]
Function bool MemoryStoreSortedMap:SetAsync(string key, Variant value, int64 expiration) [Yields]
Function Variant MemoryStoreSortedMap:UpdateAsync(string key, Function transformFunction, int64 expiration) [Yields]
Class Message : Instance [Deprecated]
Property string Message.Text [Deprecated]
Class Hint : Message [Deprecated]
Expand Down Expand Up @@ -2787,9 +2841,11 @@ Class ProximityPromptService : Instance [Service] [NotBrowsable]
Class PublishService : Instance [NotCreatable] [Service] [NotReplicated]
Function Content PublishService:PublishCageMeshAsync(Instance wrap, Enum.CageType cageType) {RobloxScriptSecurity} [Yields]
Class RbxAnalyticsService : Instance [NotCreatable] [Service]
Function void RbxAnalyticsService:AddGlobalPointsField(string key, int value) {RobloxScriptSecurity}
Function string RbxAnalyticsService:GetClientId() {RobloxScriptSecurity}
Function string RbxAnalyticsService:GetSessionId() {RobloxScriptSecurity}
Function void RbxAnalyticsService:ReleaseRBXEventStream(string target) {RobloxScriptSecurity}
Function void RbxAnalyticsService:RemoveGlobalPointsField(string key) {RobloxScriptSecurity}
Function void RbxAnalyticsService:ReportCounter(string counterName, int amount = 1) {RobloxScriptSecurity}
Function void RbxAnalyticsService:ReportInfluxSeries(string seriesName, Dictionary points, int throttlingPercentage) {RobloxScriptSecurity}
Function void RbxAnalyticsService:ReportStats(string category, float value) {RobloxScriptSecurity}
Expand All @@ -2814,6 +2870,7 @@ Class ReflectionMetadataItem : Instance [NotCreatable]
Property string ReflectionMetadataItem.Constraint
Property bool ReflectionMetadataItem.Deprecated
Property bool ReflectionMetadataItem.EditingDisabled
Property string ReflectionMetadataItem.EditorType
Property string ReflectionMetadataItem.FFlag
Property bool ReflectionMetadataItem.IsBackend
Property int ReflectionMetadataItem.PropertyOrder
Expand Down Expand Up @@ -3360,6 +3417,7 @@ Class Studio : Instance [NotCreatable] [Service] [NotReplicated]
Property Color3 Studio.Select Color
Property bool Studio.Show Hover Over
Property Enum.RuntimeUndoBehavior Studio.RuntimeUndoBehavior
Property bool Studio.Show Light Guides {RobloxScriptSecurity}
Property bool Studio.Show Navigation Mesh
Function Array Studio:GetAvailableThemes() {PluginSecurity}
Event Studio.ThemeChanged() {PluginSecurity}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Key,Source,en-us,es-es,ko-kr,pt-br,zh-tw
Studio.DraggerFramework.SummonPivot.SummonText,Summon Handles,Summon Handles,Invocar controladores,핸들 소환,Invocar alças,召喚手把
Studio.DraggerFramework.SummonPivot.TabText,Hold Tab,Hold Tab,Mantener Pestaña,탭 길게 누르기,Segurar aba,儲藏標籤
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Key,Source,en-us,ko,zh-cn
Studio.Framework.AssetPreview.Resolution,Resolution,Resolution,해상도,分辨率
Studio.Framework.AssetPreview.Creator,Creator,Creator,크리에이터,创建者
Studio.Framework.Favorites.FlooredCountInThousands,{count:int}k+,{count:int}k+,{count:int}000+,{count:int}k+
Studio.Framework.AssetPreview.Created,Created,Created,만든 날짜,已创建
Studio.Framework.AssetPreview.LastUpdated,Last Updated,Last Updated,마지막 업데이트 날짜,上次更新
Studio.Framework.VoteBar.VoteCount,{count:int} VOTES,{count:int} VOTES,{count:int} ,{count:int} 票
Studio.Framework.AssetPreview.AllGenre,All,All,전체,全部
Studio.Framework.PageNavigation.FirstPage,First page,First page,첫 페이지,首页
Studio.Framework.AssetPreview.Genre,Genre,Genre,장르,类型
Studio.Framework.PageNavigation.LastPage,Last page,Last page,마지막 페이지,尾页
Studio.Framework.PageNavigation.NextPage,Next page,Next page,다음 페이지,下一页
Studio.Framework.PageNavigation.PreviousPage,Previous page,Previous page,이전 페이지,上一页
Studio.Framework.PageNavigation.PageCount,of {count:int},of {count:int},{count:int} 중,共 {count:int} 页
Key,Source,en-us,es-es,fr-fr,ja-jp,ko-kr,pt-br,zh-cjv,zh-cn,zh-tw
Studio.Framework.AssetPreview.Resolution,Resolution,Resolution,Resolución,Résolution,解像度,해상도,Resolução,分辨率,分辨率,解析度
Studio.Framework.AssetPreview.Creator,Creator,Creator,Creador,Créateur,クリエーター,크리에이터,Criador,创建者,创建者,創作者
Studio.Framework.Favorites.FlooredCountInThousands,{count:int}k+,{count:int}k+,{count:int}000+,{count:int}000+,{count:int}000+,{count:int}000+,{count:int}000+,{count:int}k+,{count:int}k+,{count:int}k+
Studio.Framework.AssetPreview.Created,Created,Created,Creado,Créé,作成済み,만든 날짜,Criado,已创建,已创建,創作日期
Studio.Framework.AssetPreview.LastUpdated,Last Updated,Last Updated,Última actualización,Dernière mise à jour,最終更新,마지막 업데이트 날짜,Última atualização,上次更新,上次更新,最後更新日期
Studio.Framework.VoteBar.VoteCount,{count:int} VOTES,{count:int} VOTES,{count:int} VOTOS,{count:int} VOTES,{count:int} 票,{count:int} 표,{count:int} VOTOS,{count:int} 票,{count:int} 票,{count:int} 票
Studio.Framework.AssetPreview.AllGenre,All,All,Todo,Tout,すべて,전체,Tudo,全部,全部,全部
Studio.Framework.PageNavigation.FirstPage,First page,First page,Primera página,Première page,最初のページ,첫 페이지,Primeira página,首页,首页,首頁
Studio.Framework.AssetPreview.Genre,Genre,Genre,Género,Genre,ジャンル,장르,Gênero,类型,类型,類別
Studio.Framework.PageNavigation.LastPage,Last page,Last page,Última página,Dernière page,最後のページ,마지막 페이지,Última página,尾页,尾页,末頁
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} 頁)
Loading

0 comments on commit d7eede8

Please sign in to comment.