Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox luau random number

local number = math.random(1, 10)
# change 1 to be the smallest possible number
# change 10 to the be the biggest possible number
 
PREVIOUS NEXT
Tagged: #roblox #luau #random #number
ADD COMMENT
Topic
Name
2+3 =