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
-
13:54
Roblox Studio Tutorials
2 years ago $0.06 earnedHow to Make a Gun | Roblox Studio
198 -
4:45:10
Phyxicx
4 hours agoRumble Spartans Halo Night! - HMR#20 - 11/14/2025
13.3K -
10:15:18
FusedAegisTV
1 day ago*NEW F2P MMORPG, SoulsLike/Action Game // Global LAUNCH - EN Servers 🔴 FUSEDAEGIS
31.1K1 -
3:31:00
Barry Cunningham
9 hours agoFOOD STAMPS FRAUD | STARBUCKS BARISTAS BIG MAD | MORE NEWS (AND NO REAL ESTATE!)
86.8K38 -
LIVE
Reidboyy
1 day ago $0.71 earned24/7 BO7 Camo Grind! Stream Doesn't End Until I Unlock EVERY Camo in Black Ops 7!
53 watching -
2:27:02
TheSaltyCracker
6 hours agoTucker Blows Up FBI ReeEEStream 11-14-25
91.6K188 -
3:46:36
I_Came_With_Fire_Podcast
15 hours agoThe Private Equity Crisis | Oh SNAP, Massive Fraud | Reindustrialization
14.5K9 -
1:36:12
Glenn Greenwald
13 hours agoQ&A With Glenn: On the Epstein Emails; Chomsky's Friendship with Epstein; Differences Between Tucker Carlson and Nick Fuentes; the Babylon Bee's Attack on Megyn Kelly; and More | SYSTEM UPDATE #547
102K63 -
1:03:12
Flyover Conservatives
1 day ago“The Time Will Never Be Just Right”: The ONE Mindset Shift Clay Clark Says Changes Everything | FOC Show
20.2K -
58:39
Patriots With Grit
6 hours agoHow To Escape The Media Mind-Control Machine | Sam Anthony
13K1