for some reason, my table is only printing the last Index? any Ideas?
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.
The new output is beta. I believe that’s the reason that it is happening.
I think it was print(unpack(table))
I thought you had to use JSONDecode?
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.
Ah. I prefer the unpack method. But its good to know.
The HttpService has nothing to do with it because im using the Expressive output Beta thing
Ah if so use the print(unpack(tablenamehere)
I have heard about the Expressive output Beta but I don’t really what it is.
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
Np, Happy coding (30charssa)