I am getting error 104 in the datastore service even though the array I am trying to save is only composed of number, vector3, bool, and string values. The error is that the array contains invalid utf-8 characters
Additional Note:
All Characters in the things are below 127
Found the issue it is very very random but it has to do with vector3 values. I was testing and i found the issue to be that. Note Seperate Values before entering it into a datastore. This most likely has to do with how roblox encodes the vector3 values so do not save vector3s as 1 value until someone at roblox can fix this.