I'm planning on using LuaSerializer in Roblox for transfer of data structures between games.
It works if I don't use compression:

(this is using serialize_nocompress and unserialize_nocompress)
However, it doesn't work if I do use compression:

What's going on? I haven't modified the code.