i understand im not the best at explaining things haha.
sorry ive just been having trouble understanding how it all renders like i read u could declare variables but it wasnt in there that u set them as level.[nameofvariable] = 0; or for the player would it be player.[variable] = 0;.
ive been using whats in that script which is player.pers[nameofvariable] which works fine i just wanted to know if other scopes could be used globally because it would be easier for me to seperate the level stuff im doing to player stuff so ill use player and level thanks.