thane1326
|
  |
| Joined: 08 Apr 2009 |
| Total Posts: 867 |
|
|
| 26 Mar 2012 12:06 AM |
How do I change the velocity on BodyVelocity with a script? I tried script.Parent.velocity = Vector3.new(0,0,10) the script is inside of the BodyVelocity. |
|
|
| Report Abuse |
|
|
|
| 26 Mar 2012 05:21 AM |
you spell "velocity" wrong it is "Velocity":
script.Parent.Velocity = Vector3.new(0,0,10)
|
|
|
| Report Abuse |
|
|
| |
|
|
| 26 Mar 2012 05:37 AM |
| if the the script is inside the BodyVelocity it should work |
|
|
| Report Abuse |
|
|