Table.insert from a script to a modulescript

Hey guys so I wanted to ask if I can do this from a ServerScript to a modulescript:

Insert into “gamepassOwners” table thats in a modulescript.

Thanks!

Tables are mutable and are passed-by-pointer in Lua so I don’t see why can’t you.