TheMesgi
|
  |
| Joined: 03 Mar 2012 |
| Total Posts: 360 |
|
|
| 17 Jan 2015 11:11 AM |
nothing in output and does nothing
part = script.Parent function onTouched(hit) if hit.name == ("Handle") then local l = hit.FindFirstChild("Level") if l.Value == 5 and script.Parent.Parent.inuse.Value == false then script.Parent.Parent.inuse.Value = true for i = 31.9,28,-0.1 do script.Parent.Parent.door.Position = -28.5, 2.5,(i) wait(0.1) end wait(5) for i = 28.1,32,0.1 do script.Parent.Parent.door.Position = -28.5, 2.5,(i) wait(0.1) end script.Parent.Parent.inuse.Value = false end end end part.Touched:connect(onTouched) |
|
|
| Report Abuse |
|