Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

FPS Level up System? [closed]

Asked by 9 years ago

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?

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?

2 answers

Log in to vote
0
Answered by 9 years ago

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")
Ad
Log in to vote
0
Answered by 9 years ago

Would that be placed in a leaderboard