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 6:58Roblox Studio Tutorials3 years agoScripting 101: Touched Event | Roblox Studio | 202247
- 	
				 1:02:27 1:02:27VINCE3 hours agoA Very Trump Halloween | Episode 159 - 10/31/25108K44
- 	
				 LIVE LIVEBadlands Media10 hours agoBadlands Daily: October 31, 20252,705 watching
- 	
				 1:34:28 1:34:28Graham Allen3 hours agoSCARY: Kamala Had MELT DOWN Over Trump!! Does LSU Hate Charlie Kirk?! + Top Halloween Movies Of ALL TIME!!73.8K37
- 	
				 LIVE LIVECaleb Hammer1 hour agoShe Blames MAGA For Her Debt | Financial Audit268 watching
- 	
				 LIVE LIVEThe Big Migâ„¢3 hours agoWhat To Give The Man Who Has EVERYTHING!5,130 watching
- 	
				 1:32:16 1:32:16Benny Johnson2 hours agoSHOCK: Massive Food Stamp FRAUD Exposed: 59% of Welfare are Obese Illegal Aliens!? Americans RAGE…22K48
- 	
				 2:59:52 2:59:52Wendy Bell Radio7 hours agoAmerica Deserves Better38.5K73
- 	
				 22:01 22:01DEADBUGsays3 hours agoDEADBUG'S SE7EN DEADLY HALLOWEENS14.6K5
- 	
				 LIVE LIVETotal Horse Channel13 hours ago2025 IRCHA Derby & Horse Show - October 31st34 watching