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
-
12:48
Roblox Studio Tutorials
2 years ago $0.02 earnedKnockback | Roblox Studio
2573 -
2:12:02
Mally_Mouse
9 hours ago🎮Throwback Thursday! Let's Play: Wii Sports Resort!
45K2 -
LIVE
Akademiks
5 hours agoATLANTA IS BACK. Young Thug and YFN best buddies now. ATL backs Thug officially!
1,169 watching -
5:40:35
Reolock
7 hours agoWoW Classic Hardcore | 3 LEVELS REMAIN
43.1K3 -
3:00:23
Sgt Wilky Plays
6 hours agoThirst Trap Thursday | Regiment Donor Drive
35.5K -
4:12:29
Fragniac
7 hours ago🔴 LIVE - FRAGNIAC - THE FINALS - IT'S ABOUT TO BE A MOVIE❗🎬📽 🎞
26.8K2 -
1:39:44
Glenn Greenwald
8 hours agoJames Comey Indicted; TikTok and CBS Taken Over by IDF Funder Larry Ellison; Republicans Blame Rhetoric for Violence: Is "Stochastic Terrorism" Real? GOP Blocks Release of Epstein Files | SYSTEM UPDATE #521
146K90 -
DVR
StevieTLIVE
6 hours agoThursday SOLO Warzone Domination | BDAY at Midnight
12.3K -
10:34:47
FoeDubb
12 hours ago🏰KINGDOM MENU: 🎮WASTELAND SHENANIGANS ON DA 1ST BORDERLANDS DILLY DILLY!!!!
9.15K -
15:57
Robbi On The Record
10 hours ago $0.60 earnedTranshumanism: Are Humans Becoming Obsolete? Neuralink & CRISPR explained
12.8K5