BinaryStringValues, what are they, and can you even use them?

There’s really no information surrounding them, I haven’t heard anyone talking about them, and I really have no idea what a BinaryString even is. This is my first time hearing about it.

I stumbled across them accidentally and I wondered if there’s even any way to use them. The official documentation says “An internal type of StringValue object, that stores a BinaryString value.” But what is BinaryString?

Cheers, y’all.

A binary string in general refers to a string of bits (or bytes) - basically a bunch of binary data. This BinaryStringValue is probably just an internal class used by Roblox. Doesn’t look like they intended it to be used.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.