Skip to content

LineCast

Description

LineCast is a Function
Shoots a line from the given start point to the given end point and returns information about what the line hit.

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

network usage: Any (Client or Server/Host)
returns: HitData
parameters:
- start (Vector3)
- end (Vector3)