How would I convert sharedstrings from rbxl to rbxlx?
00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
As it was stated, the hash is never being used, and is just filled with zeros, but is this entire sharedstrings system ever being used, or is it just a compatiblity thing? the string doesnt even contain anything
From what I have gathered, these strings look exactly the same in any rbxlx.
It now has a hash, and an an empty string again?
<SharedStrings>
<SharedString md5="yuZpQdnvvUBOTYh1jqZ2cA=="></SharedString>
</SharedStrings>
I have never seen the sharedstring system used, which would be very helpful when making an rbxl to rbxlx converter.