of     1   

iFlingFeces
#558779Wednesday, March 05, 2008 3:10 AM GMT

i thought this script would work... guess it doesn't plz fix and tell me why it didnt work! (it'll help me learn cuz im still in the process of learning Lua!) THX! ------------------------------------------------------------------------------------------ Brick = game.Workspace.Disappearing while true do wait(math.random(1,60)) Brick.BrickColor.new = (26) wait(1) Brick.BrickColor.new = (1) Brick.Transparency = .1 wait(.01) Brick.Transparency = .2 wait(.01) Brick.Transparency = .3 wait(.01) Brick.Transparency = .4 wait(.01) Brick.Transparency = .5 wait(.01) Brick.Transparency = .6 wait(.01) Brick.Transparency = .7 wait(.01) Brick.Transparency = .8 wait(.01) Brick.Transparency = .9 wait(.01) Brick.Transparency = 1 Brick.Cancollide = false wait(2.5) Brick.Transparency = .9 wait(.01) Brick.Transparency = .8 wait(.01) Brick.Transparency = .7 wait(.01) Brick.Transparency = .6 wait(.01) Brick.Transparency = .5 wait(.01) Brick.Transparency = .4 wait(.01) Brick.Transparency = .3 wait(.01) Brick.Transparency = .2 wait(.01) Brick.Transparency = .1 wait(.01) Brick.Transparency = 0 end ------------------------------------------------------------------------------------------ Cmon u smart ppl out there i no u have the answers XD
iFlingFeces
#558784Wednesday, March 05, 2008 3:12 AM GMT

and... o ya Disappearing is the name of the brick LOL
DingDong272
Top 100 Poster
#558791Wednesday, March 05, 2008 3:15 AM GMT

put a space between the 1 and 60. That solved one of my problems, once.
DingDong272
Top 100 Poster
#558793Wednesday, March 05, 2008 3:16 AM GMT

Oh, and you need this: Brick.BrickColor = BrickColor.new(26) instead of the line you have up there
iFlingFeces
#558812Wednesday, March 05, 2008 3:20 AM GMT

thx ALOT! ^_^
iFlingFeces
#558852Wednesday, March 05, 2008 3:30 AM GMT

visit my place if u have to but... its not working i got one brick to fade away... but then it doesnt come back to normal... i dont no why!
randomrobot
Top 100 Poster
#559448Wednesday, March 05, 2008 12:23 PM GMT

Capitalize the other C in Cancollide. Like this: Brick.CanCollide = false
TyphoonII
#559719Wednesday, March 05, 2008 3:12 PM GMT

Ya, I hate that doubleCaps thing.
randomrobot
Top 100 Poster
#560412Wednesday, March 05, 2008 8:32 PM GMT

I don't hate it.
iFlingFeces
#560692Wednesday, March 05, 2008 9:34 PM GMT

thx! much appreciated randomrobot!

    of     1