npc cash reward on kill roblox script KILL FOR CASH--- local Humanoid = script.Parent.Humanoid function PwntX_X() local tag = Humanoid:findFirstChild("creator") if tag ~= nil then if tag.Value ~= nil then local Leaderstats = tag.Value:findFirstChild("leaderstats") if Leaderstats ~= nil then Leaderstats.Coins.Value = Leaderstats.Coins.Value + 10 --how much you get for killing the npc wait(0.1) npc cash reward on kill roblox script PasteShr npc cash reward on kill roblox script script:remove() end end end end Humanoid.Died:connect(PwntX_X) npc cash reward on kill roblox script