I though of making a LevelUp script using playerPrefs for my Networked FPS, so heres my theory for doing this:
EveryKill counts as a point,
and if I reach 50 points I level up (var Level : int;).
PauseMenu has a Save button, so I press it and I SetString(“Experience”).
Then in MainMenu I have a GUI showing level, so I do GetString(“Experience”).
Im not and an expert with playerPrefs, so I though that the AnswersCommunity could help me out with a script.