Luau Type Checking Beta!

sdfdg

W000: Type mismatch nil and RBXScriptConnection

for _,v in ipairs(self.cache) do
	if v.Destroy then
		v:Destroy()
	elseif typeof(v) == "RBXScriptConnection" then
		v:Disconnect()
	end
end

self.cache is an empty table until values are added to be removed at a certain scenario