Region3

From Legacy Roblox Wiki
Revision as of 17:52, 9 April 2011 by >MrNicNac (Edited a lot of wrong information and added some properties.)
Jump to navigationJump to search

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(CFrame, Vector3) Creates a new Region3 out of a CFrame value and a Vector3 value. The first argument can be substituted with a Vector3 as well.

Properties

All the of a properties Region3 userdata are read-only and cannot be set or edited directly. You must create a new Region3 using Region3.new() to make the properties change.

Property Type Description
Region3.CFrame CFrame The CFrame for the Region3.
Region3.Vector3 Vector3 The Size of the Region3. It is basically the "spand" of the area.