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

Help making a leaderboard that rewards a KO if you damage someone, and they fall off the map?

Asked by 5 years ago

Kind of weird to articulate, but essentially I'm working on a game where a core mechanic is to score points by knocking people off the edge to their death, and I want to be able to reward kills for this.

The way the default linkedleaderboard that roblox made doesn't work this way though, and when you damage someone and they fall off it doesn't reward you with a kill.

Anyone have any ideas? My scripting knowledge is very limited, and I have no idea where to start.

0
If I recall correctly, the old leaderboard script was adding in an object value into the person that you hit. They called it a tag. You want to make sure that the tag isn't removed for a longer time to ensure that once they die it is checking for the last tag. You could also make them buffer out, like if you have too many then it will remove old ones. Rocketerkid 237 — 5y

Answer this question