Table Printing Problem

I don’t know why but this has been happening for 1-2 weeks. The problem is when I try to print out a regular table I get

local Thing = {1,1,1,1,1,1,1,2,2,2,2}
print(Thing)

Output:

table: 0x04586aefbda53b5f 

Before it used to just print out the whole table.

The only way to print everything in the Table is by using a for i,v loop.

Can anyone tell me why this is happening?

I have a question
what happens for you when you use table.unpack(Table) or table.concat(Table)?

Same exact thing happens. (word limit)

Does this happen for you too?

ok I might know the problem here
turn log mode off

it should be in output settings


this is where log mode is mentioned

Heres a trick:
image
click the three dots in your output, turn off log mode, and it should print the table without a for loop.

Thanks a lot it works now! Been trying to understand why this keeps happening

Yep, I did that. Thanks for the advice!

yea log mode was added a bit ago when output was updated
but at least now you know how to get the table address whenever you need it