PhysicLine()
7/14/25Less than 1 minute
PhysicLine(Vector3 start, Vector3 end)
Creates new PhysicLine
Parameters:
| Name | Type | Description | 
|---|---|---|
| start | Vector3 | Start point. | 
| end | Vector3 | End point. | 
Usage
---@type Vector3
local start;
---@type Vector3
local end;
local physicline = PhysicLine(start, end);
