I’m making a survival game, and I’m trying to find a script that suits my game and find nothing, only rpg script, I absolutely know nothing about scripting, I wanted to ask if a script is possible for my game keep the position, life, thirst, hunger and objects of that person in the inventory.
For saving and loading game states you can use Unity Serializer.
The documentation for it is available at Unity Serializer Documentation.
Note: You need to write your own scripts, nobody is going to write your scripts for you. Of course, we are here to help you if you have a specific issue.