Bounds()SetMinMaxOn this pageBounds.SetMinMax(Vector3 min, Vector3 max) Sets the bounds to the min and max value of the box. Parameters: NameTypeDescriptionminVector3minmaxVector3max Usage ---@type Boundslocal bounds;---@type Vector3local min;---@type Vector3local max;bounds.SetMinMax(min, max)