of     1   

kiddietron
#239659Thursday, November 15, 2007 2:23 AM GMT

How do you make it so when someone gets a certain amount of kills a message shows up for them? Let's say 'bob' gets 100 kills. I want a script that when he gets 100 kills shows a message with a password to him. Can someone help me with this? ----------------------------------------------------------------------------------------- "Death is the world's only true harbinger of peace" -kiddietron
kiddietron
#239731Thursday, November 15, 2007 3:06 AM GMT

Is this even possible?
davedog3
#239745Thursday, November 15, 2007 3:19 AM GMT

Of course its possible! print("msgkillthingy") function GetChildren() if Player:findFirstChild kills = 100 then msgTxt= "...name..." has earned 100 Kos!" wait(2) msg:remove() end That should do it i hope.
LuigiFan
#239751Thursday, November 15, 2007 3:23 AM GMT

Theres alot wrong with that... =P-LuigiFan-=P
kiddietron
#239760Thursday, November 15, 2007 3:29 AM GMT

Belay my ignorance but don't you have to pull the 'kills' from a leaderboard or some stored array? Instead of just having 'kills'
burgly
Top 100 Poster
#240219Thursday, November 15, 2007 7:51 PM GMT

Luigifan is right... There is ALOT wrong with that, and the script should be built into the original leaderboard to make it easier.
kiddietron
#240247Thursday, November 15, 2007 8:18 PM GMT

Hmm I have an idea. So burgly what you're saying is that if I put an if then statement directly in the leaderboard I can accomplish this?
davedog3
#240554Thursday, November 15, 2007 10:40 PM GMT

Don't blame me. I didn't write that. My bro did.Hahahhaah so much wrong with that script your right XD. He didn't know what he was doing.
PiePersonofDOOM
#240750Thursday, November 15, 2007 11:50 PM GMT

Look at PivotwarriorII's Swordfight Obstacle Course. Except instead of having certain amount of KOs give you access to the door, you want a message to appear with an admin code... I'm sure if you asked Pivot for the script, if he gives it to you, you could make a message script instead of permission... that is if you know some basics of scripting. Well I hoped I helped at least a little... ~Pie
kiddietron
#240810Friday, November 16, 2007 12:09 AM GMT

Thanks a lot. I'll get right on it.
tyang5
#134178450Wednesday, May 14, 2014 9:04 PM GMT

Can someone make a script that let you TP once you killed a boss to move on to the next round. Just like in RPG GAMES
VerifiedName
#134178592Wednesday, May 14, 2014 9:06 PM GMT

...

    of     1