From a0ca5182e14df5bf7d4c0e96e2424f74084771f5 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 3 May 2024 12:10:59 -0400 Subject: [PATCH] Update newMatter.lua --- newMatter.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/newMatter.lua b/newMatter.lua index fcceeba..4a50791 100644 --- a/newMatter.lua +++ b/newMatter.lua @@ -383,13 +383,6 @@ local function assertValidComponentInstance(value, position) end end -local component = require(script.Parent.component) -local topoRuntime = require(script.Parent.topoRuntime) -local Component = require(script.Parent.component) - -local assertValidComponentInstance = Component.assertValidComponentInstance -local assertValidComponent = Component.assertValidComponent - local ERROR_NO_ENTITY = "Entity doesn't exist, use world:contains to check if needed" local ERROR_DUPLICATE_ENTITY = "The world already contains an entity with ID %d. Use World:replace instead if this is intentional."