The CoreGui randomly spams my console

			if clientReplicator then
				self._statsConnector = clientReplicator.StatsReceived:connect(function(stats)
					self._statsConnector:Disconnect() -- 245 Line
					self._statsConnector = nil

					self.store:dispatch(SetTabList(DEV_TAB_LIST, "Log", true))
				end)
				clientReplicator:RequestServerStats(true)

The full code of that one script here: