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
-
59:44
PMG
1 day ago $2.20 earned"BETRAYAL - Johnson's New Spending Bill EXPANDS COVID Plandemic Powers"
38K10 -
6:48:50
Akademiks
15 hours agoKendrick Lamar and SZA disses Drake and BIG AK? HOLD UP! Diddy, Durk, JayZ update. Travis Hunter RUN
166K28 -
11:45:14
Right Side Broadcasting Network
9 days agoLIVE REPLAY: TPUSA's America Fest Conference: Day Three - 12/21/24
345K28 -
12:19
Tundra Tactical
15 hours ago $12.90 earnedDaniel Penny Beats Charges in NYC Subway Killing
66.1K12 -
29:53
MYLUNCHBREAK CHANNEL PAGE
1 day agoUnder The Necropolis - Pt 1
156K52 -
2:00:10
Bare Knuckle Fighting Championship
3 days agoCountdown to BKFC on DAZN HOLLYWOOD & FREE LIVE FIGHTS!
57.7K3 -
2:53:01
Jewels Jones Live ®
1 day agoA MAGA-NIFICENT YEAR | A Political Rendezvous - Ep. 103
151K36 -
29:54
Michael Franzese
19 hours agoCan Trump accomplish everything he promised? Piers Morgan Article Breakdown
136K80 -
2:08:19
Tactical Advisor
23 hours agoThe Vault Room Podcast 006 | Farwell 2024 New Plans for 2025
199K11 -
34:12
inspirePlay
1 day ago $6.10 earned🏆 The Grid Championship 2024 – Cass Meyer vs. Kelly Rudney | Epic Battle for Long Drive Glory!
96.3K8