This commit is contained in:
세젤귀 고양이들 2021-12-19 16:36:04 +09:00
parent 11bd501a6b
commit 923abb69e6

View file

@ -105,9 +105,7 @@ function module.init(shared)
-- this is using hacky of roblox instance -- this is using hacky of roblox instance
-- this is will keep reference from week table until -- this is will keep reference from week table until
-- inscance got GCed -- inscance got GCed
item:GetPropertyChangedSignal("ClassName"):Connect(function () item:GetPropertyChangedSignal("ClassName"):Connect(regFn);
return regFn;
end);
elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event elseif (valueType == "function" or valueType == "table") and bind(item,index,value,valueType) then -- connect event
-- event binding -- event binding
elseif indexType == "string" then elseif indexType == "string" then