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
-
12:48
Roblox Studio Tutorials
2 years ago $0.02 earnedKnockback | Roblox Studio
2663 -
1:30:43
Steven Crowder
4 hours agoToday, Everybody Gets the Smoke
193K136 -
16:09
Professor Nez
1 hour agoEpstein Narrative COLLAPSES in Jasmine Crockett's FACE on LIVE TV!
3.05K4 -
41:25
The Rubin Report
2 hours agoBari Weiss Shocks Media Establishment with Ballsy Next Move That No One Expected
21K19 -
LIVE
The Shannon Joy Show
2 hours agoSJ Show Nov 14 - The SJ Friday Matinee Watch Party With Commentary Featuring IDIOCRACY!
31 watching -
1:00:52
Trumpet Daily
2 hours agoTrumpet Daily LIVE | Nov. 14, 2025
4.46K6 -
1:02:21
VINCE
4 hours agoDoes The FBI Have Hillary's Missing Emails? | Episode 169 - 11/14/25 VINCE
201K175 -
LIVE
LFA TV
16 hours agoLIVE & BREAKING NEWS! | FRIDAY 11/14/25
2,408 watching -
1:25:56
Graham Allen
5 hours agoThis Is How We Win The Midterms!!! No More Games….WIN OR WE LOSE EVERYTHING!
122K1.73K -
2:47:50
LadyDesireeMusic
3 hours ago $5.21 earnedLive Piano Music & Convo - Make Ladies Great Again
27K