roblox lua learning code example
Example 1: roblox programming language
The Programming Language For Roblox is Called "LUA"
Example 2: how to program lua roblox variables
--These are variables
variable = "Hi"
print(variable)
--now you will see in the output Hi when you have press the button play