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
161 -
1:11:04
vivafrei
2 hours agoWhat Did Bongino See? The Epstein "Privilege"! Canada Has Become a Dangerous JOKE & MORE!
77.3K50 -
2:07:48
The Quartering
4 hours agoToday's Breaking News With Josie The Red Headed Libertarian, Hannah Claire & Luke Rodkowski
111K25 -
LIVE
Akademiks
3 hours agoDrake Tries for another #1?? Kodak vs YB still? Ksoo gets snitched on. Doechii plz stop botting
1,163 watching -
LIVE
The HotSeat
1 hour agoHate Crimes In Cincy + Hiring A White Girl Makes You A NAZI?!?!
667 watching -
25:24
Stephen Gardner
1 hour ago🔥 RFK Just SHUT DOWN a DISTURBING Problem!
9.35K11 -
LIVE
Film Threat
6 hours agoVERSUS: SUPERMAN VS. THE FANTASTIC FOUR | Film Threat Versus
115 watching -
LIVE
The Nunn Report - w/ Dan Nunn
1 hour ago[Ep 715] The Trump Way: Deals & Peace | Hate Crimes – Brutal Beat Downs | CA Homeless Money Scam
211 watching -
2:36:55
Nerdrotic
7 hours ago $2.94 earnedCancel Kurtzman Trek | The Fate of the Superhero Film - Nerdrotic Nooner 502
43.7K3 -
LIVE
Viss
4 hours ago🔴LIVE - The Tactics That Lead To Consistent Wins in PUBG!
64 watching