of     1   

AROBLOXZ
#36719379Monday, November 08, 2010 8:24 PM GMT

i have this so far: while true do wait(60) mathrandom(1/4) if mathrandom==4 then game.lighting.fire clone() but how would i get the fire in the brick?
crazypotato4
#36719434Monday, November 08, 2010 8:25 PM GMT

You would have to learn to script first, because that is not a script.
AROBLOXZ
#36719468Monday, November 08, 2010 8:25 PM GMT

well can you help me re-write it?
crazypotato4
#36719545Monday, November 08, 2010 8:27 PM GMT

myrco919
#36719619Monday, November 08, 2010 8:29 PM GMT

[ Content Deleted ]
AROBLOXZ
#36719704Monday, November 08, 2010 8:30 PM GMT

be quiet Crazypotato ALL I WANT IS HELP NOT NOOBS LOL.
blanman
#36719711Monday, November 08, 2010 8:30 PM GMT

so, is this a workspace script? in that case, it should choose a random brick (this Im not so sure how to pull off, it will involve the " for i = 1 " nonsense, that I dont understand) somethin like blah = game.workspace:getchildren() for i = 1 something rather target = i:somehow-find-a-random-member-of then fire = game.lighting.fire:clone fire.Parent = game.workspace.target
blanman
#36719766Monday, November 08, 2010 8:32 PM GMT

I assume the randomnumbers are wrong becuase you dont know how they work, and its a random guess. but yea, if you dont know how to script, thats important..
AROBLOXZ
#36719771Monday, November 08, 2010 8:32 PM GMT

no i just want it to be in one brick ( a cars engine) and i want it to have a 1/4 chance of cathing fire
Spectrumw
#36719946Monday, November 08, 2010 8:35 PM GMT

@AROBLOXZ We do not like repeting ourselfs, but i will make an exception this time, learn how to script and do it by yourself.
AROBLOXZ
#36719994Monday, November 08, 2010 8:36 PM GMT

sigh (some people never learn do they D=) I HAVE ALL READY NUB
crazypotato4
#36720009Monday, November 08, 2010 8:36 PM GMT

Note how me and Spectrumw are the ones who aren't helping you make this, yet we seem to be the only ones on this thread who know how to script.
AROBLOXZ
#36720228Monday, November 08, 2010 8:40 PM GMT

while true do wait(60) (math.random(1,6)) if math.random==5 then fire = game.lighting.fire:clone fire.Parent = game.workspace.engine end else end
Spectrumw
#36720237Monday, November 08, 2010 8:41 PM GMT

'I HAVE ALL READY NUB' Do you even know what does 'nub' means? By the way, use grammar, this is not IM, and you do not have anything ready, your 'script' (I put it in quotes because i am not pretty sure if you can call that a script) will never work because you are not a scripter, actually you have two options: a) Learn how to script and come here if your script breaks oe b) Leave the forum.
AROBLOXZ
#36720340Monday, November 08, 2010 8:43 PM GMT

look i all ready have now if your not going to help me GET OUt.<----- thats gramma =D
Spectrumw
#36720399Monday, November 08, 2010 8:44 PM GMT

No, capitalizating everything is not grammar, and i checked your last script, there is at least 7 problems in it.
AROBLOXZ
#36720426Monday, November 08, 2010 8:44 PM GMT

GET OUT!!!!!!!!!!
crazypotato4
#36720431Monday, November 08, 2010 8:45 PM GMT

"look i all ready have now if your not going to help me GET OUt.<----- thats gramma =D " -- No, it isn't. Please read the forum rules, which can be found in this sticky in ROBLOX Talk (read them before saying "but dats robox tak and not here so i dun haf to folow dose rulz". They apply here too, as it says in the post.) http://www.roblox.com/Forum/ShowPost.aspx?PostID=20765418
AROBLOXZ
#36720492Monday, November 08, 2010 8:46 PM GMT

while true do wait(60) (math.random(1,6)) if math.random==5 then fire = game.lighting.fire:clone fire.Parent = game.workspace.engine end if math.random==1,2,3,4,6 then end
Emess
#36720512Monday, November 08, 2010 8:46 PM GMT

Random = 0 while true do wait(60) Random = math.random(1,6) if Random == 5 then fire = game.Lighting.fire:clone() fire.Parent = game.Workspace.Engine end end
Spectrumw
#36720514Monday, November 08, 2010 8:46 PM GMT

@AROBLOX I suggest you to take your advice and come back when you have enough maturity to post here.
AROBLOXZ
#36756865Tuesday, November 09, 2010 4:34 PM GMT

dose it work i cant test because i cant run roblox atm
BloxBuilder900
#36757564Tuesday, November 09, 2010 5:14 PM GMT

Crazypotato and Spectrum are right. You should go and give a look to the wiki, it can help you a lot. wiki.roblox.com Come back when you learned something, kay ? It's really easy. More than basic stuff.
ColonelGraff
#36779592Wednesday, November 10, 2010 1:08 AM GMT

God... looking at your 'script' was painful... how.. just HOW did you cook up that nonsense?!?!

    of     1