Losowa liczba Roblox Studio
math.random(min, max)
MunchDuster
math.random(min, max)
local randomNumber = math.random(1, 3)
local number = math.random(1, 10)
# change 1 to be the smallest possible number
# change 10 to the be the biggest possible number