of     2   
chevron_rightchevron_rightchevron_right

RedXII
#37070341Tuesday, November 16, 2010 12:22 AM GMT

This forum is a Q&A that will pan out with the comments. You ask, the comunity answers with examples. For example: Telamon: Could you make me a suicide script? Builderman: Here is a suicide script: brick = game.Workspace.Brick --tagging the brick function onTouch(part) --the function brick.Transparency = 1 --what the function is to do with the brick wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch) --listening event I'll start: make me a script that will make a kill brick kill. Note: be creative. make people interested:
chaoticregandpledge
#37070477Tuesday, November 16, 2010 12:24 AM GMT

That's not a suicide script...
TreeMerp9
#37070580Tuesday, November 16, 2010 12:25 AM GMT

Um no requests...
bloob827
#37070610Tuesday, November 16, 2010 12:26 AM GMT

*FACEWALL*
Raphael7
#37070686Tuesday, November 16, 2010 12:27 AM GMT

brick = script.Parent function onTouch(hit) if h == hit:findFirstChild("Humanoid") then -- I dont know if only one '=' h.Humanoid.Health = 0 end end -- If the ends are wrong put one end below. brick:connect(onTouch)
TreeMerp9
#37071225Tuesday, November 16, 2010 12:35 AM GMT

brick = script.Parent function onTouch(hit) h = hit.Parent:findFirstChild("Humanoid") if h then h.Health = 0 end end brick:connect(onTouch)
TreeMerp9
#37071540Tuesday, November 16, 2010 12:39 AM GMT

brick = script.Parent function onTouch(hit) h = hit.Parent:findFirstChild("Humanoid") if h then h.Health = 0 end end brick.Touched:connect(onTouch)
TreeMerp9
#37071664Tuesday, November 16, 2010 12:41 AM GMT

As for creativity: brick = script.Parent function onTouch(hit) h = hit.Parent:findFirstChild("Humanoid") if h then local f = Instance.new("ForceField", hit.Parent) wait(1.5) h.Health = 0 end end brick:connect(onTouch)
chaoticregandpledge
#37072054Tuesday, November 16, 2010 12:46 AM GMT

@Tree, Fail...
Raphael7
#37072292Tuesday, November 16, 2010 12:49 AM GMT

@Tree, Your missing h.Humanoid.Health!
bloob827
#37072664Tuesday, November 16, 2010 12:55 AM GMT

@Raphael local h = hit.Parent:findFirstChild("Humanoid") That already defines the Humanoid.
robobot78
#37072888Tuesday, November 16, 2010 12:58 AM GMT

brick = script.Parent function onTouch(hit) h = hit.Parent:findFirstChild("Humanoid") if h then local f = Instance.new("ForceField", hit.Parent) wait(1.5) h.Health = 0 end end brick:connect(onTouch) end
TreeMerp9
#37113018Wednesday, November 17, 2010 12:44 AM GMT

How does mine fail? It works perfectly, I lack creativity, but still? brick = script.Parent function onTouch(hit) h = hit.Parent:findFirstChild("Humanoid") if h then local f = Instance.new("ForceField", hit.Parent) wait(1.5) h.Health = 0 end end brick.Touched:connect(onTouch)
RedXII
#37177911Thursday, November 18, 2010 2:58 PM GMT

OK. now to the Gritty and Nitty. (I met them!) Create a script that can make a Leader board with: Teams Points KOs WOs Points for KOs (3) Points for flag steal(200) I will test it. If it works, bingo we go to the next one and you get credit in the wall of Fame. ( I found It )
RedXII
#37177952Thursday, November 18, 2010 3:03 PM GMT

For bonus points: Make a script that will kill a humanoip 1.5 seconds after receiving a forrce fileld, unless wearing a VIP shirt ( specify as www.vip.com )
Notunknown99
#37177972Thursday, November 18, 2010 3:05 PM GMT

No requests.
RedXII
#37185807Thursday, November 18, 2010 8:35 PM GMT

what do you mean "no requests"? Just becaus it may seem long to you, it is a basic war game script!
Notunknown99
#37185893Thursday, November 18, 2010 8:37 PM GMT

You are requesting us to make a script. We dont make scripts. And no, those scripts arnt really that hard to make, nor do they take too long.
pauljkl
#37186020Thursday, November 18, 2010 8:39 PM GMT

I lol at the attempted request made out to be not a request
GemHound
#37187368Thursday, November 18, 2010 9:06 PM GMT

@RedXII You can have a knife or something and make it so that instead of them killing other people with it make the movement backwards and have it stab the user
Legend26
#37189383Thursday, November 18, 2010 9:41 PM GMT

Roblox:GetUser(1243775):Ban("Spamming", 365) --One year ban.
RedXII
#37344297Sunday, November 21, 2010 6:22 PM GMT

I will say this once again: I am amused at your foolhardy attempt at robbing me of my pride with your words like a blade of steel in my back. My Will of Fire will not be put out, as I am like a flame, and if you touch a flame, you get burned.
Gavin9788
#37344431Sunday, November 21, 2010 6:25 PM GMT

You haven't even said that once. I never knew fire could be burnt, because I just did. :3
McBlocker
#37344987Sunday, November 21, 2010 6:33 PM GMT

Umm... you're making a thread that's basically what the section is for...
Raphael7
#37360578Sunday, November 21, 2010 10:41 PM GMT

Red doesnt know how to script, that's why he's taking people to do his work..

    of     2   
chevron_rightchevron_rightchevron_right