scrin445
|
  |
| Joined: 10 May 2011 |
| Total Posts: 3955 |
|
|
| 05 Jan 2012 07:26 PM |
I notice when tried, this isn't working...
while true do transparency(0) wait(1) transparency(0.2) wait(1) transparency(0.4 wait(1) transparency(0.6 wait(1) transparency(0.8) wait(1) transparency(1) end
Obviously, I did something wrong here.
Just to tell you, i'm pathetic at scripting... |
|
|
| Report Abuse |
|
|
| 05 Jan 2012 07:40 PM |
for i = 0, 1, .1 do game.Workspace.BrickNameHere.Transparency = i end |
|
|
| Report Abuse |
|