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

How does the classic roblox leaderboard pull the killer from deaths?

Asked by 8 years ago

I was wondering how the leaderboard found the killer when someone dies.

1 answer

Log in to vote
1
Answered by 8 years ago

The leaderboard doesn't. You have to make a custom script with your weapons. For Example:

If the player hits another with a weapon, it'll insert a stringvalue into the player that's hit with the players name. Then you need to have another script that detects if a player died. If the script finds the string value, it'll increase the killers kills by one.

0
Thanks! love you! HungryJaffer 1246 — 8y
0
If you want help making one, I'd be more than happy making the basics for it. ObscureEntity 294 — 8y
Ad

Answer this question