Ok I have been struggling for a fair amount of time now and I am not that great at coding as is =(. Basically I would like to save my currentScore variable so that when the level is finished I can then load it up in a new level. Below is the code and I would very much appreciate any help. Thank you for your time.
You could just make the variable static, then it will be one value for all instances - or you could have that object not destroy itself on load (by calling Object.DontDestroyOnLoad()).