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
1222 -
1:25:26
Coin Stories with Natalie Brunell
20 hours agoCan the State Crush Bitcoin? And the Next Big Financial Crisis with Dave Collum
18.6K1 -
26:38
DeVory Darkins
1 day ago $6.65 earnedNewsom suffers CRUSHING LOSS after SCOTUS ruling hands Trump HISTORIC WIN
8.32K71 -
11:23
Nikko Ortiz
1 day agoArmy Tik Tok Fails Go Hard
66K7 -
2:27:44
Side Scrollers Podcast
20 hours agoSilksong is “TRANS CODED” + YouTube GASLIGHTS Creators + Asmongold Stops Streaming | Side Scrollers
10.4K19 -
16:08
GritsGG
11 hours agoRank 1 Warzone Player VS Stream Snipers & a Cheater!
12K1 -
1:39:16
The HotSeat
15 hours ago👉 STOP Blaming Each Other — Look at the Media!
27.3K25 -
22:34
The Pascal Show
11 hours ago $1.78 earnedFEDERAL CHARGES?! Iryna Zarutska's Attacker Gets Hit With Federal Charges After Fatal Train Attack
12.1K25 -
LIVE
Lofi Girl
2 years agoSynthwave Radio 🌌 - beats to chill/game to
259 watching -
13:05
Mike Rowe
4 days agoIs College DEAD? Inside America’s #1 Trade School | Sheree Utash From #448 | The Way I Heard It
84.2K27