Description
The current velocity of a player as a vector. If the player is on a surface, the y component of this velocity will be 0, even when traveling up or down a slope.
Snippet
Velocity Of(Event Player);
Properties
Returns: Velocity
Parameters: Player
Player
Type: Player, Default: Event Player
The player whose velocity to acquire.