Kill Detection, how to see if a player kills another player?

Hi there, I want to know how to detect when a player kills someone. Is this possible?

Instance a new ObjectValue every time a player inflicts damage to another player. Once damaged, the other player will have the ObjectValue parented to them, and when they die, detect the last value to be parented to the player.

Oh, I didn’t think of that thanks.

1 Like

But isnt the “creator” tag just the same thing its also a ObjectValue and the value is the player who killed the player.

That’s exactly what I mean, the creator tag. :smiley:

1 Like

Well in that case here’s the information about the creator tag.

Basically what I just said but ok. :+1: