How to save progress? and not delete values on load

making a simple clicker, gonna upload to kongregate, need a way for it to save the players progress, i planned on this being the end thing but after having to make different scenes load it deletes the values of the floats and i know dontdeleteonload or something like that but i dont want that text to stay there, i want the lavue to stay like the amount taht the player has clicked but when loading back to the same scene the values are reset, this would be a big problem with a broswer game since the player would loose there progress after leaving the game :confused:

PlayerPrefs can store whatever data, so you can load it back again in future on the same device: