|
| 18 Apr 2014 12:46 AM |
I tried these, didn't work at all.
MainPart.CFrame = CFrame.new(MainPart.Position-NewTorso.Position) MainPart.CFrame = CFrame.new(NewTorso.Position-MainPart.Position) |
|
|
| Report Abuse |
|
|
| |
|
|
| 18 Apr 2014 12:56 AM |
| Part1.CFrame = CFrame.new (Part1.Position, Part2.Position) |
|
|
| Report Abuse |
|
|
|
| 18 Apr 2014 12:57 AM |
That`s because you`re not supposed to subtract them. The lookat point is the second argument. "CFrame.new(Vector3 position, Vector3 point)" | "Creates CFrame from position, and looking at point." |
|
|
| Report Abuse |
|
|
| |
|