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:56:00
Laura Loomer
10 hours agoEP150: New Yorkers Brace For Islamic Takeover After Mayoral Election Debate
84.1K99 -
1:35:37
Man in America
15 hours agoThe Forbidden Medicine of Light: Why is Big Pharma HIDING This From Us?
61.6K26 -
2:35:13
BlackDiamondGunsandGear
8 hours agoAFTER HOURS ARMORY / BUILDING GUNS ARE ILLEGAL? / Marine Gun Builder RETURNS!!
22.3K3 -
2:05:19
Damysus Gaming
8 hours agoARC Raiders - SERVER SLAM TIME!!!! LFG!!!
36.4K2 -
1:04:10
The Connect: With Johnny Mitchell
11 hours ago $6.23 earnedTucker Carlson's INSANE Take On Civil War In America, Calls For Fascism
26.3K56 -
2:35:14
DLDAfterDark
9 hours ago $11.22 earnedThe Return of Marine Gun Builder? MGB, DLD, BDG&G After Hours Armory
31K3 -
28:39
Afshin Rattansi's Going Underground
1 day agoDonald Trump’s Gaza Peace Plan: A Pivotal Moment or Farce? (Palestinian Deputy Foreign Minister)
35.2K7 -
3:31:29
SavageJayGatsby
10 hours ago🔥 Spicy Saturday – Let's Play: Prison Life 2🔥
56.1K2 -
4:34:18
cosmicvandenim
17 hours agoCOSMIC VAN DENIM | WARZONE HORROR
26.1K3