How to Add Kill Points In a Gun That Goes to leaderboard?
if anyone knows Please Reply Down thank you.
How to Add Kill Points In a Gun That Goes to leaderboard?
if anyone knows Please Reply Down thank you.
The gun’s probably got somewhere in the script part, where damage is taken from the player who got hit. You will have to check if the humanoid will die after decreasing it’s health. If it will die, then you can add a point to your Value, which would be probably located inside of leaderstats folder.
its not there for me im using the gun provided by roblox
Every single gun has to be using some sort of script. If the gun wouldn’t be using any script at all, it wouldn’t be interactive.
So you can make a script where when a humanoid/npc’s Health is < 0 then you can find the parent of the bullet and the person gets a kill point.