Roblox Lua Tutorial Part 2 - Variables and Printing to the Console
Hey, guys. Today we're learning how to use variables, what they can hold, and how to print to the console. We also take a small look at debugging.
Here is the script we used in the video:
local part = script.Parent
print("Variable created.")
part.BrickColor = BrickColor.new("Bright red")
part.Transparency = .5
print("Brick changed.")
local number = 6
local words = "Hello"
local bool = false
print(number, words)
Be sure to follow me on Twitter after rating, commenting, and subscribing!
https://twitter.com/Rrrrry123
Also, follow me on Twitch for some live streams!
http://www.twitch.tv/Rrrrry123
You can add me on Roblox here!
http://ow.ly/7MWs305jb3B
Want to help make this channel better? You can donate to me via Roblox Robux!
http://ow.ly/En9x30hdeWy
Other Videos By RyGuyGaming
Other Statistics
Roblox Statistics For RyGuyGaming
At present, RyGuyGaming has 459,946 views spread across 106 videos for Roblox, and roughly a days worth of Roblox videos were uploaded to his channel. This makes up 17.76% of the content that RyGuyGaming has uploaded to YouTube.