Skip to content

Commit 709ecbb

Browse files
sync: update documentation sources (2026-03-14 02:07 UTC)
1 parent f7cbe99 commit 709ecbb

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

roblox/en-us/reference/engine/classes/PhysicsSettings.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -871,16 +871,6 @@ properties:
871871
<td>Sphere</td>
872872
<td>Root Primitive of an Assembly.</td>
873873
</tr>
874-
<tr>
875-
<td bgcolor="#FF7F00"></td>
876-
<td>Cylinder</td>
877-
<td>Root Primitive of a Clump.</td>
878-
</tr>
879-
<tr>
880-
<td bgcolor="#B2B2B2"></td>
881-
<td>Line</td>
882-
<td>Connection between two Primitives that share the same Assembly and Clump.</td>
883-
</tr>
884874
<tr>
885875
<td bgcolor="#0000FF"></td>
886876
<td>Line</td>

roblox/en-us/reference/engine/classes/ScriptEditorService.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,14 @@ methods:
149149
- name: options
150150
type: Dictionary
151151
default: nil
152-
summary: ''
152+
summary: |
153+
A dictionary that supports the following options:
154+
155+
- `Temporary` &mdash; Boolean. Whether to open the script in a preview
156+
tab. Default is false.
157+
- `HighlightRange` &mdash; A nested dictionary containing a line and
158+
character range to highlight in the editor. Example:
159+
`HighlightRange = { Start = { Line = 10, Character = 1 }, End = { Line = 15, Character = 20 }}`.
153160
returns:
154161
- type: Tuple
155162
summary: ''

0 commit comments

Comments
 (0)