--Show date and time print(os.date()) --Display date and time in the specified format print(os.date("%d/%m/%Y")) --Random value print(math.random()) -- Random value in specified range print(math.random(1, 100)) --Circumference ratio print(math.pi) --sin function print(math.sin(vci.me.FrameCount))