cash on kill npc script local Humanoid = script.Parent.Humanoid local Reward = 100 Humanoid.Died:Connect(function() local tag = Humanoid:FindFirstChild("creator") if tag ~= nil then if tag.Value ~= nil then local leaderstats = tag.Value:FindFirstChild("leaderstats") if leaderstats ~= nil then cash on kill npc script How to dowload it? cash on kill npc script leaderstats.Money.Value += Reward wait(0.1) script:Remove() end end end end) cash on kill npc script