Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox number generator

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 #number #generator
ADD COMMENT
Topic
Name
9+1 =