RBX.lua.Part (Object): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Zacrath
>Outofspace
m Cat. added
Line 44: Line 44:
* [[OutfitChanged]]
* [[OutfitChanged]]
* [[Touched]]
* [[Touched]]
[[Category:ROBLOX Lua Objects]]

Revision as of 00:22, 30 June 2008

The Part object is a physical object. It, when it is in the Workspace, will move and interact with other parts. It can have bonds formed with other parts, so that the two parts stay in the same relative position.

Functions

In addition to the standard functions, it also has the following functions:

Properties

In addition to the basic global properties, the Part also has these properties

Surfaces

Since the Part is a 3D rendered object, it has surface properties and inputs. There is a Parameter A, B a Surface and a SurfaceInput for each of the 6 sides. Since they all work the same, they are only documented once. Simply place the name of the side in front of the property; i.e.: BackParamA

Events

In addition to the global Events, there are these ones as well.