Hey, I’m currently having trouble understanding why my table is being printed into a string of random numbers and letters rather than showing a table in a sort of hierarchy format.
When you print a module script table, it prints the memory address of the table, not the contents, so you would most likely have to use a for loop, or a not recommendable way, reassign the information to a new table in your script.