return function() local font_sizes = { 12, 14, 18, 24 } local font_size = font_sizes[math.floor(math.random() * #font_sizes) + 1] return
Welcome to PROJECT_NAME!
This project runs on Reluax.
Random number for you: {$ tostring(math.floor(math.random() * 100)) $}
What font size is this?