|
| 13 Oct 2013 12:20 PM |
It is supposed to go down and not reset the rotation to 0,0,0 Any ideas to make it not reset to 0,0,0 but still go down. Position wouldn't work, because it needs to go through objects. |
|
|
| Report Abuse |
|
|
Olama5
|
  |
| Joined: 31 Jan 2010 |
| Total Posts: 2827 |
|
| |
|
|
| 13 Oct 2013 12:37 PM |
oh right here it is
while true do wait(0.1) script.Parent.CFrame = CFrame.new(script.Parent.CFrame.X, script.Parent.CFrame.Y - 0.1, script.Parent.CFrame.Z) script.Parent.CFrame = CFrame.Angles(0, 90, 0) end
it teles in the middle of nowhere |
|
|
| Report Abuse |
|
|