#Changing number script
1 messages · Page 1 of 1 (latest)
check your dms!
is there a specific layout?
It should be always random:
only 4 digits?
3 would be better, but i need a 4 too
local function getRandomFourDigit()
return math.random(1000, 9999)
end
How does it interact with the textlabel?
it'll just return a 4 digit number
local function getRandomFourDigit()
return math.random(1000, 9999)
end
yourtextlabel.Text = getRandomFourDigit()
Does not work....
** You are now Level 1! **
send your script
whats the error you get
.