How to organize a character save slot system?

For data saving, I use ProfileService.

I have set up data saving script, but I am now reconsidering it since I want to add a save slot system.

I found two ways I could do it, but I don’t know which to chose?
Should I only use one datastore to store multiple save slots?
Or should I create a different datastore for each save slot?

Which on is best? what are the pros and cons maybe?

1 Like