Help me with a scoring system?

EDIT: I didn’t read your question well. I thought you were asking how to create variables. I didn’t notice you already know how to do it

if you want to create a scoring system you need to create a variable. I recommend int. it stands for Integer and is a simple variable. It only accepts whole numbers and its range is quite big -2^32 to +2^32(~ 10^10 or a billion).