“ROBLOX MATH.RANDOM” Respostas de código

Número aleatório roblox lua

local randomNumber = math.random(1, 3)
hateschoollovecoding

ROBLOX MATH.RANDOM

local number = math.random(1, 10)
# change 1 to be the smallest possible number
# change 10 to the be the biggest possible number
panda

roblox Como usar o Math.random

local randomNumber = math.random(0, NUMBERLIMIT) -- Replace NUMBERLIMIT with a random number
print(randomNumber)
local string = {
"Mom",
"Dad"
}
local randomString = string(math.random(0, #string))
print(randomString)
Polar

Respostas semelhantes a “ROBLOX MATH.RANDOM”

Perguntas semelhantes a “ROBLOX MATH.RANDOM”

Procure respostas de código populares por idioma

Procurar outros idiomas de código