Answers for "how to make a math text in lua"

Lua
76

how to print in lua

print("Hello World!")
Posted by: Guest on March-23-2020
0

how to make a math text in lua

-- for roblox
local text=math.random(1,3)
print(text)
Posted by: Guest on September-22-2021

Browse Popular Code Answers by Language