-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

The Ultimate Roblox Game Building Cookbook
By :

In this recipe, we will be creating a chair prop using primitive-shaped parts. We will start by boxing out the shape of the chair with a primitive part and then attach a seat, which will allow players to sit on the chair. You will see how to orientate the seat part before we apply color and wood to our chair. We will finish off this recipe by using the MaterialFlip
plugin, which can be downloaded from here: roblox.com/library/166951203.
We will begin by creating the basic shape of the chair out of square parts. We will further render out the chair’s shape by adding legs. Next, will add a seat part to the model and then detail the chair with color and the Wood material. To finish, we will correct the woodgrain of the chair using the MaterialFlip
plugin.
So, to create a chair, follow these steps:
2
, 1.5
, 2.25
studs.0.35
, 2.5
, 2.25
to make this the back of the chair.2
, 0.2
, 2.25
, which will be the seat of the chair. Adjust as necessary using the Scale and Move tools.0.2
, 1.3
, 0.2
studs.5
degrees.5
degrees outward on the x and z axes. You can see a before-and-after comparison in Figure 1.1:Figure 1.1: Rotated chair legs
Chapter
1
folder.Figure 1.2: A seat object placed on the chair
1
by navigating to the Appearance tab found within the seat’s Properties box.108
, 88
, 75
).MaterialFlip
plugin found in the Plugin tab within the top bar and then click on the part with improper woodgrain to flip the texture’s orientation:Figure 1.3: Images of incorrect (left) and correct (right) woodgrain
Chair
within the Workspace.This completes this recipe for creating a chair:
Figure 1.4: Completed chair model
You now should have a basic understanding of how to manipulate parts within Roblox Studio, set transparency, and use seat parts.