Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.
Scripting 101: Functions (Part 2) | Roblox Studio | 2022
3 years ago
61
In this Roblox development video I go over return values for functions. Additionally, I introduce the for loop. Since this is a continuation of the last video, I provide the script below from "Functions (Part 1)". Copy it, create a "script" in your workspace, and you will have everything you need.
------------ Steps --------------------------------
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()
end
wait(6)
makeStep(2, 3)
makeStep(4, 6)
makeStep(6, 9)
makeStep(8, 12)
Loading comments...
-
8:25
Roblox Studio Tutorials
3 years ago $0.02 earnedScripting 101: Rotating Coin
1252 -
14:26
Upper Echelon Gamers
3 hours ago $0.13 earnedThe Carvana Scam - A Predatory BUBBLE
3.66K3 -
LIVE
LFA TV
20 hours agoLIVE & BREAKING NEWS! | FRIDAY 11/14/25
1,061 watching -
LIVE
Dr Disrespect
6 hours ago🔴LIVE - DR DISRESPECT - BLACK OPS 7 - LAUNCH DAY CHAMPION
1,158 watching -
DVR
StoneMountain64
4 hours agoCall of Duty Black Ops 7 Gameplay LAUNCH DAY
34.8K -
18:15
Clintonjaws
6 hours ago $3.25 earnedCNN Audience Shocked By Dem's Slanderous Comments At Trump
32.5K20 -
DVR
Badlands Media
12 hours agoMAHA News [11.14] - Govt War on Small Ranchers, GLP-1 Craze, Hemp Ban, Mercury out of Vaccines
19.9K3 -
1:23:17
The Quartering
5 hours agoTucker Reveals FBI Coverup For Trump Assassin, Walmart CEO Quits & Tim Pool Unleashes
63.2K64 -
34:23
Tucker Carlson
9 hours agoWho Is Thomas Crooks?
350K498 -
2:05:33
The Culture War with Tim Pool
19 hours agoDating In The Modern Age DEBATE, Myron Gaines vs Brian Shaprio | The Culture War LIVE Debate
106K154