Answers for "how to program lua roblox variables"

Lua
1

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
Posted by: Guest on September-02-2020

Browse Popular Code Answers by Language