of     1   

Twala
#8239942Tuesday, May 05, 2009 5:16 PM GMT

function onhit(toucher) hh = toucher.Parent:findFirstChild("Humanoid") if (hh ~= nil) then script.Parent.BrickColor = BrickColor.new(21) toucher.Torso.Position = Vector3.new(0, 0, 0) wait(3) script.Parent.BrickColor = BrickColor.new(26) end end script.Parent:connect(toucher) Im new to scripting.. So.. Comments?
Twala
#8240004Tuesday, May 05, 2009 5:18 PM GMT

OOPS. function onhit(toucher) hh = toucher.Parent:findFirstChild("Humanoid") if (hh ~= nil) then script.Parent.BrickColor = BrickColor.new(21) toucher.Torso.Position = Vector3.new(0, 0, 0) wait(3) script.Parent.BrickColor = BrickColor.new(26) end end script.Parent:connect(onhit)
Clone512
#8240289Tuesday, May 05, 2009 5:28 PM GMT

Wrong Forum. This forum isn't a help forum. >_>
Twala
#8240344Tuesday, May 05, 2009 5:30 PM GMT

Im not asking for help, just comments. phail = game.Workspace.Clone519 wait(5) while true do x = math.random(1,2) if (x == 1) then phail.Head:Remove() wait(7) end if (x == 2) then phail.Torso:Remove() wait(7) end end
Clone512
#8240472Tuesday, May 05, 2009 5:34 PM GMT

Too bad your script you posted about me wouldn't work. =O "Im not asking for help, just comments.", maybe you should have verified what you meant by, "comments?" before you go flaming me?
Twala
#8240591Tuesday, May 05, 2009 5:38 PM GMT

=)? =|? =(?
DingDong272
Top 100 Poster
#8246316Tuesday, May 05, 2009 8:30 PM GMT

If you're new to scripting, then you belong in Scripting Help. This section is not for simple scripts. We know you only want comments, but people here are going to give you nothing, because we like scripts that have to do with AI pathfinding generators that are running into float pointers getting out of alignment on the global table.
Wyoming
#8246469Tuesday, May 05, 2009 8:33 PM GMT

"because we like scripts that have to do with AI pathfinding generators that are running into float pointers getting out of alignment on the global table." Where have I heard that before? XD But yeah, Ding's right, you should be in Scripting Help.
jdp1
#33487118Thursday, September 09, 2010 5:29 PM GMT

[ Content Deleted ]

    of     1