Skip to content

Commit 1d14dea

Browse files
update Open Source Docs from Roblox internal teams
1 parent b51ac3c commit 1d14dea

File tree

20 files changed

+279
-159
lines changed

20 files changed

+279
-159
lines changed

content/en-us/cloud-services/data-stores/error-codes-and-limits.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ Requests you make to data stores can fail due to poor connectivity or other issu
209209
<td>`GetVersionAsync` request dropped. Request was throttled.</td>
210210
<td>`Class.DataStore:GetVersionAsync()|GetVersionAsync()` request has exceeded the maximum queue size and Roblox is unable to process the requests at the current throughput.</td>
211211
</tr>
212+
<tr>
213+
<td></td>
214+
<td>`GetVersionAtTimeAsyncThrottle`</td>
215+
<td>`GetVersionAtTimeAsync` request dropped. Request was throttled.</td>
216+
<td>`Class.DataStore:GetVersionAtTimeAsync()|GetVersionAtTimeAsync()` request has exceeded the maximum queue size and Roblox is unable to process the requests at the current throughput.</td>
217+
</tr>
212218
<tr>
213219
<td></td>
214220
<td>`ListDataStoresAsyncThrottle`</td>
@@ -234,6 +240,13 @@ Requests you make to data stores can fail due to poor connectivity or other issu
234240
<td>`Class.DataStore:RemoveVersionAsync()|RemoveVersionAsync()` request has exceeded the maximum queue size and Roblox is unable to process the requests at the current throughput.</td>
235241
<td></td>
236242
</tr>
243+
<tr>
244+
<td></td>
245+
<td>`InvalidTimestamp`</td>
246+
<td>Timestamp must be positive and not more than ten minutes in the future.</td>
247+
<td>The timestamp provided to `Class.DataStore:GetVersionAtTimeAsync()|GetVersionAtTimeAsync()` was not valid.</td>
248+
<td></td>
249+
</tr>
237250
</tbody>
238251
</table>
239252

@@ -339,7 +352,7 @@ Each server is allowed a certain number of data store requests based on the requ
339352
</tr>
340353
<tr>
341354
<td><b>Get Version</b></td>
342-
<td>`Class.DataStore:GetVersionAsync()|GetVersionAsync()`</td>
355+
<td>`Class.DataStore:GetVersionAsync()|GetVersionAsync()`<br></br>`Class.DataStore:GetVersionAtTimeAsync()|GetVersionAtTimeAsync()`</td>
343356
<td>5 + numPlayers × 2</td>
344357
</tr>
345358
<tr>

content/en-us/effects/beams.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ The visual quality of your beams can change depending on the graphics settings o
7070

7171
The `Class.Beam.Texture|Texture` property renders that texture across the length of the beam. You can set a beam's `Class.Beam.Texture|Texture` property to any asset ID. For more information, including how to add or upload your own textures, see [Importing Assets](../projects/assets/manager.md#importing-assets).
7272

73-
<img src="../assets/lighting-and-effects/beam/Texture-Applied.png" width="800" />
73+
<img src="../assets/lighting-and-effects/beam/Texture-Applied.png" alt="A texture of dark gray circles against a grey background emits between two attachments." width="800" />
7474

7575
A beam renders its texture using two triangles drawn between `Class.Beam.Segments|Segments`, and the segments are laid out between the two attachment points' orientation. When you rotate attachment points in different directions, segments also rotate.
7676

77-
<img src="../assets/lighting-and-effects/beam/Attachments-Rotated.png" width="800" />
77+
<img src="../assets/lighting-and-effects/beam/Attachments-Rotated.png" alt="The same texture from the previous image is now curved because the attachments are in different orientations." width="800" />
7878

7979
### Color
8080

@@ -89,7 +89,7 @@ The `Class.Beam.Color|Color` property tints the beam's texture to either a speci
8989
1. Click on the color square to open the **Colors** pop-up window and select a color.
9090
2. Input three numbers into the RGB color value field.
9191

92-
<img src="../assets/studio/properties/Color-Input-Options.png" width="320" />
92+
<img src="../assets/studio/properties/Color-Input-Options.png" alt="" width="320" />
9393

9494
</TabItem>
9595
<TabItem label="Color Gradient">
@@ -175,7 +175,7 @@ You can set the beam's width in studs at each endpoint by configuring the
175175
The beam below has a `Class.Beam.Width0|Width0` value of **0.5** and a
176176
`Class.Beam.Width1|Width1` value of **3**.
177177

178-
<img src="../assets/lighting-and-effects/beam/Width-Adjusted.png" width="800" />
178+
<img src="../assets/lighting-and-effects/beam/Width-Adjusted.png" alt="A texture emits between two attachments. The texture starts with a small width and ends with a large width." width="800" />
179179

180180
### Texture Length/Mode
181181

@@ -211,4 +211,4 @@ Beams are configured to use a cubic Bézier curve formed by four control points.
211211

212212
<img src="../assets/engine-api/classes/Beam/Curvature-Diagram.png" width="800" alt="Beam curvature diagram" />
213213

214-
<img src="../assets/lighting-and-effects/beam/Curves-Applied.png" width="800" />
214+
<img src="../assets/lighting-and-effects/beam/Curves-Applied.png" alt="" width="800" />

content/en-us/effects/highlighting.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ The `Class.Highlight` instance is a visual effect which you can use to call atte
88

99
<GridContainer numColumns="3">
1010
<figure>
11-
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" />
11+
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" alt="A tree mesh against a grey background." />
1212
<figcaption>Base object</figcaption>
1313
</figure>
1414
<figure>
15-
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Outline.jpg" />
15+
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Outline.jpg" alt="The same tree mesh with a yellow outline and a black highlight interior." />
1616
<figcaption>Yellow outline and black interior</figcaption>
1717
</figure>
1818
<figure>
19-
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Interior.jpg" />
19+
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Interior.jpg" alt="The same tree mesh with a black outline and a yellow highlight interior." />
2020
<figcaption>Black outline and yellow interior</figcaption>
2121
</figure>
2222
</GridContainer>
@@ -40,7 +40,7 @@ To add a highlight effect to an object, you can parent a new `Class.Highlight` d
4040
1. In the [Explorer](../studio/explorer.md) window, hover over either a `Class.Model` or a `Class.BasePart`, then click the &CirclePlus; button. A contextual menu displays.
4141
2. From the menu, insert a **Highlight**. The highlight displays on the object with its default property values that create a white outline and a red tint overlay.
4242

43-
<img src="../assets/ui/highlighting-objects/Adding-Highlight.jpg" width="320" />
43+
<img src="../assets/ui/highlighting-objects/Adding-Highlight.jpg" alt="" width="320" />
4444

4545
### Setting the Adornee
4646

@@ -56,15 +56,15 @@ The `Class.Highlight.OutlineColor|OutlineColor` property sets the `Datatype.Colo
5656

5757
<GridContainer numColumns="3">
5858
<figure>
59-
<img src="../assets/ui/highlighting-objects/OutlineColor-Red.jpg" />
59+
<img src="../assets/ui/highlighting-objects/OutlineColor-Red.jpg" alt="A tree mesh with red outline." />
6060
<figcaption>OutlineColor = [255, 100, 50]</figcaption>
6161
</figure>
6262
<figure>
63-
<img src="../assets/ui/highlighting-objects/OutlineColor-Green.jpg" />
63+
<img src="../assets/ui/highlighting-objects/OutlineColor-Green.jpg" alt="A tree mesh with green outline." />
6464
<figcaption>OutlineColor = [0, 255, 125]</figcaption>
6565
</figure>
6666
<figure>
67-
<img src="../assets/ui/highlighting-objects/OutlineColor-Blue.jpg" />
67+
<img src="../assets/ui/highlighting-objects/OutlineColor-Blue.jpg" alt="A tree mesh with blue outline." />
6868
<figcaption>OutlineColor = [75, 150, 255]</figcaption>
6969
</figure>
7070
</GridContainer>
@@ -75,11 +75,11 @@ The `Class.Highlight.OutlineTransparency|OutlineTransparency` property sets the
7575

7676
<GridContainer numColumns="3">
7777
<figure>
78-
<img src="../assets/ui/highlighting-objects/OutlineTransparency-0.jpg" />
78+
<img src="../assets/ui/highlighting-objects/OutlineTransparency-0.jpg" alt="A tree mesh with black opaque outline."/>
7979
<figcaption>OutlineTransparency = 0</figcaption>
8080
</figure>
8181
<figure>
82-
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" />
82+
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" alt="A tree mesh with transparent outline." />
8383
<figcaption>OutlineTransparency = 1</figcaption>
8484
</figure>
8585
</GridContainer>
@@ -90,15 +90,15 @@ The `Class.Highlight.FillColor|FillColor` property sets the `Datatype.Color3` va
9090

9191
<GridContainer numColumns="3">
9292
<figure>
93-
<img src="../assets/ui/highlighting-objects/FillColor-Red.jpg" />
93+
<img src="../assets/ui/highlighting-objects/FillColor-Red.jpg" alt="A tree mesh with a red fill." />
9494
<figcaption>FillColor = [255, 100, 50]</figcaption>
9595
</figure>
9696
<figure>
97-
<img src="../assets/ui/highlighting-objects/FillColor-Green.jpg" />
97+
<img src="../assets/ui/highlighting-objects/FillColor-Green.jpg" alt="A tree mesh with a red fill." />
9898
<figcaption>FillColor = [0, 255, 125]</figcaption>
9999
</figure>
100100
<figure>
101-
<img src="../assets/ui/highlighting-objects/FillColor-Blue.jpg" />
101+
<img src="../assets/ui/highlighting-objects/FillColor-Blue.jpg" alt="A tree mesh with a blue fill." />
102102
<figcaption>FillColor = [75, 150, 255]</figcaption>
103103
</figure>
104104
</GridContainer>
@@ -109,15 +109,15 @@ The `Class.Highlight.FillTransparency|FillTransparency` property sets the visibi
109109

110110
<GridContainer numColumns="3">
111111
<figure>
112-
<img src="../assets/ui/highlighting-objects/FillTransparency-0.jpg" />
112+
<img src="../assets/ui/highlighting-objects/FillTransparency-0.jpg" alt="A tree mesh with an opaque black fill." />
113113
<figcaption>FillTransparency = 0</figcaption>
114114
</figure>
115115
<figure>
116-
<img src="../assets/ui/highlighting-objects/FillTransparency-Half.jpg" />
116+
<img src="../assets/ui/highlighting-objects/FillTransparency-Half.jpg" alt="A tree mesh with an semi-transparent black fill." />
117117
<figcaption>FillTransparency = 0.5</figcaption>
118118
</figure>
119119
<figure>
120-
<img src="../assets/ui/highlighting-objects/FillTransparency-1.jpg" />
120+
<img src="../assets/ui/highlighting-objects/FillTransparency-1.jpg" alt="A tree mesh with a transparent black fill." />
121121
<figcaption>FillTransparency = 1</figcaption>
122122
</figure>
123123
</GridContainer>
@@ -132,10 +132,10 @@ The `Class.Highlight.DepthMode|DepthMode` property controls how the effect displ
132132

133133
<Tabs>
134134
<TabItem label="AlwaysOnTop">
135-
<img src="../assets/ui/highlighting-objects/DepthMode-AlwaysOnTop.jpg" width="800" height="450" />
135+
<img src="../assets/ui/highlighting-objects/DepthMode-AlwaysOnTop.jpg" alt="Two objects are behind pillars, but because their AlwayOnTop property is set to true, you can still see the objects and their highlight." width="800" height="450" />
136136
</TabItem>
137137
<TabItem label="Occluded">
138-
<img src="../assets/ui/highlighting-objects/DepthMode-Occluded.jpg" width="800" height="450" />
138+
<img src="../assets/ui/highlighting-objects/DepthMode-Occluded.jpg" alt="Two objects are behind pillars, but because their Occuluded property is set to true, you can only see the objects and their highlight in areas where they are unobstructed." width="800" height="450" />
139139
</TabItem>
140140
</Tabs>
141141

content/en-us/effects/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ are three types of light sources:
2323

2424
<GridContainer numColumns="3">
2525
<figure>
26-
<img src="../assets/lighting-and-effects/light-sources/PointLight-Range-8.jpg" />
26+
<img src="../assets/lighting-and-effects/light-sources/PointLight-Range-8.jpg" alt="" />
2727
<figcaption>Point Lights</figcaption>
2828
</figure>
2929
<figure>
30-
<img src="../assets/lighting-and-effects/light-sources/SpotLight-Face-Bottom.jpg" />
30+
<img src="../assets/lighting-and-effects/light-sources/SpotLight-Face-Bottom.jpg" alt="" />
3131
<figcaption>Spotlights</figcaption>
3232
</figure>
3333
<figure>
34-
<img src="../assets/lighting-and-effects/light-sources/SurfaceLight-Angle-0.jpg" />
34+
<img src="../assets/lighting-and-effects/light-sources/SurfaceLight-Angle-0.jpg" alt="" />
3535
<figcaption>Surface Lights</figcaption>
3636
</figure>
3737
</GridContainer>
@@ -75,15 +75,15 @@ width="100%"></video>
7575

7676
<GridContainer numColumns="3">
7777
<figure>
78-
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" />
78+
<img src="../assets/ui/highlighting-objects/OutlineTransparency-1.jpg" alt="A tree mesh against a grey background." />
7979
<figcaption>Base object</figcaption>
8080
</figure>
8181
<figure>
82-
<img src="../assets/ui/highlighting-objects/Adding-Highlight.jpg" />
82+
<img src="../assets/ui/highlighting-objects/Adding-Highlight.jpg" alt="The same tree mesh with a white outline and a red highlight interior." />
8383
<figcaption>White outline, 50% red interior</figcaption>
8484
</figure>
8585
<figure>
86-
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Outline.jpg" />
86+
<img src="../assets/ui/highlighting-objects/Overview-Yellow-Outline.jpg" alt="The same tree mesh with a yellow outline and a black highlight interior." />
8787
<figcaption>Yellow outline, black interior</figcaption>
8888
</figure>
8989
</GridContainer>

0 commit comments

Comments
 (0)