As long as the table is defined in the same script and outside the function it should be readable without being passed in. Not sure tho, it’s been a while since I’ve done scripting.
thats true he could just use Table1 instead of passing the same table. Passing the table is only useful when calling functions out of its scope, like module functions, and the table library