Velocity (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>MrNicNac
No edit summary
>JulienDethurens
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
There are two different ''Velocity'' properties:
There are two different ''Velocity'' properties:


<onlyinclude>{{Property
{{:Velocity (Property)/basepart}}
|name        = Velocity
|type        = Vector3
|description = Stores the speed and movement direction of the object.
|object      = BasePart
}}</onlyinclude>
<div class="visualClear"></div>
<div class="visualClear"></div>
<onlyinclude>{{Property
{{:Velocity (Property)/bodyvelocity}}
|name        = velocity
|type        = Vector3
|description = Determines the constant directional force applied to the parent object.
|object      = BodyVelocity
}}</onlyinclude>
 
[[Category:Properties]]

Latest revision as of 21:29, 4 May 2012

There are two different Velocity properties:

Velocity
Type Vector3
Description Stores the speed and movement direction of the object.
Member of BasePart
velocity
Type Vector3
Description Determines the constant directional force applied to the parent object.
Member of BodyVelocity