|
| 17 Sep 2015 09:50 PM |
| Hello! I am having some issues with a script to kill people when they join. I was curios if someone could help me by making a script for it. Thanks in advanced! |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:51 PM |
| Also, if anyone can, try to make it where the respawn instantly |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:52 PM |
>kill >respawn instantly
what |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:53 PM |
| @Der Like once they die, they respawn instantly instead of having to wait like 5 seconds to respawn. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 17 Sep 2015 09:53 PM |
| He's trying to get free KOs probably... |
|
|
| Report Abuse |
|
|
| |
|
|
| 17 Sep 2015 09:54 PM |
@cntkillme Roblox doesn't track KOs or WOs anymore, nor do they display it on the website. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:54 PM |
| No, I am making a game and for a script to work they have to reset. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:55 PM |
what
that's like
fix the script instead |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:56 PM |
| @Der The script wont allow this, It is in the StarterGUI (And yes that is where it belongs) |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:57 PM |
| The script disallows you to fix it? Sounds like a naughty script! |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:58 PM |
| Ugh, I mean there is no way to fix it the way it is written. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:58 PM |
| Then write it another way. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 09:59 PM |
| It works the way it is now, it just requires you to reset before it works |
|
|
| Report Abuse |
|
|
| |
|
INOOBE
|
  |
| Joined: 02 Dec 2012 |
| Total Posts: 477 |
|
|
| 17 Sep 2015 10:01 PM |
| How bout you re-code it to work without having to reset? |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:02 PM |
I don't wanna recode it. It took long enough to get it to work. Here, go on the game and reset. http://www.roblox.com/games/297890292/The-Walking-Dead-Season-1 |
|
|
| Report Abuse |
|
|
INOOBE
|
  |
| Joined: 02 Dec 2012 |
| Total Posts: 477 |
|
| |
|
|
| 17 Sep 2015 10:07 PM |
| I have, there is no error. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:08 PM |
I came up with this but it kills them more then once.
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) character.Humanoid.Health = 0 end) end) |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:09 PM |
| "I don't want to re code my trashy code" if you don't want to revise your code then somehow make it perfect the first time or quit scripting. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:10 PM |
| If it is one thing I have learned, it is that people on the scripting forum are useless. |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:11 PM |
| Not as useless as your code |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:12 PM |
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) local hum = character:WaitForChild("Humanoid") hum.Died:connect(function() player:LoadCharacter() end) end) end)
script in serverscript service
:LoadCharacter just reloads a character |
|
|
| Report Abuse |
|
|
|
| 17 Sep 2015 10:13 PM |
| You have not seen my code, it works fine. You just have to reset! |
|
|
| Report Abuse |
|
|