|
| 25 Aug 2016 04:23 PM |
Well, I need to be linked to a wiki about the 'tag' subject. The one where if you kill a player it adds kill to yours. I don't want code in response only if there is no wiki or tutorial teaching me to use said 'tag'...
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:27 PM |
The creator tag was originally used to track KOs and WOs. This is obsolete now, as these stats are no longer tracked. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:29 PM |
Then what is done now? Can you link me to a youtube tutorial or a wiki about the new way of tracking KOs and WOs.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:32 PM |
| "This is obsolete now, ## these stats are no longer tracked." # think they are still tracked just not shown. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:33 PM |
| wtf what is up with the filter??? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:33 PM |
Can someone link me to a wiki or youtube tutorial on how to find out which player killed the one player. You know what I mean if you don't let me know.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:34 PM |
there's lots of ways you can track kills and deaths for your leaderboard
do you know how to scrip? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:36 PM |
Yes. I am extremely good in certain areas. I just need to study some scripts for a game I am working on. Which is the reason of this forum.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:37 PM |
well then you can probably think of a way to track kills...
there isn't just one set way since the creator tag thing is essentially obsolete |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:39 PM |
I know that. I posted this forum to get help and not told to do different ways that I don't know of. By tracking kills I hope you understand by saying that I am trying to figure out.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:41 PM |
what???
there is no _way_ to track kills
you can do it however you want
what part do you not understand? there used to be a way that was the creator tag ROBLOX doesn't track KOs now so there is no set way
do it however you want |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:43 PM |
I loosing my patience I will post a script that WORKS and study it to understand what I'm trying to do I'm trying to do something similar to this. local Humanoid = script.Parent.Humanoid -- Change Enemy to the name of your Monsters Humaniod function PwntX_X() local tag = Humanoid:findFirstChild("creator") if tag ~= nil then if tag.Value ~= nil then local Leaderstats = tag.Value:findFirstChild("leaderstats") if Leaderstats ~= nil then Leaderstats.Coins.Value = Leaderstats.Coins.Value + math.random(1,5) --How much recieved after killing (Erase number and put your own set amount) wait(0.1) script:remove() end end end end Humanoid.Died:connect(PwntX_X)
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:45 PM |
ok so just copy that
what is your question??? |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:47 PM |
I want to be linked to a tutorial explaining it so I can make my own to my own liking. If I was able to use the script I posted this post wouldn't be here. If you are not going to help me then stop replying.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:50 PM |
| just use google if you want to find a tutorial nobody is going to google for you |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:51 PM |
I lost my patience, ALIGHT SMART GUY WHO WOULDN'T DO THAT HUH?
|
|
|
| Report Abuse |
|
|
| |
|
|
| 25 Aug 2016 04:55 PM |
THAT'S THE FIRST THING I DID WHICH IS GOOGLE IT. GUESS WHAT I DIDN'T FIND THE RIGHT LINK THAT'S WHY I AM NEEDING HELP FROM THE FORUM!
|
|
|
| Report Abuse |
|
|
storm_xst
|
  |
| Joined: 27 Jul 2016 |
| Total Posts: 1205 |
|
|
| 25 Aug 2016 04:57 PM |
| If you look in models, you should find a Leaderstats script-- the original one. It still works and will add the creator tag, as well as adding KOS and WOS to the leaderboard if you've got that enabled. |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:58 PM |
:/ well if you read the forum posts so far. Studying the scripts won't help as I need a tutorial explaining it...
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 04:59 PM |
lol why do you assume that someone made a tutorial for exactly what you are trying to do?
if you can't find one we likely can't find one either |
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 05:01 PM |
Just, just any code of what it is doing is good. I just want a video to explain what they are doing. Just that it doesn't have to be specific. You wanna keep commenting on this post with no useful information. You can leave.
|
|
|
| Report Abuse |
|
|
|
| 25 Aug 2016 05:06 PM |
idiot
how do you expect us to link you a video if you can't even find one??? |
|
|
| Report Abuse |
|
|
| |
|
amanda
|
  |
| Joined: 21 Nov 2006 |
| Total Posts: 5925 |
|
|
| 25 Aug 2016 05:16 PM |
| ######################################################################################################### |
|
|
| Report Abuse |
|
|