Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/classes/DataModelMesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ properties:
cylinder, using the lowest value.
- `Class.SpecialMesh` objects with `Class.SpecialMesh.FileType` set to
'Head' currently scale in a non standard manner. Developers should not
rely on this as their are plans to change this behavior
rely on this as there are plans to change this behavior.
- `Class.SpecialMesh` objects with `Class.SpecialMesh.FileType` set to
'Torso' scale in a non standard manner. Developers should not rely on
this as their are plans to deprecate this mesh type.
this as there are plans to deprecate this mesh type.

#### Mesh scale demonstration

Expand Down
2 changes: 1 addition & 1 deletion content/en-us/reference/engine/classes/Lighting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ properties:
.
description: |
Determines the lighting system for rendering the 3D world. This property
is non‑scriptable and only modifiable in Studio. See `Enum.Technology` for
is non‑scriptable and is no longer accessible in Roblox Studio. Use `Class.Lighting.LightingStyle|LightingStyle` instead. See `Enum.Technology` for
available options and
[Lighting Technology](../../../environment/lighting.md#technology) for
detailed descriptions and visual effects of each option.
Expand Down
3 changes: 2 additions & 1 deletion content/en-us/reference/engine/classes/VideoService.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: VideoService
type: class
category:
memory_category: Instances
summary: ''
summary: |
An internal service that offers no functionality to developers.
description: ''
code_samples: []
inherits:
Expand Down