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

The Ultimate Roblox Game Building Cookbook
By :

Roblox has a unique system that allows many different objects to function as ladders. In this recipe, we will be looking at three different methods to build a functional ladder. First, we will look at what the default truss object is and how it can be used as a climbable object. Next, we will create a rope with a part and then place an invisible truss over the top, allowing players to climb the rope. Lastly, we will use a primitive square part to build a realistic-looking and functioning ladder by using evenly spaced parts placed vertically.
We will first examine the truss part, which we will then use to create a climbable rope hanging from a wall. Next, we will create a ladder using blocks spaced apart vertically. Let’s dive in:
Chapter
1
folder.truss
, and then insert it onto the baseplate:Figure 1.16: Truss part
14
studs along the y axis.Figure 1.17: Player climbing a truss
14
, 0.3
, 0.2
studs and the Orientation value is set to 0, 0, -90
. We will be using this part to represent a rope that the players can climb up.14
studs tall.Figure 1.18: Rope hanging over the edge of the wall
150
, 85
, 85
.1
, making it invisible.Now, your rope will appear to be climbable, though the player will be climbing the invisible truss inside of the rope.
Rope
. This completes the second method of creating the ladder:Figure 1.19: Player climbing the rope
9.5
, 1
, 2
stud part.2
studs above the preceding part. Continue to repeat this step until you reach your desired ladder height. These evenly spaced parts function as ladder rungs, which enables players to climb them like a ladder.99
, 95
, 98
) and the darker rungs are colored (77
, 74
, 76
). This creates a contrast in the colors by alternating the lighter and darker tones.This completes the third method of creating ladders as well as this recipe:
Figure 1.20: Player climbing a ladder made of square parts
You now have the understanding to create a variety of climbable surfaces.
Trusses can only be scaled in increments of 2
studs at a time. They have a minimum size of 2
x 2
x 2
and a maximum size of 64
studs.