If you are looking to create a script that awards points upon killing a target, you must use a that tracks the target's health and identifies the attacker.
-- 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 THE RAKE: KILL EDITION POINTS GIVER SCRIPT
: Note that in some versions like The Rake Remastered , points do not save if you leave the server. Give points for kill - Scripting Support - Developer Forum If you are looking to create a script