I’d suggest you use a structure variable, and store the information you want saved in that, using the object name as the key and the data to save as the children. Then, using the idea from @SnowyRawrGamer’s reply, save the structure to storage.
1 Like