hook.Add("PlayerDeath", "AddXP", function(victim, inflictor, attacker) if (victim != attacker) then attacker:AddXP( 500 ) // No bugs here <3 end end)