Skip to content
Open
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
16 changes: 8 additions & 8 deletions docs/tutorials/basic-building/the-creator.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ weight: 0

# Building in the Creator

When you open your first place, you'll be greeted by the creator's UI. It's not too overly complex to understand, but we'll go over the basics of how it works below to get you started on building your very own place to share with other players.
When you open your first place, you'll be greeted by the creator's UI. It's not too complex to understand, but we'll go over the basics of how it works below to get you started on building your very own place to share with other players.

![Overview of the Creator UI.](/assets/tutorials/basic-building/the-creator/image-0.webp)

1. <b>Translation Tools</b> - These allow you to move an object within the editor itself.
2. <b>Snap settings</b> - The snap settings allow you to adjust your movement when using the translation tools for more precise or fine-tuned movements.
3. <b>Coloring / Visual Tools</b> - These tools let you color, or adjust the materials on bricks and other objects.
3. <b>Coloring / Visual Tools</b> - These tools let you color or adjust the materials on bricks and other objects.
4. <b>Quick Buttons</b> - These buttons let you create the most commonly generated objects within the creator.
5. <b>Insert / Model / Tools</b> - These top menu buttons allow you to do the more in-depth creation spawning, or, testing your place in the case of `Tools`.
5. <b>Insert / Model / Tools</b> - These top menu buttons allow you to do the more in-depth creation spawning or testing your place in the case of `Tools`.
6. <b>Toolbox</b> - The toolbox allows you to spawn models that you, or anybody else published to the website.
7. <b>Explorer</b> - The explorer is your heirarchy to the place, this is where you'll find the placement of objects within your place.
7. <b>Explorer</b> - The explorer is your hierarchy to the place, this is where you'll find the placement of objects within your place.
8. <b>Properties</b> - The properties panel allows you to edit your selected objects or items (with the exception of scripts) to look or be moved in various places

<div data-search-exclude markdown>
Expand All @@ -28,16 +28,16 @@ When you open your first place, you'll be greeted by the creator's UI. It's not
- Scrolling when focused but outside of window causes camera to zoom.
- Undoing does not re-spawn objects properly.

- <b>Properties Panel</b>
- The properties panel does not update until you de-select and re-select an object.
- <b>Properties panel</b>
- The properties panel does not update until you deselect and reselect an object.
- Undoing does not update properties until after update


- <b>Explorer</b>
- Renaming Objects in the properties panel will not update until the part is moved in the explorer.
- Renaming objects in the properties panel will not update until the part is moved in the explorer.


- <b>Translation Tools</b>
- <b>Translation tools</b>
- Parenting a part to another part and translating the rotation will distort the parented part.

</div>