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
193 -
1:05:42
Dear America
3 hours agoShould Christians Celebrate Halloween?
22K7 -
2:03:24
The Culture War with Tim Pool
5 hours agoAntifa Is A Terror Organization, Crackdown Coming As Leftists Defend Violence | The Culture War
166K157 -
28:39
Afshin Rattansi's Going Underground
5 days agoThe Trump Plan to Save US Economic Hegemony You Haven’t Heard Of (Jim Rickards)
29.6K2 -
1:47:43
Lara Logan
17 hours agoROSEANNE UNLEASHED: Bolder Than Ever, Plus an Exclusive Peak at Her New Show | Roseanne Barr | Ep 39
29.1K6 -
1:14:27
Steven Crowder
6 hours agoTrump Gets Screwed out of Nobel Prize - And They're Actually Thrilled About It
249K328 -
46:24
The Rubin Report
5 hours agoListen to Dem Stutter as He’s Forced to Admit Trump Did the Impossible
49.4K23 -
17:13
Neil McCoy-Ward
3 hours ago🚨 NATO Just Announced WHAT?!
9.88K20 -
2:39:37
The Shannon Joy Show
4 hours agoCountdown To SJ Live - Hey Fam Town Hall 12pm ET LIVE! Tune In HERE
17.8K3 -
1:36:51
The Mel K Show
4 hours agoMORNINGS WITH MEL K -Grand Conspiracy Against the People of the United States Unfolds 10-10-25
24.4K11