File selection GUI

In my game Adventure Hunt there is over 20 values that need to be saved and i thought, maybe a file selection GUI?
So in the menu you click Select File and select the file you want to play on. Then the datastore loads up all the values from that file.
How would i make one though?
Also, my game has multiple places.
Any help or tips?

Hint


No free scripts, but a hint here.

You can have different scopes in a data store.

Which is the 2nd parameter you’ll write in, so you can basically set a string value such as “Save1”, “Save2”… and so on.

3 Likes