cody20175
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 6958 |
|
|
| 15 Jul 2013 02:15 PM |
I'm making a race place, but i want to make it efficient, by letting everyone go at the same time. But, I'm not that good of a scripter, so would this work? I haven't tried it out yet, because I want to finish everything at the same time.
Door = script.Parent
while true do wait(300) Door.CanCollide = false Door.Transparency = 1 wait(300) Door.CanCollide = true Door.Transparency = 0 end
|
|
|
| Report Abuse |
|
|
cody20175
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 6958 |
|
| |
|
|
| 15 Jul 2013 02:28 PM |
this might fail but you forgot to add local Door = script.Parent
|
|
|
| Report Abuse |
|
|
cody20175
|
  |
| Joined: 23 Jul 2010 |
| Total Posts: 6958 |
|
| |
|
777MrEpic
|
  |
| Joined: 17 Oct 2012 |
| Total Posts: 3998 |
|
| |
|
|
| 15 Jul 2013 06:34 PM |
| why don't you try and find out, then come back and tell us. lol |
|
|
| Report Abuse |
|
|