translateWed, 30 Nov 2022

local function RandomNumber() local rand = math.random(1, 500) print(rand) end

def RandomNumber(): rand = math.random(1, 500) print(rand)

Want to kickstart your project?Use the new AI Studio to create your code