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 -
FreshandFit
4 hours agoAyesha Curry Never Wanted Steph Curry
57.6K6 -
23:28
DeVory Darkins
9 hours ago $8.21 earnedTrump official ANNIHILATES Democrats in heated debate as CNN gets caught sympathizing with criminals
16.3K62 -
1:02:26
The Nick DiPaolo Show Channel
11 hours agoPOC Murders Another White Woman | The Nick Di Paolo Show #1790
54.2K64 -
2:04:29
Inverted World Live
7 hours agoNew UFO Hearing Testimony: Lockheed Martin Has Alien Technology | Ep. 105
65.3K8 -
5:00:59
Akademiks
5 hours agoYNW Melly MIGHT BE COOKED! Co-D TELLLING? 6ix9ine vs Young Thug . Drake vs Kaicenat? HOLLY
30.1K1 -
4:46:45
Drew Hernandez
11 hours agoHORRIFYING: FULL FOOTAGE OF IRYNA ZARUTSKA MURDER HAS BEEN RELEASED
30.9K26 -
2:42:09
TimcastIRL
7 hours agoNATO Scramble Air Force Over Russian Incursion Into Poland, HIGH ALERT Reported | Timcast IRL
178K101 -
25:46
Man in America
10 hours agoALERT: Gold Prices FLASH OMINOUS WARNING for the Dollar—Are You READY??
34.8K17 -
58:27
Sarah Westall
7 hours agoWar Exploding Around the World: Nepal, Israel, Qatar, Venezuela, Thailand, more... w/ Michael Yon
41K13