From 3b800d1cd78ad84a4b069bf689984bf47817126e Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Thu, 19 Nov 2020 11:06:03 -0800 Subject: [PATCH] Patch ReflectionDatabase to turn off SourceAssetId --- plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua b/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua index c53b075f..3c1275b7 100644 --- a/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua +++ b/plugin/rbx_dom_lua/src/ReflectionDatabase/classes.lua @@ -7543,7 +7543,7 @@ return { isCanonical = true, canonicalName = nil, serializedName = nil, - scriptability = "ReadWrite", + scriptability = "None", serializes = true, }, Tags = { @@ -19580,4 +19580,4 @@ return { defaults = { }, }, -} +} \ No newline at end of file