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 -
LIVE
LFA TV
20 hours agoLIVE & BREAKING NEWS! | FRIDAY 11/14/25
1,057 watching -
LIVE
Dr Disrespect
6 hours ago🔴LIVE - DR DISRESPECT - BLACK OPS 7 - LAUNCH DAY CHAMPION
1,162 watching -
DVR
StoneMountain64
4 hours agoCall of Duty Black Ops 7 Gameplay LAUNCH DAY
34.8K -
18:15
Clintonjaws
6 hours ago $3.25 earnedCNN Audience Shocked By Dem's Slanderous Comments At Trump
32.5K20 -
DVR
Badlands Media
12 hours agoMAHA News [11.14] - Govt War on Small Ranchers, GLP-1 Craze, Hemp Ban, Mercury out of Vaccines
19.9K3 -
1:23:17
The Quartering
5 hours agoTucker Reveals FBI Coverup For Trump Assassin, Walmart CEO Quits & Tim Pool Unleashes
63.2K64 -
34:23
Tucker Carlson
9 hours agoWho Is Thomas Crooks?
350K498 -
2:05:33
The Culture War with Tim Pool
19 hours agoDating In The Modern Age DEBATE, Myron Gaines vs Brian Shaprio | The Culture War LIVE Debate
106K154 -
1:10:18
Sean Unpaved
5 hours agoTreVeyon Henderson Scores 3 TD's As Patriots DOMINATE Jets! | UNPAVED
31.9K4