More Efficient Way That a Bunch of Booleans?

also unless you have like 100s of thousands or so of bools your fine a bool is represented with 1 bit

so 1024 Booleans would use 1mb of memory :slight_smile:

Theres more complex ways to use data assets than what i showed above if you get into it
Also there’s data tables that work similarly but different but you’d likely have to figure out structures too…

You can also use these with a thing called structures which might technically be the answer to your question

1 Like