|
| 21 Dec 2011 08:23 AM |
Soon as I press the button the door goes missing and does not come back. How do I make it move to another position and make it come back to where it was after the wait(5)?
door = script.Parent.Parent.Door function onTouched(hit) door.Transparency = 1 door.CanCollide = false door.Position = 14.5,5,54 wait(5) door.Transparency = 0.3 door.CanCollide = true door.Position = 13.5,5,54 end
script.Parent.Touched:connect(onTouched) |
|
|
| Report Abuse |
|
|
Trioxide
|
  |
| Joined: 29 Mar 2011 |
| Total Posts: 32902 |
|
| |
|
| |
|
|
| 21 Dec 2011 08:35 AM |
| May you please explain where I put it? |
|
|
| Report Abuse |
|
|
|
| 21 Dec 2011 08:47 AM |
Replace door.Position lines with that.
-What are dreams made of? |
|
|
| Report Abuse |
|
|