| bool Enabled | Whether this Light tile is currently emitting light |
| LightType Type | The type of this Light. Default is Point |
| LightModel Model | The 3D model of this Light. Default is Modern |
| Color Color | The color of the emitted light |
| number Intensity | The intensity of the emitted light |
| number Range | The range of the emitted light, only used when Type is set to Spot and Point |
| number OuterSpotAngle | The outer angle in degrees, at the base of a Spot light's cone. Only used when Type is set to Spot |
| number InnerSpotAngle | The inner angle in degrees, at the base of a Spot light's cone. Only used when Type is set to Spot |
| Vector3 PositionOffset | The position offset of the Light |
| Vector3 RotationOffset | The rotation offset of the Light |
| Vector3 ConstantRotation | The speed of constant rotation on all three axes |
| bool DontApplyPositionOffset | Special, made to be passed using ModTile. Prevents the tile from moving to its original position upon using ModTile |
| bool DontApplyRotationOffset | Special, made to be passed using ModTile. Prevents the tile from rotating to its original rotation upon using ModTile |