Premium Only Content

Scripting 101: Functions (Part 3) Click Detector Event with Function
In this Roblox Studio tutorial connect a function to make a staircase to an in game click detector. Since this is a continuation of the last video, I provide the script below from "Functions (Part 2)". Copy it, create a "script" in your workspace, and you will have everything you need.
----- steps from part 2 --------
local yPos = 0
local zPos = 0
local stepHt = 2
local stepDist = 3
local function makeStep(y, z)
wait(.2)
local part = Instance.new("Part", workspace)
part.Position = Vector3.new(0, y, z)
part.Size = Vector3.new(10, .5, 3)
part.Anchored = true
part.TopSurface = Enum.SurfaceType.Smooth
part.BottomSurface = Enum.SurfaceType.Smooth
part.BrickColor = BrickColor.Random()
local colorName = part.BrickColor.Name
return part, colorName
end
wait(6)
for i=1, 10, 1 do
yPos = yPos + stepHt
zPos = zPos + stepDist
local p1, cName = makeStep(yPos, zPos)
p1.Material = Enum.Material.DiamondPlate
print("color name = ", cName, "i = ", i)
end
-
6:58
Roblox Studio Tutorials
3 years agoScripting 101: Touched Event | Roblox Studio | 2022
47 -
DVR
Redacted News
2 hours ago“They’re NOT stopping with Charlie Kirk!” JD Vance TORCHES violent leftists | Redacted
169K70 -
39:45
Kimberly Guilfoyle
2 hours agoCharlie's Legacy and Our Mission | Ep.253
12.3K10 -
10:06
Tundra Tactical
2 hours agoWhats The Deal With New Guns In 2025 Part 2
5.96K -
LIVE
The Amber May Show
4 hours ago $0.24 earnedCharlie Kirk Murder Probe EXPLODES | FBI, FEMA, & SCOTUS Shake the Nation
133 watching -
1:14:55
vivafrei
6 hours agoJD Vance Pays Tribute to Charlie Kirk; Ryan Routh Trial Continues! And More!
189K99 -
LIVE
Dr Disrespect
7 hours ago🔴LIVE - DR DISRESPECT - WARZONE - PROTECT THE DOC
1,007 watching -
LIVE
LFA TV
20 hours agoLFA TV ALL DAY STREAM - MONDAY 9/15/25
1,150 watching -
29:05
Athlete & Artist Show
6 hours ago $0.23 earned1st Line Minutes at 35, Slovenian Sports Fans, and MORE
15.3K -
LIVE
freecastle
6 hours agoTAKE UP YOUR CROSS- Our Battles, HE Has Already Won!
62 watching