AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
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? |
|
|
You would have to learn to script first, because that is not a script. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
well can you help me re-write it? |
|
|
myrco919Join Date: 2009-06-12 Post Count: 13241 |
[ Content Deleted ] |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
be quiet Crazypotato ALL I WANT IS HELP NOT NOOBS LOL. |
|
blanmanJoin Date: 2008-03-15 Post Count: 1750 |
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 |
|
blanmanJoin Date: 2008-03-15 Post Count: 1750 |
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.. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
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 |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@AROBLOXZ
We do not like repeting ourselfs, but i will make an exception this time, learn how to script and do it by yourself. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
sigh (some people never learn do they D=)
I HAVE ALL READY NUB |
|
|
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. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
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 |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
'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. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
look i all ready have now if your not going to help me GET OUt.<----- thats gramma =D |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
No, capitalizating everything is not grammar, and i checked your last script, there is at least 7 problems in it. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
GET OUT!!!!!!!!!! |
|
|
"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 |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
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 |
|
EmessJoin Date: 2010-04-01 Post Count: 13331 |
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 |
|
SpectrumwJoin Date: 2009-08-04 Post Count: 13510 |
@AROBLOX
I suggest you to take your advice and come back when you have enough maturity to post here. |
|
AROBLOXZJoin Date: 2009-08-12 Post Count: 278 |
dose it work i cant test because i cant run roblox atm |
|
|
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. |
|
|
God... looking at your 'script' was painful... how.. just HOW did you cook up that nonsense?!?! |
|