|
| 13 Aug 2011 10:45 AM |
wait(4) while true do script.Parent.Transparency = 1 script.Parent.CanCollide = false wait(0) script.Parent.Transparency = 0 script.Parent.CanCollide = true
end |
|
|
| Report Abuse |
|
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
| |
|
|
| 13 Aug 2011 10:49 AM |
Yea, but it still wont turn transparency = 0 D: and CanCollide = true |
|
|
| Report Abuse |
|
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
| |
|
|
| 13 Aug 2011 10:51 AM |
Lol, whats that is says it requiers < eof > after end or something like that
(eof without spaces_ |
|
|
| Report Abuse |
|
|
| |
|
Fl0x
|
  |
| Joined: 06 Aug 2010 |
| Total Posts: 5169 |
|
|
| 13 Aug 2011 10:52 AM |
| Eof means end of file, which probably means you're missing an end. |
|
|
| Report Abuse |
|
|
Combrad
|
  |
| Joined: 18 Jul 2009 |
| Total Posts: 11025 |
|
| |
|
|
| 13 Aug 2011 10:55 AM |
| how many ends does thing need? |
|
|
| Report Abuse |
|
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 13 Aug 2011 10:58 AM |
| Post the whole script pl0x. |
|
|
| Report Abuse |
|
|
|
| 13 Aug 2011 11:01 AM |
while true do script.Parent.Transparency = 1 script.Parent.CanCollide = false wait(1) script.Parency.Transparency = 1 script.Parency.CanCollide = true end end end end
|
|
|
| Report Abuse |
|
|
mage11561
|
  |
| Joined: 03 Sep 2008 |
| Total Posts: 13217 |
|
|
| 13 Aug 2011 11:03 AM |
while true do script.Parent.Transparency = 1 script.Parent.CanCollide = false wait(1) script.Parency.Transparency = 1 script.Parency.CanCollide = true end
WAY TO MANY ENDS. And whats "Parency"? And also, the first two things are redudant (it sets the transparency to 1, then waits 1 second, then sets the transparency to 1...)
|
|
|
| Report Abuse |
|
|