|
| 18 Aug 2013 08:32 AM |
I am making a roller coaster and it want the velocity to be 20 so i am using this script...
while true do script.Parent.Velocity = script.Parent.CFrame.lookVector *20 wait(0.1) end
which works but it is making the X value 20 but i want it to make the Z value 20. (The brick is a cylinder) |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2013 08:35 AM |
| Velocity property of a part is how much velocity it stores. Meaning any part that touches it will get that velocity |
|
|
| Report Abuse |
|
|
|
| 18 Aug 2013 08:43 AM |
| Yes but i want it so that the cart is storing 20 velocity along the Z axis |
|
|
| Report Abuse |
|
|
| |
|