blockoo
|
  |
| Joined: 08 Nov 2007 |
| Total Posts: 17202 |
|
|
| 19 Dec 2011 04:06 PM |
| How would I set a BodyForce's force property to where it will push an object to a certain Vector3 position? |
|
|
| Report Abuse |
|
blockoo
|
  |
| Joined: 08 Nov 2007 |
| Total Posts: 17202 |
|
|
| 19 Dec 2011 04:10 PM |
I guess I kind of got it:
BodyForce.force = CFrame.new(BodyForce.Parent.Position, Vector3.new(0, 0, 0)).lookVector * 100 |
|
|
| Report Abuse |
|