#💬 phoenixwhitefireʹs Feedback
1 messages · Page 1 of 1 (latest)
thank you
this was me implementing it
at the bottom of the screen there is an Output
Normally if a table is printed, it'll just appear as "table: 0x000634780708679" or whatever
"Pretty-printing" is making it give the actual structure of the table
e.g.
{
hello = false,
items = {
[1] = "apple",
[2] = "orange"
}
}