|
| 12 Dec 2014 04:54 PM |
Like let's say Player1 killed PLayer2, how would i print that to the console?
Can someone give me the steps? |
|
|
| Report Abuse |
|
|
SLPM
|
  |
| Joined: 02 Apr 2010 |
| Total Posts: 33349 |
|
|
| 12 Dec 2014 04:57 PM |
Would have to script it into the weapon script I'm guessing.
<-> Do not kneel when you are right, stand proudly and face all odds. <-> |
|
|
| Report Abuse |
|
|
|
| 12 Dec 2014 05:09 PM |
When you create a bullet, have a string value be in that bullet with the name of the person who fired it.
|
|
|
| Report Abuse |
|
|
|
| 12 Dec 2014 05:11 PM |
Protip: If you want ROBLOX to recognize it as a KO, make that an ObjectValue - name = "creator", parented to the humanoid the bullet hit, and with the value of the Player who fire said bullet.
~Upload code to codepad-dot-org with Lua syntax highlighting to preserve indentation and make it easier to read!~ |
|
|
| Report Abuse |
|
|