How do I make a FPS level system? Where a certain amount of kills promotes you. Also. If you can't answer this, is there a wiki article?
If what you want is to calculate how many kills you need to get promoted this could be useful:
function CalculateKillsToPromote(Level) return Level*6 end print(CalculateKillsToPromote(1) .. " kills needed to get a promotion")
Closed as Not Constructive by LegitimatlyMe and Unclear
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?