Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Work = false
- if Work == true then
- print("sorry to bother you, but just to let you know, some network features may not work right now due to either routine Maintenance or some updates/changes to systems. Thank you for your patience")
- print("press enter to acknowledge")
- repeat
- local event, key = os.pullEvent("key")
- until key == key.enter
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement