I am trying to save my games variables, I have looked everywhere but could not find any tuts on Javascript saving variable and how do i make the game load them when the player wants to load it? Please help!
You can use PlayerPrefs to save and load data.
Refer to this link. This documentation includes Java Script.
Let me know if it helps.