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

Give a badge after player has accumulated 100 KO's on the leaderboard?

Asked by 9 years ago

How can I make a badge be rewarded to a player once they have accumulated 100 KO's on the in-game leaderboard?

Thank you!

1 answer

Log in to vote
1
Answered by
Thetacah 712 Moderation Voter
9 years ago

Well, I'd suggest using the .Changed event on the Value and make it if the value is greater or equal to 100 then Badge:AwardBadge()

Ad

Answer this question