How to Make a Fortnite Ranked System!

I’m back again for yet another wonderful guide! I feel like a lot of people would have use for this! Anyways, if there’s no objections, then let’s begin!


What You'll Need

Counter x1
Knockout Manager x1
Game Overlay x2
Property x2
Notification x1
Checker x8

Step 1: Updating the First Property

Place a counter and have the scope be player scoped, set the staring value to 0, and make sure it’s not visible in-game.


and then have it update a property, “Rank#”.

Next, place a knockout manager and wire it to the counter like so:

Now let’s move onto the second step!

Step 2: Calculating the Rank

Place a property called, “Rank#”, and have it with these settings:


Then, place 8 checkers, and have these settings on each of them:


Of course, in the value box, you can change the number of eliminations to however many players/sentries you want them to eliminate to rank up.

Step 3: Preparing the calculater

First, place a property called “Rank”, and have it with these settings:


Next, place an overlay, and have it on these settings:


Step 4: Calculating the Rank

Place a notification and have a block code that activates on “Rank up!”, which is the channel the checkers transmit on when the check passes.
Put this block code in the notifications:


Step 5: Displaying Your Rank

Place a second Game Overlay, and have it with these settings:




Finally, put this block code in the second overlay:
Screenshot 2025-05-06 094152

How this works

Basically, we have a counter incremented when a player or sentry is knocked out. The counter than updates a number property, (Rank#), and that property sends a signal to all 8 checkers. If a check passes, it sends a signal to the notification, which calculates the rank by turning numbers into ranks. If you rank up, the notification sends a signal to an overlay, which basically displays your rank. The first overlay is to let you know you’re unranked. Once you rank up, the second overlay stays in play for the remainder of your game.


That’s all! If you liked this guide or found it helpful, make sure to like the post!


How much did you like my guide?

  • I liked it a lot!
  • It was good!
  • It was ok.
  • It needs work.
  • WORST. GUIDE. EVER.
0 voters
7 Likes