This is my 1029 block save code system. Features include: -Encryption using username -Private saves, so only one user can use a code -Multiple data types -Error detection How to use: 1. Add the save values to the save values list. 2. Add the save types to the save types list. These include: -s: string -n: number -b: boolean -u: username 3. Make sure you add the username from the username block with the save type of 'u', otherwise it will not work. 4. Use the Save and Load broadcasts as you wish! Uses AES Encryption 2.0 by @daffy1234