So, I was trying to make a ranking system, using player points. Whenever you die, you lose 10 player points, but if you kill someone, you earn 10 player points per kill. I'm just asking if it's possible to remove player points once a player has earned them, and if so, how would you go about doing so?
I'm not completely aware of a way to remove PlayerPoints. I don't believe ROBLOX would do such a thing, as that could be abused. My suggestion, is to create rounds, and have a script track how many points a player earns each round, then distribute it accordingly.