Roblox Wiki
Advertisement
Roblox Wiki
A screenshot of a Roblox house.

The house which once was the default place template.

On Roblox, building is a process of editing and assembling parts to form a model or a world in a place. Modeling is a more specific term for creating a model that resembles a real-world counterpart. Roblox Studio facilitates this process for developing a place, although other software may be used, such as Blender for creating meshes to be used in MeshPart light iconMeshPart dark iconMeshParts.

Users have created building places on Roblox which provide visitors in-game building tools. There are popular plugins created by users that provides additional building tools for Roblox Studio, such as Building Tools by F3X, which is also used in many building places. Some in-game building tools also have an export feature which allows built models to be used in Roblox Studio.

History[]

In the early years of Roblox, building was more restrictive compared to today. Snapping and collisions, even in Roblox Studio, were forced when using the built-in building tools or editing through the Properties window, preventing any parts from overlapping with each other. Parts were also restricted to 3 axes (90 degrees of rotation) when using the building tools. Both of these restrictions could be circumvented by editing the parts' CFrame using Lua, through scripts or the command bar. In-game building tools were made to simplify this process, and were known as CFrame tools. The sizes of parts were also restrictive, even through Lua. This was controlled by FormFactor, an enum which is based on sizes of Lego pieces. The only way to customize this was to save the instances to a file and edit its XML contents. However, an easier method was to parent a SpecialMesh light iconSpecialMesh dark iconSpecialMesh to a part and set its Scale property, although the parts' hitboxes would remain the same.

Parts[]

Building tools generally give the user the ability to move and change a part's properties. Most building tools have a user interface containing a set of tools, each having a specific function and often being selectable through a hotkey. Building tools designs commonly use 3D GUI elements (e.g. selection box and handles), making it more easier to select and edit a part. Building tools may also allow selection of multiple parts to be moved and edited simultaneously.

Models[]

Tower

A model of a tower.

Model light iconModel dark iconModels are used to group parts and other instances such as scripts or even other models. Like Folder light iconFolder dark iconFolders, models are often used to organize parts and other instances. Unlike folders, if a part in a model is clicked on, the model will be selected instead of the individual part, unless if ⎇ Alt is held down. This is the default functionality in Roblox Studio and most other building tools also have this functionality.

Properties[]

There are properties that allow changing a part's appearance: Color (Color3 or BrickColor), Material, Transparency and Reflectance. These properties can be edited in most building tools.

The Locked property determines if a part can be selected (and edited). The property is often used in building places to prevent abuse and is supported by most building tools both in-game and as plugins. Roblox Studio provides the Lock tool to lock selected parts. Most other building tools also provide this tool.

Parts have two physical properties. The Anchored property prevents parts from falling or being moved. This provides a base for buildings. The CanCollide property toggles collisions of parts, and is often used for doors. If both are turned off, forces or constraints may be used to prevent parts from falling into the void.

Decals/Textures[]

Decal light iconDecal dark iconDecals and Texture light iconTexture dark iconTextures are used to place images onto a part's surface. Most building tools allow adding a decal or a texture and inputting an image's ID. Textures are a way of adding texture maps. Custom PBR materials also do this but with more functionality.

Terrain[]

Roblox Studio provides tools to edit terrain which can be accessed through the Terrain Editor window. Plugins and in-game building tools may also include the ability to edit terrain as well. There are some games that allows manipulation of terrain such as Attrition.

Roblox Studio[]

Roblox Studio provides a variety of built-in tools to manipulate parts without having to do it from the Properties window. The most basic tools are:

  • the Select tool, the Move tool, the Rotate tool and the Scale tool. These tools are found in the toolbar as "Tools".
  • The Transform tool is an additional fifth tool that combines all of the tools' functions (moving, rotating and scaling). Using any of the tools allows selecting and dragging parts.

The tools can be quickly selected using the hotkeys (holding down Ctrl and then a corresponding number). Three other options next to these tools changes how the tools function:

  • the first option has two modes ("Geometric" for default functionality and "Physical" which simulates physics for parts' constraints),
  • the second option toggles collisions,
  • and the third option toggles automatic welding of parts to other parts that have touching surfaces.

The toolbar "Snap to Grid", next to "Tools", has two options which change how the tools manipulate the parts by studs and degrees, allowing parts to be more aligned with each other. Both of these options can be toggled.

Other tools for manipulating parts can be found in the "Edit" toolbar, which includes:

  • the Color tool (to change the color of a part),
  • the Material Manager tool,
  • the Anchor tool (to prevent parts from falling or being moved),
  • the Lock tool (toggles the Locked property of selected parts to prevent them from being selected)
  • and the Group tool. Roblox Studio provides a shortcut to group (Ctrl + G) selected parts into models and a shortcut to ungroup (Ctrl + U) them as an alternative to the Group tool's function. The context menu from the Explorer or the place also does this.

Models have exclusive properties which can only be set in Roblox Studio. The properties allow changing level of detail, streaming mode and scale of a model.

In addition to some options available in the menu, there is an axis widget that can be used to quickly find the position of the X or of the Z axis, and there is a 3D grid that can be used to quickly find the height of the position zero and to build parts on it. These two tools are rarely used, but they can be useful to identify which axis is the X axis and which is the Z axis.

Exporting[]

While Roblox Studio does not support the ability to import models built in a Roblox server, few in-game building tools are known to have an export ability which allows exporting built models from a Roblox server into Roblox Studio through HTTP and plugins, which requires HTTP requests to be enabled on both sides.

Gallery[]

Toolbars[]

Parts[]

References[]

Advertisement