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
-
8:25
Roblox Studio Tutorials
3 years ago $0.02 earnedScripting 101: Rotating Coin
1242 -
4:02:20
Nerdrotic
16 hours ago $27.76 earnedKimmel MELTDOWN | Hollywood Boycotts Disney | Friday Night Tights 372 with Kaida
130K21 -
34:08
Bannons War Room
10 hours agoMEGYN KELLY: Jimmy Kimmel and Sore Cultural Losers, and Charlie Kirk's Spiritual Revival, w/ Bannon
90.2K91 -
59:27
NAG Podcast
11 hours agoBrandon Straka: BOLDTALK with Angela Belcamino
83.8K11 -
59:43
Sarah Westall
9 hours agoVietnam Shuts down 86 Million Bank Accounts, The Fourth Turning & more w/ Andy Schectman
64.2K17 -
1:17:51
Flyover Conservatives
16 hours agoMary Flynn O’Neill and Clay Clark: The Church Must Rise or America Falls | FOC Show
63.3K12 -
3:36:01
I_Came_With_Fire_Podcast
18 hours agoThe Global ANTIFA Connection You've Never Heard Of | The Israel Question
52.2K13 -
16:38
RTT: Guns & Gear
1 day ago $6.35 earnedExtar EP9 Review: The Best Budget 9mm PCC?
62.8K6 -
7:53
Rethinking the Dollar
19 hours agoMass Firings in Tech: The Real Agenda Behind 166,000 Cuts
65K18 -
1:02:28
BonginoReport
13 hours agoFeds Monitor Threats Ahead of Kirk Memorial - Nightly Scroll w/ Hayley Caronia (Ep.138)
270K156