Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local game_time_start = os.epoch "utc"
- sleep(1)
- local game_time_end = os.epoch "utc"
- local utc_elapsed_seconds = (game_time_end - game_time_start) / 1000
- print(20 / utc_elapsed_seconds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement