# local testArray = {} function testArray:test() print("test") end testArray.test() Could anyone explain to me why this is possible?