Chris, I can't get math.random to work on the server. My code:
local randomNum = math.random(300 )
coronium.log(randomNum)
Always produces 239. If I change 300 to something else, I get a different, but still static, result.
[160211 20:35:29]: 239
[160211 20:35:40]: 239
[160211 20:35:45]: 239