“Roblox Math.random” Código de respuesta

Roblox lua número aleatorio

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 cómo usar 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

Respuestas similares a “Roblox Math.random”

Preguntas similares a “Roblox Math.random”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código