Do you know basic lua in roblox?

Do you know basic lua in roblox?

Prove yourself that you know basic lua. If you pass this test, feel free to move onto intermmediate lua.

published on November 21, 20139 responses 1
Next »
1/6

Which of these aren't variables?

Which of these aren't variables?
Hint: 4 choices
local feedback = game.StarterGui.ScreenGui.Frame
local feedback = Lighting.Model1.Part
feed = food.Name
Workspace.Part = name
local my_var = game.Part
Morevar = workspace.Part.Lighting
2/6

Which is not accessed the correct way?

Which is not accessed the correct way?
game.Workspace.Part
Workspace.Part
Lighting.Part
game.Lighting.Part
3/6

What are names of administrators on Roblox?

What are names of administrators on Roblox?
Hint: 4 choices
Shedletsky
Telamon
Brighteyes
CrazyBlox
Stickmasterluke
Nathan3000368
ClockWork
Builderman
4/6

What are lua documents called on Roblox?

What are lua documents called on Roblox?
Hint: 2 choices
Scripts
Programs
Runs
5/6

What is my username?

What is my username?
6/6

Which line of code wouldn't change a Part's transparency?

Which line of code wouldn't change a Part's transparency?
Part.Transparency = 1
Workspace.Transparency.Part = 1
game.Workspace.Part.Transparency = 1