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
-
1:18:15
Mally_Mouse
2 hours agoLet's Yap About It - LIVE!
18.2K2 -
LIVE
ZWOGs
5 hours ago🔴LIVE IN 1440p! - Learning Heroes in Marvel Rivals, Helldivers 2, Then what? - Come Hang Out!
140 watching -
16:38
SLS - Street League Skateboarding
7 days agoRayssa Leal's Most Clutch SLS Wins Ever! 🥶🏆
34.3K1 -
1:53:02
Russell Brand
5 hours agoRFK Confirmation Battle – The Deep State is Losing Control! – SF528
157K160 -
2:58:09
The Charlie Kirk Show
5 hours agoThe RFK Confirmation Hearing + Dr. Phil On A Raid | Dr. Phil, Mansdoerfer | 1.29.2025
187K42 -
4:41:31
Right Side Broadcasting Network
1 day agoLIVE REPLAY: RFK Jr. Testifies at Senate Confirmation Hearing for HHS Secretary - 1/29/25
271K307 -
28:22
Stephen Gardner
4 hours ago🔥Sen. Lindsay Graham BETRAYS TRUMP, calls for investigation!
45K95 -
1:00:33
The Dan Bongino Show
7 hours agoTruth Returns To The White House Press Room (Ep. 2411) - 01/29/2025
738K1.59K -
1:01:33
Grant Stinchfield
5 hours ago $6.73 earnedVague Details: An Effort to Avoid Panic Over Drones & "The Research"
54.8K13 -
6:04:05
Barry Cunningham
17 hours agoWATCH LIVE: RFK JR. CONFIRMATION HEARING! ROBERT F KENNEDY JR TESTIFIES BEFORE SENATE
72.5K30