0xd49e37add93771f3 is what will appear in the developer console, as it is a a lua table hex code (idk the proper name). In the output window in Roblox Studio, it will display as a table.
If you want to display the table in the developer console or on any UI (which you shouldn’t), you should use JSONEncode, which will turn your table into a JSON string.
If you’re worried that it’s returning 0xd49e37add93771f3 and it won’t work, it will work, the script knows what this means.