08-17-2021 18:25 - edited 08-17-2021 21:18
08-17-2021 18:25 - edited 08-17-2021 21:18
Using the TextInput Settings Component, whenever the user types it in for example "maple", it'll give {"Name": "maple"} which is in JSON. I used settingsStorage.getItem("IDK").name, but it gives null. How do I fix this.
PS. Also using settingsStorage.setItem to set something removes the JSON, and only gives the value for example, "maple" instead of {"Name": "maple"}
08-17-2021 18:30
08-17-2021 18:30
Paste some SIMPLE code (ie, not a large slab) that shows what you're trying to do.
08-17-2021 21:18
08-17-2021 21:18
Was typing in a rush xD, updated the whole post now