Saving?

Is it possible to create a kind of save system for a game? If so, how? Thanks in advance!

Yes its possible, basically through playerprefs or System.IO framework (see MSDN for documentation etc)

how it works in detail heavily depends on what you want to save etc there is no general how to aside of “you save data with write commands and read them later on with read commands”