I'm making an RPG and i'm currently at the point of making a save system. And I would like to know if DataStores saves strings?
Yes, thats how datastore works. DAtastores are used to save VALUES of any type. Whether it be string or number. You can use it to say your strings to a unique id for each player and load them as you please