Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. while true do
  2. getTickTime()
  3. end
  4.  
  5.  
  6. function getTickTime(){
  7. local time = os.time()
  8. os.sleep(0.05)
  9. local timeAfter = os.time()
  10. return timeAfter - time
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement