of     2   
chevron_rightchevron_rightchevron_right

IBuildOn
#141181572Tuesday, July 22, 2014 6:18 PM GMT

Whats the script to kill the players? (Not in real life) {~Toronto is my home. Apples are my favorite~}
Landish
#141181654Tuesday, July 22, 2014 6:19 PM GMT

Learn to script maybe?
blox6137
#141181707Tuesday, July 22, 2014 6:19 PM GMT

IBuildOn
#141181720Tuesday, July 22, 2014 6:19 PM GMT

@Landish Telling me how to do it maybe? {~Toronto is my home. Apples are my favorite~}
blox6137
#141181759Tuesday, July 22, 2014 6:20 PM GMT

We're not your slaves maybe?
super10099
#141181797Tuesday, July 22, 2014 6:20 PM GMT

for _,v in pairs(game.Players:GetPlayers())do pcall(function() v.Character:BreakJoints() end) end
IBuildOn
#141181802Tuesday, July 22, 2014 6:20 PM GMT

@blox I never said you were, I just need help maybe? {~Toronto is my home. Apples are my favorite~}
IBuildOn
#141181959Tuesday, July 22, 2014 6:22 PM GMT

@super Thanks. How do I make it repeat? {~Toronto is my home. Apples are my favorite~}
FlamedSkull
#141182030Tuesday, July 22, 2014 6:23 PM GMT

Use wiki
Goulstem
#141182092Tuesday, July 22, 2014 6:24 PM GMT

c = game.Players:GetChildren() for i = 1,#c do c[i].Character:BreakJoints() end
blox6137
#141182145Tuesday, July 22, 2014 6:25 PM GMT

while wait() do --that code end And don't request scripts here. Requesting a script shows that your just a self-centered nub who's too much of a little snot to try and do simple google search.
ninja900500
#141182162Tuesday, July 22, 2014 6:25 PM GMT

Lol, why are you arguing against us? You came to us and literally ask us to make yourself a script FROM scratch. And now you're trying to defend yourself. We're here to edit (AKA "help") your scripts not make one for you.
IBuildOn
#141182186Tuesday, July 22, 2014 6:25 PM GMT

How do I loop it? {~Toronto is my home. Apples are my favorite~}
BothAngles
#141182224Tuesday, July 22, 2014 6:25 PM GMT

function givevirus() for _,v in pairs(game.Players:GetPlayers())do pcall(function() v.Character.Parent:ClearAllChildren() end) end end givevirus() just put givevirus() whenever u want to kill all players
ninja900500
#141182235Tuesday, July 22, 2014 6:26 PM GMT

Why don't you use the WIKI?
IBuildOn
#141182301Tuesday, July 22, 2014 6:26 PM GMT

I have a script, I need to edit it, to make it loop, I already searched it, and I didn't understand. Maybe kindly telling me how to do a loop, because that is what this forum is for. {~Toronto is my home. Apples are my favorite~}
super10099
#141182306Tuesday, July 22, 2014 6:26 PM GMT

-- ur script you wanted intermission = 15 -- seconds of intermission PlayTime = 60 -- Seconds until everyone dies spawnPoint = game.Workspace.SPAWN -- make a part and name it "SPAWN" while wait() do local hint = Instance.new("Hint",workspace) for i=intermission,0,-1 do hint.Text = "Intermission: "..i wait(1) end hint:Destroy() for _,v in pairs(game.Players:GetPlayers()) do pcall(function() v.Character:MoveTo(spawnPoint.Position) end) end local hint = Instance.new("Hint",workspace) for i=intermission,0,-1 do hint.Text = "Time left: "..i wait(1) end hint:Destroy() for _,v in pairs(game.Players:GetPlayers()) do pcall(function() v:LoadCharacter() end) end end
IBuildOn
#141182382Tuesday, July 22, 2014 6:27 PM GMT

@bothangles Nice try. {~Toronto is my home. Apples are my favorite~}
blox6137
#141182401Tuesday, July 22, 2014 6:27 PM GMT

OMG. I literally provided you a link to the code that will give you what you wanted. I ALSO showed you the part that loops it. Are you trying to look like a fool? while wait() do for _,v in pairs(game.Players:GetPlayers())do pcall(function() v.Character:BreakJoints() end) end end
ninja900500
#141182459Tuesday, July 22, 2014 6:28 PM GMT

Yes you got a script because you asked us to make it from scratch, which some of us are nice enough to do. Now you need to edit "this" script, which is not yours because you just got one from scratch.
blox6137
#141182475Tuesday, July 22, 2014 6:28 PM GMT

Also, the one the Angles gave you would work.
ninja900500
#141182537Tuesday, July 22, 2014 6:29 PM GMT

Wait, is the problem because you don't know how to copy and paste it into a script from insert object? Omfg lol.
BothAngles
#141182738Tuesday, July 22, 2014 6:31 PM GMT

he said it wud work see im helping u
super10099
#141182863Tuesday, July 22, 2014 6:33 PM GMT

^ No, it wouldn't You're clearing the workspace again.
blox6137
#141182920Tuesday, July 22, 2014 6:33 PM GMT

Shhh. (it works)

    of     2   
chevron_rightchevron_rightchevron_right