I've tried searching for help but I haven't found a solution yet, I'm trying to repeat math.random. current code:
local ok = "" for i = 0,10 do local ok = ok..math.random(0,10) end print(ok)
no clue why it doesnt work, please help
Aucun commentaire:
Enregistrer un commentaire