PhysicLinePhysicLine()On this pagePhysicLine(Vector3 start, Vector3 end) Creates new PhysicLine Parameters: NameTypeDescriptionstartVector3Start point.endVector3End point. Usage ---@type Vector3local start;---@type Vector3local end;local physicline = PhysicLine(start, end);