“Roblox Math.Random” Réponses codées

ROBLOX LUA Numéro aléatoire

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 comment utiliser les mathématiques.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

Réponses similaires à “Roblox Math.Random”

Questions similaires à “Roblox Math.Random”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code