Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion content/en-us/art/characters/creating/texturing-face.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To texture the face:
1. In Brush Settings, start with the following Brush recommendations:

1. **Radius** to **5px**. You can change this radius as you paint.
2. **Strength** to .**30**. Modify this value when applicable.
2. **Strength** to **0.300**. Modify this value when applicable.
3. In Symmetry, enable **X Axis Mirroring**.

<img src="../../../assets/art/avatar/basic-creation/Texture-Symmetry-Tool-Setting.png" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Teach how to code and create games for the Roblox platform - perfect for educato
<ul>
<li><b>Property</b> - Something that controls how an object looks or behaves, like color or if players can walk through it.</li>
<li><b>Loop</b> - A set of code that repeats until told otherwise.</li>
<li><b>Function</b> - A set of instructions can be e re-used in different parts of a script.</li>
<li><b>Function</b> - A set of instructions that can be re-used in different parts of a script.</li>
</ul>
</td>
</tr>
Expand Down