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 -
1:30:44
Roseanne Barr
6 hours agoOn the Wrong Side of the Algorithm | The Roseanne Barr Podcast #114
90.9K43 -
13:53
TundraTactical
5 hours ago $1.00 earnedFudd Finder : 11 Questions Second Amendment Questions (And Roasts) to Ask Your Friends
22.3K -
LIVE
Wayne Allyn Root | WAR Zone
6 hours agoWAR Zone LIVE | 5 SEPTEMBER 2025
120 watching -
1:39:50
The White House
6 hours agoPresident Trump Makes Announcements, Sep. 5, 2025
39K30 -
2:28:08
Red Pill News
4 hours agoBombshell Biden Docs Invalidate Autopen Pardons on Red Pill News Live
42.4K28 -
9:36
Silver Dragons
4 hours agoGold Price NEW ALL TIME HIGH - $5,000 GOLD NEXT?
18.3K6 -
LIVE
LFA TV
13 hours agoLFA TV ALL DAY STREAM - FRIDAY 9/5/25
691 watching -
13:43
The Kevin Trudeau Show Limitless
2 days agoClassified File 3 | Kevin Trudeau EXPOSES Secret Society Brainwave Training
97.3K19 -
1:11:24
vivafrei
7 hours agoDearborn Heights Police Have Been CONQUERED! Gender Madness on PASSPORTS! Canada Stuff & MORE!
93.8K62