roblox lua help code example
Example: 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
--These are variables
variable = "Hi"
print(variable)
--now you will see in the output Hi when you have press the button play