How to print dictionary in the in-game console output

Hi
I am trying to print out a dictionary which works fine in studio but in game it just shows up as:
image

You could use :JSONEncode, why are you trying to print a dictionary in the first place other than debugging?

https://developer.roblox.com/en-us/api-reference/function/HttpService/JSONEncode

1 Like

Thanks for replying, I made a script so that when you type /info in chat it prints you a dictionary.

1 Like