: Create a folder named leaderstats inside the player when they join to store their points.
: Successfully surviving a full night awards 100 points . THE RAKE: KILL EDITION POINTS GIVER SCRIPT
-- 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 : Create a folder named leaderstats inside the
: Use the .Died event on the Humanoid to check for the CreatorTag and update the corresponding player's points. Basic Logic Example: THE RAKE: KILL EDITION POINTS GIVER SCRIPT
: Suriving this higher-intensity event awards double points .
: Dealing damage and being present for the killing blow can award up to the usual points .