“Roblox Math.random” Ответ

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, как использовать математику.

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

Ответы похожие на “Roblox Math.random”

Вопросы похожие на “Roblox Math.random”

Смотреть популярные ответы по языку

Смотреть другие языки программирования