Skip to content

Commit 1cfd957

Browse files
Replace their with there and mention that Lighting.Technology cannot be accessed from Roblox Studio (#1057)
## Changes Replaced "their are plans in the future" with "there are plans in the future" in the How to use Scale section. Also I fixed a misinformation stating that Lighting.Technology can be changed from Roblox Studio - it can't be even read from studio. ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. ---------
1 parent 8af5677 commit 1cfd957

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/en-us/reference/engine/classes/DataModelMesh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ properties:
9696
cylinder, using the lowest value.
9797
- `Class.SpecialMesh` objects with `Class.SpecialMesh.FileType` set to
9898
'Head' currently scale in a non standard manner. Developers should not
99-
rely on this as their are plans to change this behavior
99+
rely on this as there are plans to change this behavior.
100100
- `Class.SpecialMesh` objects with `Class.SpecialMesh.FileType` set to
101101
'Torso' scale in a non standard manner. Developers should not rely on
102-
this as their are plans to deprecate this mesh type.
102+
this as there are plans to deprecate this mesh type.
103103
104104
#### Mesh scale demonstration
105105

content/en-us/reference/engine/classes/VideoService.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: VideoService
22
type: class
33
category:
44
memory_category: Instances
5-
summary: ''
5+
summary: |
6+
An internal service that offers no functionality to developers.
67
description: ''
78
code_samples: []
89
inherits:

0 commit comments

Comments
 (0)