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
2 years ago $0.02 earnedScripting 101: Rotating Coin
1082 -
38:23
ZeeeMedia
4 hours agoBanks Make Shock Move, Signals of Looming Economic Storm | Daily Pulse Ep 55
1.45K6 -
LIVE
Josh Pate's College Football Show
3 hours agoCFB Chaos Scenarios | Better OR Worse In 2025 | Toughest Places To Play | Truth About Josh Heupel
47 watching -
8:42
WhaddoYouMeme
4 hours agoIran's God: The Reason The Ceasefire Won’t Last
625 -
12:09
The Shannon Joy Show
2 hours agoMAHA: Betrayal, Bureaucracy & Vaccine Silence
1883 -
1:04:38
BonginoReport
4 hours agoWho’s Your Daddy?! Internet Erupts After Viral Trump Moment (Ep.78)
155K37 -
1:01:38
The Nick DiPaolo Show Channel
5 hours agoHegseth Drops Bunker Bomb On Fake News | The Nick Di Paolo Show #1757
22.6K20 -
LIVE
SpartakusLIVE
3 hours ago#1 Verdansk HERO || Live EARLY off EARLY
69 watching -
58:25
Donald Trump Jr.
5 hours agoHard Left Turn: Dems vs Reality, Plus Interview with Nate Morris | TRIGGERED Ep.253
36.1K41 -
1:22:34
Kim Iversen
5 hours agoDealmaker or Delusion? Trump’s Plan to End Gaza War in 2 Weeks
97.4K76