You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
I want to make a leaderstsat that when you kill a zombie, it adds a value to the leaderstats.
What is the issue? Include screenshots / videos if possible!
There is no issues, im just new to scripting.
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
I did look on youtube and the devforum, im not begging for someone to give me a script, i just want help.
Well, you should atleast try to do it yourself before you ask for help. We can’t really help you if you don’t even have a specific problem, but if you’re just asking for advice, there are some pretty good youtube tutorials on leaderstats, so (hopefully) you should be fine there. (If you need more specific help there just say so).
As for the zombie part, assuming you already have a weapon and a zombie, you should make either the weapon or zombie check that upon death/upon killing, who did the kill. (You can get this by checking for who holds the weapon). Then, just increment their leaderstat (which I assume you know how to do, but if you don’t, just get the reference to the intValue and do intValue.Value += 1)