Region3
From Legacy Roblox Wiki
Region3
A Region3 is a userdata that holds three values inside of it. It holds three Vector3 values, which each hold three more numbers.
Constructors
Constructor | Description |
---|---|
Region3.new(Vector3, Vector3, Vector3) | Creates a new Region3 out of three Vector3 values. |