Velocity (Property): Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26 No edit summary |
>MrNicNac No edit summary |
||
Line 1: | Line 1: | ||
{{CatUp|Properties}} | {{CatUp|Properties}} | ||
There are two different ''Velocity'' properties: | |||
<onlyinclude>{{Property | <onlyinclude>{{Property | ||
Line 6: | Line 7: | ||
|description = Stores the speed and movement direction of the object. | |description = Stores the speed and movement direction of the object. | ||
|object = BasePart | |object = BasePart | ||
}}</onlyinclude> | |||
<div class="visualClear"></div> | |||
<onlyinclude>{{Property | |||
|name = velocity | |||
|type = Vector3 | |||
|description = Determines the constant directional force applied to the parent object. | |||
|object = BodyVelocity | |||
}}</onlyinclude> | }}</onlyinclude> | ||
[[Category:Properties]] | [[Category:Properties]] |
Revision as of 22:15, 17 April 2012
There are two different Velocity properties:
![]() | |
Type | Vector3 |
Description | Stores the speed and movement direction of the object. |
Member of | BasePart |
![]() | |
Type | Vector3 |
Description | Determines the constant directional force applied to the parent object. |
Member of | BodyVelocity |