Axes

From Legacy Roblox Wiki
Revision as of 22:59, 2 August 2010 by >Blobbyblob (Wrote essentially the same content from the Faces_(DataType) page, just set for Axes.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Axes is a data type that is used with ArcHandles to determine which axes on the brick have handles. The only constructor Axes has is new, to define a new Axes type.

The code below would set all the Axes of the ArcHandles object on. The order that the elements are arranged does not matter, and if you do not wish to have a handle on a certain axis, you can simply omit the specific Enum.

workspace.ArcHandles.Axes = Axes.new(Enum.Axis.X, Enum.Axis.Y, Enum.Axis.Z)