PlaneGetSideOn this pagePlane.GetSide(Vector3 point) Is a point on the positive side of the plane? Parameters: NameTypeDescriptionpointVector3point Returns: typeDescriptionbooleanTrue if point on the positive side of the plane Usage ---@type Planelocal plane;---@type Vector3local point;local val0 = plane.GetSide(point)