Weapons Kit - KOs not being counted

I’m using the Weapons Kit provided on the developer wiki, but more specifically the auto rifle, for a that I am creating. The weapons are working fine, but the problem I am having is with the weapons counting kills in leaderstats.

I did some digging around in the scripts of the auto rifle, but there appears to be no creator tag (way of detecting KO’s) in any of the scripts. I also have tried searching for keywords such as the humanoid reaching a value of 0, but there is just absolutely nothing. The only thing I came across that is remotely close to creating these creator tags is CollectionService, but I did some research and this also does not really involve in counting KO’s.

I have tried to put code at the bottom of the script BaseWeapon (the main script that allows the gun to work), but nothing. I’ve been looking for solutions for hours on how to add a creator tag into the AR in order for it to detect KO’s, but everything I’ve tried hasn’t worked.
I’m not sure what else to do, as my attempts to try to add the creator tag have all resulted in the gun breaking.

13 Likes