Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
|
| 02 Jul 2016 12:44 PM |
Here's the script: while true do if script.Parent.Door.Value == true then for i,p in pairs(script.Parent.Parent.Exterior:Children()) do if (p.Name == "Door1") then p.Transparency = 0 p.CanCollide = true end end else if script.Parent.Door.Value == false then for i,p in pairs(script.Parent.Parent.Exterior:Children()) do if (p.Name == "Door1") then p.Transparency = 1 p.CanCollide = false end end wait() end wait() end wait() end wait()
Nothing works when the value is true. |
|
|
| Report Abuse |
|
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
|
| 02 Jul 2016 01:38 PM |
Bump #4 Still no answers yet.. |
|
|
| Report Abuse |
|
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
|
Kramer777
|
  |
| Joined: 07 Sep 2013 |
| Total Posts: 14696 |
|
| |
|