of     1   

A22asin
#50456208Wednesday, July 13, 2011 1:25 AM GMT

hiya, i was wondering how can i make it so that any player who plays on my map earns cash by killing zombies? i have the leaderboard and the shop, but i dont know how to make it so that a player earns money ($50) per zombie killed. plz be specific cuz im new to programing and roblox. THXS ALLL!!!!!!! OH AND I TRIED THE FREE MODELS, NON WORK SO NO COMMENTS ON THAT PLZ.
unknown89089
#50456310Wednesday, July 13, 2011 1:26 AM GMT

No requests.
ElectricAxel
#50456541Wednesday, July 13, 2011 1:30 AM GMT

There are scripts you put into zombies that do that. BUT if the tools you are using don't have a 'tag' 'system' so to speak, it won't work.
A22asin
#50477896Wednesday, July 13, 2011 11:45 AM GMT

what is the tag system? and what do u mean by "no request"? i got the leaderboard (shopr script from free models)
ElectricAxel
#50495870Wednesday, July 13, 2011 6:10 PM GMT

The tags are something called 'creator tags' used by guns to give you KOs in both, the leaderstats and the status in your profile. If your guns have no 'tagging' then its really hard to get Money by killing zombies. Try killing one of your friends and see if you get a KO, if you do, I'll give you the script. As for the no request, its a movement some people take ... very seriously? Around here, if I were you I would ignore them most of the time, but try not to spam, yes? :P Basically, don't ask us to do stuff for you, we fix scripts and answer questions related to programming/scripting, but we don't script for you... Well, they don't. :P
chikenugget
#50495923Wednesday, July 13, 2011 6:11 PM GMT

@EA It's cuz were lazy n mean
ElectricAxel
#50497196Wednesday, July 13, 2011 6:33 PM GMT

I know. :P I said I don't agree with it, but I never said no one should do it. Its ok to defend your rights, but when they request you don't have the obligation to help. I rather not post than post "No requests." and spam/get posts/start a flame war (though I love flame wars :D).
A22asin
#50508630Wednesday, July 13, 2011 9:35 PM GMT

ok, thx i finally got it!!!!
MUFCBERRY
#56016742Saturday, October 08, 2011 1:30 PM GMT

I need the very same script can someone give one to me
robohoboo
#63181605Monday, February 20, 2012 6:20 PM GMT

can u send me the script to i have the same problem
potterboy246
#64464617Saturday, March 17, 2012 5:39 AM GMT

yeah I got that problem too, lol we all need one
superkiller91234
#85142444Monday, December 24, 2012 1:26 PM GMT

I IH IHA IHAV IHAVENO IDEA
islandmaker2012
#118891992Thursday, November 28, 2013 7:22 AM GMT

I have a game I'm working on with roblox. .it's beta atm but when I kill the zombie it doesn't give me a ko
izzatnasruna
#118894003Thursday, November 28, 2013 8:25 AM GMT

1 Tip to take things at free models. Make sure it's from the same creator and everything you need is in one package. Though you can take from different creator. Take care by yourself then.
KiwiTronik
#118894022Thursday, November 28, 2013 8:26 AM GMT

Edit your sword/weapon script: ZombieName = "Zombie" player = game.Players:GetPlayerFromCharacter(hit.Parent) if hit.Parent.Name == ZombieName then if player.leaderstats then if player.leaderstats.Cash then player.leaderstats.Cash = player.leaderstats.Cash + 100 end end
KiwiTronik
#118894034Thursday, November 28, 2013 8:26 AM GMT

Edit yourself that if the zombies health is 0 add cash
kevincatssing
#118894886Thursday, November 28, 2013 9:03 AM GMT

diddims Is there a way for the script you made there to replace zombies as normal players?
SigmaTech
#118895085Thursday, November 28, 2013 9:13 AM GMT

I'm up for debugging, not requests.
KiwiTronik
#118895116Thursday, November 28, 2013 9:15 AM GMT

if hit.Parent:IsA("Character") then --code end
boy28812
#141275598Wednesday, July 23, 2014 2:48 PM GMT

doesn't work

    of     1