The Rake: Kill Edition Points Giver Script [WORKING]
: Create a folder named leaderstats inside the player when they join to store their points.
: Use the .Died event on the Humanoid to check for the CreatorTag and update the corresponding player's points. Basic Logic Example:
: Most official versions of The Rake have active anti-cheat measures. Using external exploit scripts (like those found on Pastebin) can result in a permanent ban from the game. THE RAKE: KILL EDITION POINTS GIVER SCRIPT
: Dealing damage and being present for the killing blow can award up to the usual points .
: When a player or NPC is hit, a CreatorTag (ObjectValue) should be added to their Humanoid, referencing the attacker. : Create a folder named leaderstats inside the
The most reliable way to gain points is through gameplay actions or by implementing your own logic if you are developing a similar game in . How to Earn Points (Legitimate Methods)
-- Server Script inside a Weapon or NPC humanoid.Died:Connect(function() local tag = humanoid:FindFirstChild("creator") if tag and tag.Value then local player = tag.Value player.leaderstats.Points.Value += 50 -- Amount to give end end) Use code with caution. Copied to clipboard Safety and Risks Using external exploit scripts (like those found on
: Repairing the Power Station or healing other players provides extra points at the end of the night. Implementing a Points System (for Developers)