Table not Printing completely, Am I doing something wrong?

for some reason, my table is only printing the last Index? any Ideas?

1 Like

It is likely just a bug with the new output. After all, it is a beta feature. If you get this consistently you might wanna make a bug report for it.

3 Likes

The new output is beta. I believe that’s the reason that it is happening.

2 Likes

I think it was print(unpack(table))

3 Likes

I thought you had to use JSONDecode?

1 Like

Ah found it.

Its on the first reply. @Inc_X never heard of that. What’s with it?

2 Likes

Its a HTTPService, when you print a tabled you normally get something like table: 0xb2ffb77fdf67ac16, but with JSONDecode and JSONEncode you can turn it into a string or make it return all the values in the table. Its a neat way of creating easy to use datastores.

1 Like

Ah. I prefer the unpack method. But its good to know.

1 Like

The HttpService has nothing to do with it because im using the Expressive output Beta thing

1 Like

Ah if so use the print(unpack(tablenamehere)

1 Like

I have heard about the Expressive output Beta but I don’t really what it is.

Its a really cool new update to studio, but like what @sjr04 said, its having some bugs.

1 Like

I checked and yeah. You need to do it. The print method should be paired with unpack. And from that it prints the tables contents as tuples.

But if you did that, it might be at roblox’s end.

Whats the output though?

Bro thanks, this helps with something else that I needed :slight_smile: :smile:

Np, Happy coding :slight_smile: (30charssa)

1 Like