dssdd253
|
  |
| Joined: 29 Jun 2012 |
| Total Posts: 4452 |
|
|
| 26 Jul 2013 02:35 PM |
p=game.Workspace.Part
for i=1,1000 do p.CFrame=CFrame.new(i, 0.9, 0) wait(1/30) end
I use that CFrame script but how will I change the direction of an object?
And if I rename part will I have to rename it in the script? |
|
|
| Report Abuse |
|
|
dssdd253
|
  |
| Joined: 29 Jun 2012 |
| Total Posts: 4452 |
|
| |
|
dssdd253
|
  |
| Joined: 29 Jun 2012 |
| Total Posts: 4452 |
|
| |
|
thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 26 Jul 2013 02:39 PM |
| if you rename the part you could put the script in the part and say script.Parent(wich would be the part) |
|
|
| Report Abuse |
|
|
thetacah
|
  |
| Joined: 18 Jan 2013 |
| Total Posts: 16026 |
|
|
| 26 Jul 2013 02:41 PM |
So it would be p=script.Parent
and what do you mean move the part? you mean the velocity? |
|
|
| Report Abuse |
|
|
dssdd253
|
  |
| Joined: 29 Jun 2012 |
| Total Posts: 4452 |
|
| |
|