of     2   
chevron_rightchevron_rightchevron_right

Mojo028
#40137624Saturday, January 01, 2011 11:06 PM GMT

Is it possible to have a script clone a kill script into a brick? please help!
bombpaw
#40137712Saturday, January 01, 2011 11:07 PM GMT

Yes...But if we tell you, you will make a new virus.
tofwap
#40137750Saturday, January 01, 2011 11:07 PM GMT

would be more complicated than is necessary, assuming you just want to clone them you would move their player over with a CFrame and then clone their body, place it at the old coordinates and have it :BreakJoints()
Mojo028
#40137802Saturday, January 01, 2011 11:08 PM GMT

how would it make a new virus? i need it because i am trying to make a lava generator for my obby.
tofwap
#40137906Saturday, January 01, 2011 11:09 PM GMT

Lava=script.Parent Lave:Clone().Parent=Game.Workspace ..... sorry about the last post wrong area.
Mojo028
#40137929Saturday, January 01, 2011 11:09 PM GMT

Sorry to sound like a noob, but I am trying to learn how to script. What does CFrame do?
bombpaw
#40137939Saturday, January 01, 2011 11:09 PM GMT

Fine..... (game.Lighting.Lava:clone()).Parent = script.Parent script:remove()
Mojo028
#40138067Saturday, January 01, 2011 11:11 PM GMT

Thank you. Would it be possible to have a script that is in a brick and when something touches the brick a kill script is inserted into the brick?
bombpaw
#40138137Saturday, January 01, 2011 11:12 PM GMT

That would spam the brick....
Mojo028
#40138201Saturday, January 01, 2011 11:12 PM GMT

oh... that would be laggy...
Mojo028
#40139613Saturday, January 01, 2011 11:29 PM GMT

I am attempting to write the script. This is what I have so far. Killscript=script.Parent Killscript:clone.Parent=game.Workspace function onTouched(hit) if hit.Touched.Name=Lava then The output doesnt seem to like Touched. It says "Touched is not a valid member of Workspace". Can I have some help on that? After the then, I want to insert the killscript into the lava. How would I do that?
ostinyo
#40139745Saturday, January 01, 2011 11:31 PM GMT

"if hit.Touched.Name=Lava" lol. just lol.
Mojo028
#40139849Saturday, January 01, 2011 11:32 PM GMT

?
Mojo028
#40139897Saturday, January 01, 2011 11:33 PM GMT

whats so funny?
Mojo028
#40140168Saturday, January 01, 2011 11:36 PM GMT

What is so funny about "if hit.touched.name=Lava"?
Mojo028
#40140422Saturday, January 01, 2011 11:39 PM GMT

bump
Mojo028
#40140739Saturday, January 01, 2011 11:43 PM GMT

bump...
Mojo028
#40141456Saturday, January 01, 2011 11:51 PM GMT

BUMPITY BUMPY BUMMMMMMMMMMMMMMMMMMMMMMP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!:):):):):):):):):):):):)
myrco919
#40141490Saturday, January 01, 2011 11:51 PM GMT

[ Content Deleted ]
Mojo028
#40141555Saturday, January 01, 2011 11:52 PM GMT

in the script shown above a few posts, how would I insert the kill script into the lava?
Mojo028
#40141981Saturday, January 01, 2011 11:57 PM GMT

I am attempting to write the script. it is supposed to clone a kill script then insert it into some lava. This is what I have so far. I am attempting to write the script. This is what I have so far. Killscript=script.Parent Killscript:clone.Parent=game.Workspace function onTouched(hit) if hit.Touched.Name=Lava and hit.FindFirstChild"Killscript"=nil then--FindFirstChild is to prevent spamming After the then, I want to insert the killscript into the lava. How would I do that?
Mojo028
#40142148Saturday, January 01, 2011 11:59 PM GMT

BBBBBBBBBBBBBUUUUUUUUUUUUUUUUUUUUUUUUUUMMMMMMMMMMMMMMMMMMMPPPPPPPPPPPP
Mojo028
#40142320Sunday, January 02, 2011 12:01 AM GMT

uggh. starting new thread if i dont get more replies.
Mojo028
#40143121Sunday, January 02, 2011 12:10 AM GMT

Starting new thread.
ostinyo
#40144132Sunday, January 02, 2011 12:21 AM GMT

VAR = OBJECT:clone() VAR.Parent = object VAR.Name = "Name" etc etc

    of     2   
chevron_rightchevron_rightchevron_right