Skip to content

hitDirection

Description

hitDirection is a Property on HitData
The direction from the starting position to the position that the hit happened.

Example
HitData.hitDirection = Vector3.New(1, 1, 1)
local testVariable = HitData.hitDirection
Usage

returns: Vector3