ive searched but cant find so here i am…
i know i can add a table like this to this function
local function tb1:removeScene() print("test") end
but i cant add one to this function…
local onCollision = function(self, event) if event.phase == "began" then local hit = self.value local other = event.other.value if other == 1 then --test end return true end end