|
| 28 Jul 2013 11:32 AM |
| How can I get the velocity of a part as one number instead of the X,Y,Z values. |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2013 11:43 AM |
| Velocity is a vector. Speed is a scalar; specifically, speed is the magnitude of a velocity. |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2013 12:00 PM |
local speed = velocity.magnitude
|
|
|
| Report Abuse |
|
|
| |
|