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 -
23:23
MYLUNCHBREAK CHANNEL PAGE
11 hours agoThe Sunken Basilica
77.4K6 -
8:05
Hollywood Exposed
2 hours agoCharlie Sheen STUNS Tucker Carlson With His Shocking Political Confession
1.82K13 -
LIVE
SavageJayGatsby
1 hour ago🔥 Spicy Saturday – Let's Play: Prison Life 2🔥
28 watching -
30:02
The White House
2 hours agoVP JD Vance Delivers Remarks at 250th Anniversary Celebration for the United States Marine Corps
8.35K17 -
3:50:26
GamerGril
5 hours agoShould I Get A Zoob Job 💞Dying Light The Beast💞
11.3K5 -
5:00:18
MattMorseTV
9 hours ago $251.17 earned🔴No Kings "protest" TOTAL CHAOS.🔴
303K490 -
1:28:51
Darkhorse Podcast
7 hours agoCan the internet make you sick? The 297th Evolutionary Lens with Bret Weinstein and Heather Heying
32.2K10 -
1:21:31
Michael Franzese
20 hours agoTrump Derangement Syndrome Is On The Way Out | Live with Michael Franzese
112K127 -
LIVE
ZWOGs
5 hours ago🔴LIVE IN 1440p! - ARC RAIDERS SERVER SLAM - Come Hang Out!
33 watching