|
| 30 Jul 2011 06:27 PM |
while true do for i = 0.1, 1 do x = x+i*12 w.C1 = (CFrame.new(0, x, 0)) wait(0.1) end wait(0.5) for i = 0.1, 1 do x = x-i*12 w.C1 = (CFrame.new(0, x, 0)) wait(0.1) end wait(0.5) end end
Part0 is the my head, Yet when I use this I'm teleported to the object. Shouldn't Part1 move to me? |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 06:29 PM |
| No, edit C0 to move Part1, C1 moves Part0. |
|
|
| Report Abuse |
|
|
|
| 30 Jul 2011 06:43 PM |
lol I got mixed up. Thanks :D |
|
|
| Report Abuse |
|
|
| |
|
| |
|