Skip to content

Commit 8135244

Browse files
update Open Source Docs from Roblox internal teams
1 parent dac8858 commit 8135244

File tree

137 files changed

+21
-375
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+21
-375
lines changed
Lines changed: 2 additions & 2 deletions
Loading

content/en-us/production/publishing/publish-experiences-and-places.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Experiences and places
33
description: Explains how to publish the places in your experience.
44
---
55

6+
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/_RxK6l2y7Ac" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
7+
8+
<br />
9+
610
**Experiences** on Roblox are made up of individual **places**, comparable to scenes in Unity or maps in Unreal Engine. Each place contains all components for that portion of the experience, including its specific environment, parts, meshes, scripts, and user interface.
711

812
<figure>

content/en-us/projects/data-model.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Data model
33
description: Explains the hierarchy of objects that describe everything about a place.
44
---
55

6+
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/3Q0R1-Xkw9U" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
7+
8+
<br />
9+
610
Every place is represented by a data model, a hierarchy of objects that describe
711
everything about the place. The data model contains all objects that make up the
812
3D world, such as parts, terrain, lighting, and other environmental elements. It
@@ -17,6 +21,10 @@ Runtime](/projects/client-server).
1721

1822
## Objects
1923

24+
<iframe width="800" height="450" src="https://www.youtube-nocookie.com/embed/FzmFAm00A8g" title="YouTube video player" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
25+
26+
<br />
27+
2028
You place and organize objects in the data model to describe a place in Roblox.
2129
Every object in Roblox inherits from the `Class.Instance` class, which defines
2230
generic properties, methods, and events that are common to all objects. Objects

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ events:
117117
[Immersive Ads](../../../production/monetization/immersive-ads.md) should
118118
be used as a replacement for `Class.AdService`.
119119
security: None
120-
thread_safety: Unsafe
121120
capabilities: []
122121
writeCapabilities: []
123122
callbacks: []

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ events:
122122
- Deprecated
123123
deprecation_message: ''
124124
security: None
125-
thread_safety: Unsafe
126125
capabilities:
127126
- Animation
128127
writeCapabilities: []

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,6 @@ events:
714714
tags: []
715715
deprecation_message: ''
716716
security: None
717-
thread_safety: Unsafe
718717
capabilities:
719718
- Animation
720719
writeCapabilities: []
@@ -737,7 +736,6 @@ events:
737736
tags: []
738737
deprecation_message: ''
739738
security: None
740-
thread_safety: Unsafe
741739
capabilities:
742740
- Animation
743741
writeCapabilities: []
@@ -776,7 +774,6 @@ events:
776774
function. For more details, see **Animation Events** in
777775
[Animation Editor](../../../animation/editor.md).
778776
security: None
779-
thread_safety: Unsafe
780777
capabilities:
781778
- Animation
782779
writeCapabilities: []
@@ -800,7 +797,6 @@ events:
800797
tags: []
801798
deprecation_message: ''
802799
security: None
803-
thread_safety: Unsafe
804800
capabilities:
805801
- Animation
806802
writeCapabilities: []

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,6 @@ events:
300300
tags: []
301301
deprecation_message: ''
302302
security: None
303-
thread_safety: Unsafe
304303
capabilities:
305304
- Animation
306305
writeCapabilities: []

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ events:
5353
tags: []
5454
deprecation_message: ''
5555
security: None
56-
thread_safety: Unsafe
5756
capabilities:
5857
- UI
5958
writeCapabilities: []
@@ -71,7 +70,6 @@ events:
7170
tags: []
7271
deprecation_message: ''
7372
security: None
74-
thread_safety: Unsafe
7573
capabilities:
7674
- UI
7775
writeCapabilities: []
@@ -99,7 +97,6 @@ events:
9997
tags: []
10098
deprecation_message: ''
10199
security: None
102-
thread_safety: Unsafe
103100
capabilities:
104101
- UI
105102
writeCapabilities: []
@@ -117,7 +114,6 @@ events:
117114
tags: []
118115
deprecation_message: ''
119116
security: None
120-
thread_safety: Unsafe
121117
capabilities:
122118
- UI
123119
writeCapabilities: []
@@ -135,7 +131,6 @@ events:
135131
tags: []
136132
deprecation_message: ''
137133
security: None
138-
thread_safety: Unsafe
139134
capabilities:
140135
- UI
141136
writeCapabilities: []

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ events:
220220
tags: []
221221
deprecation_message: ''
222222
security: None
223-
thread_safety: Unsafe
224223
capabilities:
225224
- Audio
226225
writeCapabilities: []

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ events:
167167
tags: []
168168
deprecation_message: ''
169169
security: None
170-
thread_safety: Unsafe
171170
capabilities:
172171
- Audio
173172
writeCapabilities: []

0 commit comments

Comments
 (0)