BluezModZ

Update Log Roblox Script BluezModZ 2.0

Dec 24th, 2021 (edited)
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. --Update Log
  2. --Made By BluezModZ
  3. --www.BluezModZ.weebly.com
  4.  
  5. --varibles
  6. update_true = "[✔]update available!"
  7. update_false = "[❌]Sorry no available update!"
  8.  
  9.  
  10. --logs
  11. ::log::
  12. gg.alert(os.date("🙏Thx For Chosing BluezModZ🙏\n🔥www.bluezmodz.weebly.com\n🔥Support GG 0 < 101.1\n🔥Date: %d/%m/%Y \n🙏Thx For Chosing BluezModZ🙏"))
  13. gg.alert('[❌]No Update Available\n[✔]Current Script Version 2.0\n[✔]Next Update Version 3.0')
  14. goto exit
  15.  
  16.  
  17. ::exit::
  18. gg.setVisible(false)
  19. gg.clearResults()
  20. print(update_false)
  21. os.exit()
  22.  
Add Comment
Please, Sign In to add comment